[compiler-rt] 7be84ba - [Sanitizers][Darwin][Test] Mark symbolize_pc test on Darwin/TSan+UBSan as UNSUPPORTED

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 09:50:12 PDT 2023


Author: Arthur Eubanks
Date: 2023-07-21T09:50:02-07:00
New Revision: 7be84ba914c2474e2e1439a6796364a76313ef05

URL: https://github.com/llvm/llvm-project/commit/7be84ba914c2474e2e1439a6796364a76313ef05
DIFF: https://github.com/llvm/llvm-project/commit/7be84ba914c2474e2e1439a6796364a76313ef05.diff

LOG: [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.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
index 95f2cc04ac1b9b..f495e2cefdd74b 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>


        


More information about the llvm-commits mailing list