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 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits