[Sanitizer][Darwin] Mark test UNSUPPORTED instead of XFAIL

This is test is failing/passing depending on the host OS version.  Need
to investigate/fix before re-enabling.

rdar://95982696
This commit is contained in:
Julian Lettner 2022-06-27 14:16:43 -07:00
parent cdfa15da94
commit 62a71cc5ef
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// Test that symbolizer does not crash on frame with large function name.
// On Darwin LSan reports a false positive
// XFAIL: darwin && lsan
// UNSUPPORTED: darwin && lsan
#include <sanitizer/common_interface_defs.h>
#include <vector>