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/0/dmesg.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 runner/json_tests_data/notrun-results/0/dmesg.txt (limited to 'runner/json_tests_data/notrun-results/0/dmesg.txt') diff --git a/runner/json_tests_data/notrun-results/0/dmesg.txt b/runner/json_tests_data/notrun-results/0/dmesg.txt new file mode 100644 index 00000000..a189e704 --- /dev/null +++ b/runner/json_tests_data/notrun-results/0/dmesg.txt @@ -0,0 +1,5 @@ +6,951,3216186095083,-;Console: switching to colour dummy device 80x25 +14,952,3216186095097,-;[IGT] successtest: executing +14,953,3216186101115,-;[IGT] successtest: starting subtest first-subtest +14,954,3216186101160,-;[IGT] successtest: exiting, ret=0 +6,955,3216186101299,-;Console: switching to colour frame buffer device 240x75 -- cgit v1.2.3