[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@apple.com>
(cherry picked from commit 02837acaaf2cfdfcbf77e4a7f6629575edb6ffb4)
This commit is contained in:
Mariusz Borsa 2025-03-31 17:06:41 -07:00 committed by Tom Stellard
parent 53141e4e3c
commit ac31db0463

View File

@ -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>