diff --git a/test/lit.cfg b/test/lit.cfg index 1fe45befe1a68..bc0a0856162d5 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -922,10 +922,11 @@ def check_runtime_feature(name): return check_runtime_feature('profile') -check_runtime_feature('asan') check_runtime_feature('ubsan') -check_runtime_feature('tsan') check_runtime_feature('safestack') +if config.target_sdk_name != "linux": + check_runtime_feature('asan') + check_runtime_feature('tsan') if not getattr(config, 'target_run_simple_swift', None): config.target_run_simple_swift = (