OSDN Git Service

Revert "Suppress LLVM::tools/llvm-symbolizer/coff-dwarf.test for mingw, for now."
authorChris Bieneman <beanz@apple.com>
Tue, 13 Dec 2016 00:29:51 +0000 (00:29 +0000)
committerChris Bieneman <beanz@apple.com>
Tue, 13 Dec 2016 00:29:51 +0000 (00:29 +0000)
This reverts commit r249937.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289502 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

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