From: NAKAMURA Takumi Date: Sat, 20 Aug 2011 07:09:20 +0000 (+0000) Subject: test/lit.cfg: Enable "crash-recovery" tests on Win32 hosts. CrashRecoveryContext... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1ffb1535676bf5734e65bb4ba9c85a4b92dea61;p=clang 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 --- 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() != '':