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 84b5bf580c [lit] Extend internal diff to support - argument
When using lit's internal shell, RUN lines like the following
accidentally execute an external `diff` instead of lit's internal
`diff`:

```
 # RUN: program | diff file -
```

Such cases exist now, in `clang/test/Analysis` for example.  We are
preparing patches to ensure lit's internal `diff` is called in such
cases, which will then fail because lit's internal `diff` doesn't
recognize `-` as a command-line option.  This patch adds support for
`-` to mean stdin.

Reviewed By: probinson, rnk

Differential Revision: https://reviews.llvm.org/D67643
2019-10-29 15:13:53 -04:00
..
Inputs [lit] Extend internal diff to support - argument 2019-10-29 15:13:53 -04:00
unit [lit] Remove unnecessary usage of lit.Run 2019-10-16 23:31:32 +00:00
.coveragerc
boolean-parsing.py
discovery.py [lit] Use better name for "test in parallel" concept 2019-10-04 21:40:20 +00:00
googletest-format.py
googletest-timeout.py
googletest-upstream-format.py
lit-opts.py
lit.cfg [lit] Drop the user-site packages directory from search paths when running tests 2019-10-27 13:31:02 -07:00
lit.site.cfg.in
max-failures.py [lit] Extend internal diff to support - argument 2019-10-29 15:13:53 -04:00
parallelism-groups.py [lit] Use better name for "test in parallel" concept 2019-10-04 21:40:20 +00:00
progress-bar.py [lit] Refactor ProgressDisplay 2019-10-09 18:23:30 +00:00
selecting.py [lit] Change regex filter to ignore case 2019-10-11 21:57:06 +00:00
shell-parsing.py
shtest-encoding.py
shtest-env.py
shtest-format.py
shtest-output-printing.py
shtest-run-at-line.py
shtest-shell.py [lit] Extend internal diff to support - argument 2019-10-29 15:13:53 -04:00
shtest-timeout.py
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
xunit-output.py