1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/utils/lit/tests
Joel E. Denny cfa953dcab [lit] Parse command-line options from LIT_OPTS
Similar to `FILECHECK_OPTS` for FileCheck, `LIT_OPTS` makes it easy to
adjust lit behavior when running the test suite via ninja.  For
example:

```
$ LIT_OPTS='--time-tests -vv --filter=threadprivate' \
  ninja check-clang-openmp
```

Reviewed By: probinson

Differential Revision: https://reviews.llvm.org/D64135

llvm-svn: 365313
2019-07-08 12:18:40 +00:00
..
Inputs [lit] Parse command-line options from LIT_OPTS 2019-07-08 12:18:40 +00:00
unit
.coveragerc
boolean-parsing.py
discovery.py
googletest-format.py
googletest-timeout.py
googletest-upstream-format.py
lit-opts.py [lit] Parse command-line options from LIT_OPTS 2019-07-08 12:18:40 +00:00
lit.cfg lit: modernize the lit configuration for the lit tests 2019-05-29 18:07:39 +00:00
lit.site.cfg.in lit: modernize the lit configuration for the lit tests 2019-05-29 18:07:39 +00:00
max-failures.py
parallelism-groups.py
progress-bar.py
selecting.py
shell-parsing.py
shtest-encoding.py
shtest-format.py [lit] Fix UnicodeEncodeError when test commands contain non-ASCII chars 2019-06-14 13:31:48 +00:00
shtest-output-printing.py [lit][tests][AIX] Update expected form of diagnostic messages; use not to normalize non-zero exit values 2019-05-01 15:47:16 +00:00
shtest-run-at-line.py
shtest-shell.py Add Support for Creating and Deleting Unicode Files and Directories in Lit 2019-02-28 19:16:17 +00:00
shtest-timeout.py lit: modernize the lit configuration for the lit tests 2019-05-29 18:07:39 +00:00
test-data-micro.py
test-data.py
test-output-micro.py
test-output.py
usage.py
xunit-output.py