[llvm-branch-commits] [compiler-rt] release/20.x: XFAIL malloc_zone.cpp for darwin/lsan (#131234) (PR #133006)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Mar 25 14:58:13 PDT 2025
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/133006
Backport ab58a3c35b6fc6a4b513d75c38881134f5b2c9b9
Requested by: @wrotki
>From 50c746f024a9d6ddbbef2a2a89f6cd62540e9435 Mon Sep 17 00:00:00 2001
From: Mariusz Borsa <wrotki at msn.com>
Date: Thu, 13 Mar 2025 16:01:32 -0700
Subject: [PATCH] XFAIL malloc_zone.cpp for darwin/lsan (#131234)
Silence darwin bot while we investigate the problem
rdar://145873843
Co-authored-by: Mariusz Borsa <m_borsa at apple.com>
(cherry picked from commit ab58a3c35b6fc6a4b513d75c38881134f5b2c9b9)
---
.../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-branch-commits
mailing list