[compiler-rt] ab58a3c - XFAIL malloc_zone.cpp for darwin/lsan (#131234)

via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 16:01:36 PDT 2025


Author: Mariusz Borsa
Date: 2025-03-13T16:01:32-07:00
New Revision: ab58a3c35b6fc6a4b513d75c38881134f5b2c9b9

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

LOG: XFAIL malloc_zone.cpp for darwin/lsan (#131234)

Silence darwin bot while we investigate the problem

rdar://145873843

Co-authored-by: Mariusz Borsa <m_borsa at apple.com>

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Darwin/malloc_zone.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/Darwin/malloc_zone.cpp b/compiler-rt/test/sanitizer_common/TestCases/Darwin/malloc_zone.cpp
index fd6ef03629438..e68e93129be2f 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Darwin/malloc_zone.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Darwin/malloc_zone.cpp
@@ -17,6 +17,8 @@
 // UBSan does not install a malloc zone.
 // XFAIL: ubsan
 //
+// Curently fails on darwin/lsan rdar://145873843
+// XFAIL: darwin && lsan
 
 #include <malloc/malloc.h>
 #include <stdlib.h>


        


More information about the llvm-commits mailing list