aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorArthur Eubanks <aeubanks@google.com>2023-07-21 09:47:08 -0700
committerArthur Eubanks <aeubanks@google.com>2023-07-21 09:50:02 -0700
commit7be84ba914c2474e2e1439a6796364a76313ef05 (patch)
tree569378813030bc579213b61ee28138ecfaf6c2fd /compiler-rt
parent8eb2206197a31290e33a0e4a4a5d0010c176e31e (diff)
downloadllvm-7be84ba914c2474e2e1439a6796364a76313ef05.zip
llvm-7be84ba914c2474e2e1439a6796364a76313ef05.tar.gz
llvm-7be84ba914c2474e2e1439a6796364a76313ef05.tar.bz2
[Sanitizers][Darwin][Test] Mark symbolize_pc test on Darwin/TSan+UBSan as UNSUPPORTED
Followup to https://reviews.llvm.org/rG760c208f6ff9e97a9a11523c00874a1eec4f876b which XFAIL'd them, but they pass in some configurations.
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
index 95f2cc0..f495e2c 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
@@ -8,9 +8,9 @@
// 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
+// on some platforms likely because the test platform is too old
+// UNSUPPORTED: darwin && tsan
+// UNSUPPORTED: darwin && ubsan
#include <stdio.h>
#include <sanitizer/common_interface_defs.h>