aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorMariusz Borsa <m_borsa@apple.com>2023-07-20 12:54:49 -0700
committerMariusz Borsa <m_borsa@apple.com>2023-07-20 12:58:30 -0700
commit760c208f6ff9e97a9a11523c00874a1eec4f876b (patch)
tree8f7b363c8e04dcacd8fdc4e0d2751eb8d4286167 /compiler-rt
parent503f2ee4a86a740c4b4f442d95ff4e6d7f66a670 (diff)
downloadllvm-760c208f6ff9e97a9a11523c00874a1eec4f876b.zip
llvm-760c208f6ff9e97a9a11523c00874a1eec4f876b.tar.gz
llvm-760c208f6ff9e97a9a11523c00874a1eec4f876b.tar.bz2
[Sanitizers][Darwin][Test] XFAIL symbolize_pc test on Darwin/TSan+UBSan
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp4
1 files changed, 4 insertions, 0 deletions
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 <stdio.h>
#include <sanitizer/common_interface_defs.h>