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:
parent
ea4d3808e5
commit
927f436b5d
@ -1,4 +1,4 @@
|
||||
REQUIRES: shell
|
||||
REQUIRES: can-execute
|
||||
|
||||
This tests that we abstract two peculiarities of unix in can_execute:
|
||||
|
||||
|
@ -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']:
|
||||
|
Loading…
Reference in New Issue
Block a user