diff --git a/compiler-rt/test/lit.common.cfg.py b/compiler-rt/test/lit.common.cfg.py index 869d0e233ef34d946260aae60ad71b1cfc4b2121..6d1a519d053eca3678dedfbef353096793afacb4 100644 --- a/compiler-rt/test/lit.common.cfg.py +++ b/compiler-rt/test/lit.common.cfg.py @@ -728,6 +728,7 @@ if config.host_os == 'Darwin': lit_config.warning('log command not found. Some tests will be skipped.') elif config.android or is_ohos_family_mobile(): config.default_sanitizer_opts += ['abort_on_error=0'] + config.default_sanitizer_opts += ['log_to_syslog=0'] # 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.