1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/utils/lit/tests
Brian Gesiak cf0bbc5cd4 [lit] Mark several of lit's tests XFAIL on Windows
Summary:
rL257221 attempted to run lit's own test suite continuously, but that
commit was reverted because lit's test suite does not pass on Windows.
Because lit's tests do not run continuously, they often regress.

In order to un-revert rL257221, mark lit tests that fail as XFAIL for
Windows platforms.

Test Plan:
On a Windows development environment, follow the instructions in
utils/lit/README.txt to run lit's test suite:

```
utils/lit/lit.py \
    --path /path/to/your/llvm/build/bin \
    utils/lit/tests
```

Verify that the test suite is run and a successful exit code is
returned.

Reviewers: mgorny, rnk, delcypher, beanz

Reviewed By: rnk

Subscribers: llvm-commits

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

llvm-svn: 309123
2017-07-26 15:10:50 +00:00
..
Inputs
unit [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
.coveragerc
boolean-parsing.py
discovery.py [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
googletest-format.py [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
googletest-timeout.py [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
googletest-upstream-format.py [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
lit.cfg [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
max-failures.py [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
progress-bar.py
selecting.py [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
shell-parsing.py
shtest-encoding.py
shtest-format.py [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
shtest-output-printing.py [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
shtest-shell.py [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
shtest-timeout.py [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
test-data.py
test-output.py
unittest-adaptor.py [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
usage.py
xunit-output.py