llvm-project/llvm/utils/lit/lit
Julian Lettner 99d6e05e71 [lit] Improve naming of test result categories
Improve consistency when printing test results:
Previously we were using different labels for group names (the header
for the list of, e.g., failing tests) and summary count lines.  For
example, "Failing Tests"/"Unexpected Failures".  This commit changes lit
to label things consistently.

Improve wording of labels:
When talking about individual test results, the first word in
"Unexpected Failures", "Expected Passes", and "Individual Timeouts" is
superfluous.  Some labels contain the word "Tests" and some don't.
Let's simplify the names.

Before:
```
Failing Tests (1):
  ...

Expected Passes    : 3
Unexpected Failures: 1
```

After:
```
Failed Tests (1):
  ...

Passed: 3
Failed: 1
```

Reviewed By: ldionne

Differential Revision: https://reviews.llvm.org/D77708
2020-06-05 08:14:42 -07:00
..
ExampleTests.ObjDir
builtin_commands [lit] Fix internal diff newlines for -w/-b 2019-12-17 10:49:34 -05:00
formats Reapply "[lit] GoogleTest framework should report failures if test binary crashes" 2020-05-22 14:01:08 -07:00
llvm Revert "[lit] Keep original cfg file case around." 2020-04-15 17:19:39 -04:00
BooleanExpression.py [lit] Add an option to print all features used in tests 2020-05-29 07:00:05 -04:00
LitConfig.py [lit] Move the recursiveExpansionLimit setting to TestingConfig 2020-04-06 13:58:00 -04:00
LitTestCase.py [lit] Small cleanups. NFCI 2019-12-13 17:00:04 -08:00
ProgressBar.py [lit] Attempt to print test summary on CTRL+C 2019-11-22 10:57:33 -08:00
ShCommands.py
ShUtil.py
Test.py [lit] Add an option to print all features used in tests 2020-05-29 07:00:05 -04:00
TestRunner.py [lit] Add an option to print all features used in tests 2020-05-29 07:00:05 -04:00
TestingConfig.py [lit] Move the recursiveExpansionLimit setting to TestingConfig 2020-04-06 13:58:00 -04:00
__init__.py [lit] Avoid global imports in module declaration 2020-03-27 12:07:19 -07:00
cl_arguments.py [lit] Add an option to print all features used in tests 2020-05-29 07:00:05 -04:00
discovery.py Revert "[lit] Keep original cfg file case around." 2020-04-15 17:19:39 -04:00
display.py [lit] Attempt to print test summary on CTRL+C 2019-11-22 10:57:33 -08:00
main.py [lit] Improve naming of test result categories 2020-06-05 08:14:42 -07:00
reports.py [lit] Don't use Python3 yet 2020-05-01 17:36:21 -07:00
run.py [lit] Only update specific fields from remote test object 2020-05-01 17:03:54 -07:00
util.py Remove a function that has been dead since r313889. 2020-04-15 12:02:30 -04:00
worker.py [lit] Improve handling of parallelism group semaphores 2020-04-06 20:52:06 -07:00