[llvm-branch-commits] [compiler-rt] ac31db0 - [Sanitizers][Darwin][Test] XFAIL malloc_zone.cpp
Tom Stellard via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Apr 11 09:42:39 PDT 2025
Author: Mariusz Borsa
Date: 2025-04-11T09:41:50-07:00
New Revision: ac31db0463c02128a7ae11fa5ee3d32d632bd97a
URL: https://github.com/llvm/llvm-project/commit/ac31db0463c02128a7ae11fa5ee3d32d632bd97a
DIFF: https://github.com/llvm/llvm-project/commit/ac31db0463c02128a7ae11fa5ee3d32d632bd97a.diff
LOG: [Sanitizers][Darwin][Test] XFAIL malloc_zone.cpp
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>
(cherry picked from commit 02837acaaf2cfdfcbf77e4a7f6629575edb6ffb4)
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 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>
More information about the llvm-branch-commits
mailing list