[llvm-branch-commits] [compiler-rt] release/20.x: XFAIL malloc_zone.cpp for darwin/lsan (#131234) (PR #133006)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Mar 25 14:58:48 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: None (llvmbot)
<details>
<summary>Changes</summary>
Backport ab58a3c35b6fc6a4b513d75c38881134f5b2c9b9
Requested by: @<!-- -->wrotki
---
Full diff: https://github.com/llvm/llvm-project/pull/133006.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/133006
More information about the llvm-branch-commits
mailing list