diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-08-20 07:09:20 +0000 | 
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-08-20 07:09:20 +0000 | 
| commit | fbd46b073688f883f030fdd22d079a0c6123b76a (patch) | |
| tree | 21ee29d05fbfe45e973cc21cf24803761241eec3 | |
| parent | aa9e24133f528bc87a72fc1e15bc5fd1f52938bb (diff) | |
| download | bcm5719-llvm-fbd46b073688f883f030fdd22d079a0c6123b76a.tar.gz bcm5719-llvm-fbd46b073688f883f030fdd22d079a0c6123b76a.zip  | |
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
| -rw-r--r-- | clang/test/lit.cfg | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg index e18105df191..850c0cf7ea8 100644 --- a/clang/test/lit.cfg +++ b/clang/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() != '':  | 

