Suppress LLVM::tools/llvm-symbolizer/coff-dwarf.test for mingw, for now.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 10 Oct 2015 02:57:02 +0000 (02:57 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 10 Oct 2015 02:57:02 +0000 (02:57 +0000)
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

test/lit.cfg

index f6f65646438edf1066f2ffc5358181f87eeb4dcf..f4b8df33325408f72c6cb4b37015d8a381287bda 100644 (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')