[compiler-rt] 62a71cc - [Sanitizer][Darwin] Mark test UNSUPPORTED instead of XFAIL

Julian Lettner via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 14:18:44 PDT 2022


Author: Julian Lettner
Date: 2022-06-27T14:18:36-07:00
New Revision: 62a71cc5ef3f4286fe9bb325971913b507797094

URL: https://github.com/llvm/llvm-project/commit/62a71cc5ef3f4286fe9bb325971913b507797094
DIFF: https://github.com/llvm/llvm-project/commit/62a71cc5ef3f4286fe9bb325971913b507797094.diff

LOG: [Sanitizer][Darwin] Mark test UNSUPPORTED instead of XFAIL

This is test is failing/passing depending on the host OS version.  Need
to investigate/fix before re-enabling.

rdar://95982696

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/symbolize_stack.cpp b/compiler-rt/test/sanitizer_common/TestCases/symbolize_stack.cpp
index d6ec49b407f5d..02fe571f416b3 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/symbolize_stack.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/symbolize_stack.cpp
@@ -3,7 +3,7 @@
 // Test that symbolizer does not crash on frame with large function name.
 
 // On Darwin LSan reports a false positive
-// XFAIL: darwin && lsan
+// UNSUPPORTED: darwin && lsan
 
 #include <sanitizer/common_interface_defs.h>
 #include <vector>


        


More information about the llvm-commits mailing list