aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-08-20 07:09:20 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-08-20 07:09:20 +0000
commite1ffb1535676bf5734e65bb4ba9c85a4b92dea61 (patch)
treeb4bd31babc3e409723fa67af03734a26e5887115
parent6b0baf97dc8fcf07519af0471309dba93222b07f (diff)
test/lit.cfg: Enable "crash-recovery" tests on Win32 hosts. CrashRecoveryContext supports Win32 since r138199.
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
-rw-r--r--test/lit.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index e18105df19..850c0cf7ea 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -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() != '':