From 760c208f6ff9e97a9a11523c00874a1eec4f876b Mon Sep 17 00:00:00 2001 From: Mariusz Borsa Date: Thu, 20 Jul 2023 12:54:49 -0700 Subject: [PATCH] [Sanitizers][Darwin][Test] XFAIL symbolize_pc test on Darwin/TSan+UBSan --- compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp index abec2f1..95f2cc0 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp @@ -7,6 +7,10 @@ // XFAIL: hwasan && target=aarch64{{.*}} // LSan tests fail on Darwin // UNSUPPORTED: darwin && lsan +// tsan and ubsan are supported on darwin, but they currently fail +// likely because the test platform is too old +// XFAIL: darwin && tsan +// XFAIL: darwin && ubsan #include #include -- 2.7.4