[Sanitizers][Darwin][Test] XFAIL symbolize_pc test on Darwin/TSan+UBSan
authorMariusz Borsa <m_borsa@apple.com>
Thu, 20 Jul 2023 19:54:49 +0000 (12:54 -0700)
committerMariusz Borsa <m_borsa@apple.com>
Thu, 20 Jul 2023 19:58:30 +0000 (12:58 -0700)
compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp

index abec2f1..95f2cc0 100644 (file)
@@ -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 <stdio.h>
 #include <sanitizer/common_interface_defs.h>