[compiler-rt] [Sanitizers][Darwin][Test] XFAIL malloc_zone.cpp for darwin/lsan (PR #133187)

Mariusz Borsa via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 28 18:11:41 PDT 2025


https://github.com/wrotki updated https://github.com/llvm/llvm-project/pull/133187

>From 4d9105059db9f8974c9b93f099cee6325aff36da Mon Sep 17 00:00:00 2001
From: Mariusz Borsa <m_borsa at apple.com>
Date: Wed, 26 Mar 2025 15:13:28 -0700
Subject: [PATCH] [Sanitizers][Darwin][Test] Remove community incompliant
 internal link from sources

LLVM community prohibits having internal systems URL in source code. This is a correction to a previous PR XFAILing a test.

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
---
 .../test/sanitizer_common/TestCases/Darwin/malloc_zone.cpp      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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