From 2c793666d8c8328733f5769b16ae5858fee97f3f Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Wed, 5 Dec 2018 14:53:43 +0200 Subject: runner: Produce json with results_version=10 New piglit bumped its results_version to 10, making glxinfo and pals optional in practice, not just by accident. Unfortunately reading results with newer piglit attempts to convert the results to version 10, reading glxinfo and pals, and thus fails. In a hilarious summary: A commit to piglit making glxinfo optional makes it mandatory for us. v2: json unit tests confirmed to be working... Reported-by: Andi Shyti Signed-off-by: Petri Latvala Cc: Arkadiusz Hiler Cc: Andi Shyti Tested-by: Andi Shyti Reviewed-by: Arkadiusz Hiler --- runner/json_tests_data/normal-run/reference.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runner/json_tests_data/normal-run/reference.json') diff --git a/runner/json_tests_data/normal-run/reference.json b/runner/json_tests_data/normal-run/reference.json index 0d28b2c2..5e62579b 100644 --- a/runner/json_tests_data/normal-run/reference.json +++ b/runner/json_tests_data/normal-run/reference.json @@ -1,6 +1,6 @@ { "__type__":"TestrunResult", - "results_version":9, + "results_version":10, "name":"normal-run", "uname":"Linux hostname 4.18.0-1-amd64 #1 SMP Debian 4.18.6-1 (2018-09-06) x86_64", "time_elapsed":{ -- cgit v1.2.3