[Sanitizers][Darwin][Test] Mark symbolize_pc test on Darwin/TSan+UBSan as UNSUPPORTED
authorArthur Eubanks <aeubanks@google.com>
Fri, 21 Jul 2023 16:47:08 +0000 (09:47 -0700)
committerArthur Eubanks <aeubanks@google.com>
Fri, 21 Jul 2023 16:50:02 +0000 (09:50 -0700)
Followup to https://reviews.llvm.org/rG760c208f6ff9e97a9a11523c00874a1eec4f876b which XFAIL'd them, but they pass in some configurations.

compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp

index 95f2cc0..f495e2c 100644 (file)
@@ -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>