summaryrefslogtreecommitdiff
path: root/test/lit.common.cfg
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2015-08-18 12:44:55 +0000
committerRenato Golin <renato.golin@linaro.org>2015-08-18 12:44:55 +0000
commit33fe2a512006ae0d192fbfa36762c7f7549dd55a (patch)
treee4ae495d66327b9204d049cc81e029bd8c0b0602 /test/lit.common.cfg
parent2c65a209a213ccd34dd21ff17d7edf23b20912e1 (diff)
Revert "[sanitizer] Move definition of stable-runtime to common lit config."
This reverts commit r245263, and the change wasn't catched by UBsan. It also reverts: "[ARM] Also disable stable-runtime check on UBsan, to use generic one" (r245287), as it didn't fix the UBsan builds. We need to investigate what's going on before continuing, since this is breaking all ARM RT buildbots for a while. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@245292 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.common.cfg')
-rw-r--r--test/lit.common.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/lit.common.cfg b/test/lit.common.cfg
index 07953609b..795435048 100644
--- a/test/lit.common.cfg
+++ b/test/lit.common.cfg
@@ -111,11 +111,6 @@ if sanitizer_can_use_cxxabi:
if config.has_lld:
config.available_features.add('lld')
-# Allow tests to use REQUIRES=stable-runtime. For use when you cannot use XFAIL
-# because the test hangs.
-if config.target_arch != 'arm' and config.target_arch != 'aarch64':
- config.available_features.add('stable-runtime')
-
lit.util.usePlatformSdkOnDarwin(config, lit_config)
def is_darwin_lto_supported():