diff --git a/docs/reference/intel-gpu-tools/igt_test_programs.xml b/docs/reference/intel-gpu-tools/igt_test_programs.xml index 29698942..07285fe7 100644 --- a/docs/reference/intel-gpu-tools/igt_test_programs.xml +++ b/docs/reference/intel-gpu-tools/igt_test_programs.xml @@ -57,6 +57,45 @@ + + + Exit Status + + The following exit status codes are defined: + + + + + NameValueDescription + + + + #IGT_EXIT_SUCCESS + 0 + The test was succesful + + + #IGT_EXIT_SKIP + 77 + The test was skipped + + + #IGT_EXIT_TIMEOUT + 78 + The test took longer than expected and was stopped + + + #IGT_EXIT_INVALID + 79 + An invalid option or subtest was specified + + + + + + Any other exit status indicates a test failure. + +