summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/discovery.py
diff options
context:
space:
mode:
authorBrian Gesiak <modocache@gmail.com>2017-07-26 15:10:50 +0000
committerBrian Gesiak <modocache@gmail.com>2017-07-26 15:10:50 +0000
commit0787253cb6458c466ed71c7ddd0f0ac2e7e78c2a (patch)
tree869dd800d15438505d0768b0431b234188612ec8 /llvm/utils/lit/tests/discovery.py
parent5e7c089b8afea6bc934d6408f0ccb6b02d4c1c76 (diff)
downloadbcm5719-llvm-0787253cb6458c466ed71c7ddd0f0ac2e7e78c2a.tar.gz
bcm5719-llvm-0787253cb6458c466ed71c7ddd0f0ac2e7e78c2a.zip
[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
Diffstat (limited to 'llvm/utils/lit/tests/discovery.py')
-rw-r--r--llvm/utils/lit/tests/discovery.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/utils/lit/tests/discovery.py b/llvm/utils/lit/tests/discovery.py
index 55e54088b58..ab25a0eadab 100644
--- a/llvm/utils/lit/tests/discovery.py
+++ b/llvm/utils/lit/tests/discovery.py
@@ -1,5 +1,8 @@
# Check the basic discovery process, including a sub-suite.
#
+# PR33932
+# XFAIL: windows
+#
# RUN: %{lit} %{inputs}/discovery \
# RUN: -j 1 --debug --show-tests --show-suites \
# RUN: -v > %t.out 2> %t.err
OpenPOWER on IntegriCloud