From 321fe77d32fef32ef820f53924045fe6ef0cf6ed Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Mon, 17 Dec 2018 15:07:40 +0200 Subject: runner: Add explicit "notrun" results for tests that were not executed When possible, all tests we know we were going to attempt to execute now appear in the results as "notrun". The only known case where it's not possible to add an explicit "notrun" is when running in multiple-mode, because "no subtests" and "run all subtests, we didn't list them beforehand" are represented the same. v2: Rebase and adjust to already landed json changes Signed-off-by: Petri Latvala Cc: Martin Peres Cc: Arkadiusz Hiler Acked-by: Martin Peres Reviewed-by: Arkadiusz Hiler --- runner/json_tests_data/notrun-results/README.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 runner/json_tests_data/notrun-results/README.txt (limited to 'runner/json_tests_data/notrun-results/README.txt') diff --git a/runner/json_tests_data/notrun-results/README.txt b/runner/json_tests_data/notrun-results/README.txt new file mode 100644 index 00000000..4355aebd --- /dev/null +++ b/runner/json_tests_data/notrun-results/README.txt @@ -0,0 +1,4 @@ +Tests that are not executed are expected to be present in results.json +when possible. If run without --multiple-mode, we can distinguish +tests without subtests from tests where we attempt to execute all +subtests. -- cgit v1.2.3