Suppress LLVM::tools/llvm-symbolizer/coff-dwarf.test for mingw, for now.

FIXME: Improve llvm-symbolizer, or rename the feature "system-windows".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249937 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2015-10-10 02:57:02 +00:00
parent 79b5b1a199
commit 31ef90adbb

View File

@ -443,7 +443,7 @@ if 'darwin' == sys.platform:
config.available_features.add('fma3')
sysctl_cmd.wait()
if platform.system() in ['Windows']:
if platform.system() in ['Windows'] and re.match(r'.*-win32$', config.target_triple):
# For tests that require Windows to run.
config.available_features.add('system-windows')