llvm-project/llvm/utils/lit/tests
Nico Weber b9fd375d75 Revert "[lit] Keep original cfg file case around."
This reverts commit bc3f54de18.

The patch breaks in the following two scenarios:

1. When manually passing an absolute path to llvm-lit with a lower-case
   drive letter: `python bin\llvm-lit.py -sv c:\llvm-project\clang\test\PCH`

2. When the PWD has a lower-case drive letter, like after running
   `cd c:\` with a lower-case "c:" (cmd's default is upper-case, but
   it takes case-ness from what's passed to `cd` apparently).
2020-04-15 17:19:39 -04:00
..
Inputs Revert "[lit] Keep original cfg file case around." 2020-04-15 17:19:39 -04:00
unit [lit] Recursively expand substitutions 2020-03-27 09:25:26 -04:00
.coveragerc
allow-retries.py [lit] Improve test summary output 2020-04-07 22:19:50 -07:00
boolean-parsing.py
discovery.py [lit] Print substitutions with --show-suites 2020-04-13 12:01:12 -04:00
googletest-format.py
googletest-timeout.py [AIX][lit] Don't depend on psutil on AIX 2019-07-24 15:04:27 +00:00
googletest-upstream-format.py
lit-opts.py [lit] Improve test summary output 2020-04-07 22:19:50 -07:00
lit.cfg [lit] Protect full test suite from FILECHECK_OPTS 2019-11-06 16:25:25 -05: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 [lit] Temporarily disable failing tests on Windows 2020-04-10 20:03:44 -07:00
max-time.py [lit] Temporarily disable failing tests on Windows 2020-04-10 20:03:44 -07:00
parallelism-groups.py [lit] Improve test summary output 2020-04-07 22:19:50 -07:00
progress-bar.py [lit] Refactor ProgressDisplay 2019-10-09 18:23:30 +00:00
selecting.py [lit] NFC: Fix typo in log statement 2020-03-17 16:49:56 -04:00
shell-parsing.py
shtest-encoding.py
shtest-env.py [lit] Fix `not` calling internal commands 2019-11-05 14:09:21 -05:00
shtest-format.py [lit] Improve consistency when printing test results 2020-04-07 18:12:18 -07:00
shtest-inject.py [lit] Improve test summary output 2020-04-07 22:19:50 -07:00
shtest-not.py [lit] Fix `not` calling internal commands 2019-11-05 14:09:21 -05: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-recursive-substitution.py [lit] Recursively expand substitutions 2020-03-27 09:25:26 -04:00
shtest-run-at-line.py [lit] Protect full test suite from FILECHECK_OPTS 2019-11-06 16:25:25 -05:00
shtest-shell.py [lit] Fix internal diff newlines for -w/-b 2019-12-17 10:49:34 -05:00
shtest-timeout.py [AIX][lit] Don't depend on psutil on AIX 2019-07-24 15:04:27 +00:00
test-data-micro.py
test-data.py
test-output-micro.py
test-output.py
unittest-adaptor.py [lit] Add back LitTestCase 2019-10-15 20:57:20 +00:00
usage.py [lit] Refine adoption of argparse --version action 2020-03-31 16:02:16 -07:00
xunit-output.py