summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/shtest-shell.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/shtest-shell.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/shtest-shell.py')
-rw-r--r--llvm/utils/lit/tests/shtest-shell.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/utils/lit/tests/shtest-shell.py b/llvm/utils/lit/tests/shtest-shell.py
index 18b80cd7d08..1a6d91eee22 100644
--- a/llvm/utils/lit/tests/shtest-shell.py
+++ b/llvm/utils/lit/tests/shtest-shell.py
@@ -1,5 +1,8 @@
# Check the internal shell handling component of the ShTest format.
#
+# PR33940
+# XFAIL: windows
+#
# RUN: not %{lit} -j 1 -v %{inputs}/shtest-shell > %t.out
# RUN: FileCheck --input-file %t.out %s
#
OpenPOWER on IntegriCloud