From 0fb09e7f424fc6c82d52051e4640b65ad1c81eff Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 13 Feb 2019 11:35:51 +0100 Subject: lib: Drop IGT_EXIT_TIMEOUT We use the timeout status for when the runner had to kill a testcase, which indicates a more sever issue than an operation failing that we expected to complete within seconds. Since it's unused, drop it. Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- docs/reference/igt-gpu-tools/igt_test_programs.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs') diff --git a/docs/reference/igt-gpu-tools/igt_test_programs.xml b/docs/reference/igt-gpu-tools/igt_test_programs.xml index 2487da79..b64ba474 100644 --- a/docs/reference/igt-gpu-tools/igt_test_programs.xml +++ b/docs/reference/igt-gpu-tools/igt_test_programs.xml @@ -81,11 +81,6 @@ 77 The test was skipped - - #IGT_EXIT_TIMEOUT - 78 - The test took longer than expected and was stopped - #IGT_EXIT_INVALID 79 -- cgit v1.2.3