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

via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 15:49:38 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: Mariusz Borsa (wrotki)

<details>
<summary>Changes</summary>

Silence darwin bot while we investigate the problem

rdar://145873843


---
Full diff: https://github.com/llvm/llvm-project/pull/131234.diff


1 Files Affected:

- (modified) compiler-rt/test/sanitizer_common/TestCases/Darwin/malloc_zone.cpp (+2) 


``````````diff
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>

``````````

</details>


https://github.com/llvm/llvm-project/pull/131234


More information about the llvm-commits mailing list