[compiler-rt] 02837ac - [Sanitizers][Darwin][Test] Remove community incompliant internal link from sources (#133187)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 31 17:06:45 PDT 2025
Author: Mariusz Borsa
Date: 2025-03-31T17:06:41-07:00
New Revision: 02837acaaf2cfdfcbf77e4a7f6629575edb6ffb4
URL: https://github.com/llvm/llvm-project/commit/02837acaaf2cfdfcbf77e4a7f6629575edb6ffb4
DIFF: https://github.com/llvm/llvm-project/commit/02837acaaf2cfdfcbf77e4a7f6629575edb6ffb4.diff
LOG: [Sanitizers][Darwin][Test] Remove community incompliant internal link from sources (#133187)
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 <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 ffe2100634f57..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,7 +17,7 @@
// UBSan does not install a malloc zone.
// XFAIL: ubsan
//
-// Currently fails on darwin/lsan rdar://145873843
+// Currently fails on darwin/lsan
// XFAIL: darwin && lsan
#include <malloc/malloc.h>
More information about the llvm-commits
mailing list