[compiler-rt] 62d6560 - Disable test for lsan and x86_64h (#90483)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 21:51:01 PDT 2024


Author: thetruestblue
Date: 2024-04-29T21:50:57-07:00
New Revision: 62d6560471f0e1151e34c0a56357423350f7a6af

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

LOG: Disable test for lsan and x86_64h (#90483)

Disable this test on x86_64h for LSan.

This test is failing with malformed object only on x86_64h.
Disabling for now. 

rdar://125052424

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
index ed817961c688cc..e46c2edac4cea1 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
@@ -2,6 +2,8 @@
 
 // REQUIRES: has_sancovcc
 // UNSUPPORTED: ubsan,i386-darwin,target={{(powerpc64|s390x|thumb).*}}
+// This test is failing for lsan on darwin on x86_64h.
+// UNSUPPORTED: x86_64h && lsan && darwin
 // XFAIL: tsan
 // XFAIL: android && asan
 


        


More information about the llvm-commits mailing list