diff options
-rw-r--r-- | compiler-rt/test/ubsan/lit.common.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler-rt/test/ubsan/lit.common.cfg b/compiler-rt/test/ubsan/lit.common.cfg index 5494cc3c35c..d53cff00a76 100644 --- a/compiler-rt/test/ubsan/lit.common.cfg +++ b/compiler-rt/test/ubsan/lit.common.cfg @@ -64,8 +64,3 @@ if config.host_os == 'Windows': # We do not currently support enough of the Microsoft ABI for UBSan to work on # Windows. config.available_features.remove('cxxabi') - -# Allow tests to use REQUIRES=stable-runtime. For use when you cannot use XFAIL -# because the test hangs or fails on one configuration and not the other. -if config.target_arch.startswith('arm') == False: - config.available_features.add('stable-runtime') |