[cfe-commits] r138201 - /cfe/trunk/test/lit.cfg

NAKAMURA Takumi geek4civic at gmail.com
Sat Aug 20 00:09:21 PDT 2011


Author: chapuni
Date: Sat Aug 20 02:09:20 2011
New Revision: 138201

URL: http://llvm.org/viewvc/llvm-project?rev=138201&view=rev
Log:
test/lit.cfg: Enable "crash-recovery" tests on Win32 hosts. CrashRecoveryContext supports Win32 since r138199.

FIXME: Shall we eliminate the feature "crash-recovery"?

Modified:
    cfe/trunk/test/lit.cfg

Modified: cfe/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=138201&r1=138200&r2=138201&view=diff
==============================================================================
--- cfe/trunk/test/lit.cfg (original)
+++ cfe/trunk/test/lit.cfg Sat Aug 20 02:09:20 2011
@@ -165,8 +165,7 @@
 ###
 
 # 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() != '':





More information about the cfe-commits mailing list