llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

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

Author: Mariusz Borsa (wrotki)

<details>
<summary>Changes</summary>

The malloc_zone.cpp test currently fails on Darwin hosts, in SanitizerCommon 
tests with lsan enabled.

Need to XFAIL this test to buy time to investigate this failure. Also
we're trying to bring the number of test failing on Darwin bots to 0, to
get clearer signal of any new failures.

rdar://145873843

Co-authored-by: Mariusz Borsa &lt;m_borsa@<!-- -->apple.com&gt;
(cherry picked from commit 02837acaaf2cfdfcbf77e4a7f6629575edb6ffb4)


---
Full diff: https://github.com/llvm/llvm-project/pull/133832.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..5aa087fb4ca12 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
 //
+// Currently fails on darwin/lsan
+// XFAIL: darwin && lsan
 
 #include <malloc/malloc.h>
 #include <stdlib.h>

``````````

</details>


https://github.com/llvm/llvm-project/pull/133832
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to