We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lit
1 parent 06963fb commit 2a6e543Copy full SHA for 2a6e543
llvm/docs/CommandGuide/lit.rst
@@ -384,8 +384,10 @@ ADDITIONAL OPTIONS
384
EXIT STATUS
385
-----------
386
387
-:program:`lit` will exit with an exit code of 1 if there are any FAIL or XPASS
388
-results. Otherwise, it will exit with the status 0. Other exit codes are used
+:program:`lit` will exit with an exit code of 1 if there are any failures (i.e.
+unresolved, timed out, failed or unexpectedly passed tests, see also
389
+:option:`--report-failures-only`) and :option:`--ignore-fail` has not been
390
+passed. Otherwise, it will exit with the status 0. Other exit codes are used
391
for non-test related failures (for example a user error or an internal program
392
error).
393
0 commit comments