llvm-project/llvm/utils/lit/lit
Yuanfang Chen 63512592e9 [lit] fix a error when using --show-used-features
The error is
```
NotADirectoryError: [Errno 20] Not a directory: '<build-dir>/unittests/Analysis/./AnalysisTests/0/40'
```

Exclude unittests when collecting features because
unittests don't make use of feature keywords.
2022-10-19 10:57:01 -07:00
..
ExampleTests.ObjDir
builtin_commands
formats [lit][unit] avoid adding gtest binary more than once 2022-09-22 16:14:50 -07:00
llvm [Bindings] Remove go bindings 2022-10-10 10:14:17 +02:00
BooleanExpression.py
LitConfig.py [Reland][lit] Use sharding for GoogleTest format 2022-04-12 14:51:12 -07:00
LitTestCase.py [Reland][lit] Use sharding for GoogleTest format 2022-04-12 14:51:12 -07:00
ProgressBar.py
ShCommands.py
ShUtil.py
Test.py [Reland][lit] Use sharding for GoogleTest format 2022-04-12 14:51:12 -07:00
TestRunner.py Properly print unnamed TagDecl objects in diagnostics 2022-10-14 08:18:28 -04:00
TestTimes.py [Lit] Sort previously failed tests early 2022-07-27 17:55:11 +01:00
TestingConfig.py [test] Propagate HWASAN_OPTIONS 2022-08-17 18:59:49 -07:00
__init__.py Bump the trunk major version to 16 2022-07-26 21:34:45 -07:00
cl_arguments.py [lit] Support reading arguments from a file 2022-08-24 08:01:58 +00:00
discovery.py
display.py
main.py [lit] fix a error when using --show-used-features 2022-10-19 10:57:01 -07:00
reports.py [lit] Add the option to output test result as resultdb json format 2021-08-23 17:00:50 -07:00
run.py
util.py [test] Fix macOS triple check 2022-07-13 13:36:16 -07:00
worker.py