forked from OSchip/llvm-project
test/lit.cfg: Enable "crash-recovery" tests on Win32 hosts. CrashRecoveryContext supports Win32 since r138199.
FIXME: Shall we eliminate the feature "crash-recovery"? llvm-svn: 138201
This commit is contained in:
parent
aa9e24133f
commit
fbd46b0736
|
@ -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() != '':
|
||||
|
|
Loading…
Reference in New Issue