summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests
diff options
context:
space:
mode:
authorVictor Leschuk <vleschuk@accesssoftek.com>2017-08-23 14:59:09 +0000
committerVictor Leschuk <vleschuk@accesssoftek.com>2017-08-23 14:59:09 +0000
commit9f11c0bddfb04bb6697db065a48771dc3af03878 (patch)
treeaf25d75ff7daaf4c91757e752f17515d78916bd5 /llvm/utils/lit/tests
parenta93f087d3ee4f1a3a5b5acb2a09d4d23fd5d0bd8 (diff)
downloadbcm5719-llvm-9f11c0bddfb04bb6697db065a48771dc3af03878.tar.gz
bcm5719-llvm-9f11c0bddfb04bb6697db065a48771dc3af03878.zip
Make lit :: shtest-format.py supported on Windows again
It was marked as unsupported on Windows in r311230 because on some Win10 machines it failed or caused hang. The problem was that on these machines system bash (C:\Windows\System32\bash.exe) was used which requires paths to be passed like '/mnt/c/path/to/my/script' instead of 'C:\path\to\my\script'. TODO: we should make lit detect if system bash is used instead of msys and set appropriate path format. llvm-svn: 311558
Diffstat (limited to 'llvm/utils/lit/tests')
-rw-r--r--llvm/utils/lit/tests/shtest-format.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/lit/tests/shtest-format.py b/llvm/utils/lit/tests/shtest-format.py
index 40f0439505b..37e3e1c1262 100644
--- a/llvm/utils/lit/tests/shtest-format.py
+++ b/llvm/utils/lit/tests/shtest-format.py
@@ -1,4 +1,3 @@
-# UNSUPPORTED: windows
# Check the various features of the ShTest format.
#
# RUN: not %{lit} -j 1 -v %{inputs}/shtest-format > %t.out
OpenPOWER on IntegriCloud