[compiler-rt] 3ff080b - [Sanitizers][Darwin][Test] Mark symbolize_pc test unsupported in Darwin/LSan context

Mariusz Borsa via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 5 16:54:26 PDT 2023


Author: Mariusz Borsa
Date: 2023-07-05T16:54:20-07:00
New Revision: 3ff080b53b0a7f5bccfabd11254e255669892a67

URL: https://github.com/llvm/llvm-project/commit/3ff080b53b0a7f5bccfabd11254e255669892a67
DIFF: https://github.com/llvm/llvm-project/commit/3ff080b53b0a7f5bccfabd11254e255669892a67.diff

LOG: [Sanitizers][Darwin][Test] Mark symbolize_pc test unsupported in Darwin/LSan context

LSan is unsupported on Darwin anyway, and this test fals on public Darwin bots

Differential Revision: https://reviews.llvm.org/D154389

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 bb47edd6ba8d97..abec2f1acd41bb 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
@@ -5,6 +5,8 @@
 
 // FIXME: Investigate why it does not print GLOBAL_VAR_ABC.
 // XFAIL: hwasan && target=aarch64{{.*}}
+// LSan tests fail on Darwin
+// UNSUPPORTED: darwin && lsan
 
 #include <stdio.h>
 #include <sanitizer/common_interface_defs.h>


        


More information about the llvm-commits mailing list