summaryrefslogtreecommitdiff
path: root/runner/runner_json_tests.c
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2018-12-17 15:07:40 +0200
committerPetri Latvala <petri.latvala@intel.com>2018-12-20 14:10:31 +0200
commit321fe77d32fef32ef820f53924045fe6ef0cf6ed (patch)
tree2387bd5733f6c7a3932866276e76dc5debe68334 /runner/runner_json_tests.c
parent47f5a57a81b66c21d06695e263a22b87f5a33009 (diff)
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 <petri.latvala@intel.com> Cc: Martin Peres <martin.peres@linux.intel.com> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Martin Peres <martin.peres@linux.intel.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'runner/runner_json_tests.c')
-rw-r--r--runner/runner_json_tests.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/runner/runner_json_tests.c b/runner/runner_json_tests.c
index 17b81524..09a93189 100644
--- a/runner/runner_json_tests.c
+++ b/runner/runner_json_tests.c
@@ -157,6 +157,8 @@ static const char *dirnames[] = {
"aborted-on-boot",
"aborted-after-a-test",
"dmesg-escapes",
+ "notrun-results",
+ "notrun-results-multiple-mode",
};
igt_main