[compiler-rt] XFAIL malloc_zone.cpp for darwin/lsan (PR #131234)

Mariusz Borsa via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 15:49:06 PDT 2025


https://github.com/wrotki created https://github.com/llvm/llvm-project/pull/131234

Silence darwin bot while we investigate the problem

rdar://145873843


>From 430759a123ded3c505475b092d2e8be355bf8276 Mon Sep 17 00:00:00 2001
From: Mariusz Borsa <m_borsa at apple.com>
Date: Thu, 13 Mar 2025 15:45:43 -0700
Subject: [PATCH] XFAIL malloc_zone.cpp for darwin/lsan

rdar://145873843
---
 .../test/sanitizer_common/TestCases/Darwin/malloc_zone.cpp      | 2 ++
 1 file changed, 2 insertions(+)

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>



More information about the llvm-commits mailing list