diff --git a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp index f495e2cefdd74..bb47edd6ba8d9 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp @@ -5,12 +5,6 @@ // FIXME: Investigate why it does not print GLOBAL_VAR_ABC. // XFAIL: hwasan && target=aarch64{{.*}} -// LSan tests fail on Darwin -// UNSUPPORTED: darwin && lsan -// tsan and ubsan are supported on darwin, but they currently fail -// on some platforms likely because the test platform is too old -// UNSUPPORTED: darwin && tsan -// UNSUPPORTED: darwin && ubsan #include #include