summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2019-02-13 11:35:51 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-02-15 10:36:40 +0100
commit0fb09e7f424fc6c82d52051e4640b65ad1c81eff (patch)
tree14dbb13eaf946870fa2d2e6aca7c7d8a05de713c /docs
parentd21a690f1a7c682ed51d167baa6404c129be17d4 (diff)
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 <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/igt-gpu-tools/igt_test_programs.xml5
1 files changed, 0 insertions, 5 deletions
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
@@ -82,11 +82,6 @@
<entry>The test was skipped</entry>
</row>
<row>
- <entry>#IGT_EXIT_TIMEOUT</entry>
- <entry>78</entry>
- <entry>The test took longer than expected and was stopped</entry>
- </row>
- <row>
<entry>#IGT_EXIT_INVALID</entry>
<entry>79</entry>
<entry>An invalid option or subtest was specified</entry>