1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Suppress llvm/test/Other/can-execute.txt on msys bash.

llvm-svn: 184932
This commit is contained in:
NAKAMURA Takumi 2013-06-26 10:56:44 +00:00
parent ea4d3808e5
commit 927f436b5d
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
REQUIRES: shell
REQUIRES: can-execute
This tests that we abstract two peculiarities of unix in can_execute:

View File

@ -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']: