aboutsummaryrefslogtreecommitdiffstats
path: root/test/lit.cfg
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-06-26 10:56:44 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-06-26 10:56:44 +0000
commit7e980a68454cbf209c7fd6160b4db2083aa652cc (patch)
tree170b650133771c857e50071edf81615f96150456 /test/lit.cfg
parent87070fe1073b1e95748d987af0810d02aac43603 (diff)
downloadexternal_llvm-7e980a68454cbf209c7fd6160b4db2083aa652cc.zip
external_llvm-7e980a68454cbf209c7fd6160b4db2083aa652cc.tar.gz
external_llvm-7e980a68454cbf209c7fd6160b4db2083aa652cc.tar.bz2
Suppress llvm/test/Other/can-execute.txt on msys bash.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184932 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index 9442dbf..5752046 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -250,6 +250,10 @@ for pattern in [r"\bbugpoint\b(?!-)", r"(?<!/|-)\bclang\b(?!-)",
if execute_external:
config.available_features.add('shell')
+# Others/can-execute.txt
+if sys.platform not in ['win32']:
+ config.available_features.add('can-execute')
+
# Loadable module
# FIXME: This should be supplied by Makefile or autoconf.
if sys.platform in ['win32', 'cygwin']: