Tests go through the following stages:
*) discovered *) filtered *) executed
Only executed tests have a result (e.g., PASS, FAIL, XFAIL, etc.). See
"result codes" in Test.py.
Differential D70612
[lit] Be more explicit about the state of tests ClosedPublic Authored by yln on Nov 22 2019, 11:20 AM.
Details Summary Tests go through the following stages: *) discovered *) filtered *) executed Only executed tests have a result (e.g., PASS, FAIL, XFAIL, etc.). See
Diff Detail
Event TimelineComment Actions @yln It's still useful to know which tests are marked as UNSUPPORTED without actually running the tests. Does this change break that workflow? Comment Actions
This change is NFCI. It just gives variables better names so it's easier to tell what tests actually is. This revision is now accepted and ready to land.Nov 26 2019, 11:21 AM Closed by commit rG62ab949248d8: [lit] Be more explicit about the state of tests (authored by yln). · Explain WhyDec 2 2019, 10:17 AM This revision was automatically updated to reflect the committed changes.
Diff 231730 llvm/utils/lit/lit/main.py
|