]> granicus.if.org Git - clang/commitdiff
test/lit.cfg: Enable "crash-recovery" tests on Win32 hosts. CrashRecoveryContext...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 20 Aug 2011 07:09:20 +0000 (07:09 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 20 Aug 2011 07:09:20 +0000 (07:09 +0000)
FIXME: Shall we eliminate the feature "crash-recovery"?

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

test/lit.cfg

index e18105df1916e911093360bf90b707f0b8098d74..850c0cf7ea81e79f11cdccff3f7614cb47071e47 100644 (file)
@@ -165,8 +165,7 @@ config.substitutions.append(
 ###
 
 # Set available features we allow tests to conditionalize on.
-if platform.system() != 'Windows':
-    config.available_features.add('crash-recovery')
+config.available_features.add('crash-recovery')
 
 # Shell execution
 if platform.system() not in ['Windows'] or lit.getBashPath() != '':