Skip to content

Commit 62a71cc

Browse files
author
Julian Lettner
committed
[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
1 parent cdfa15d commit 62a71cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/sanitizer_common/TestCases/symbolize_stack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Test that symbolizer does not crash on frame with large function name.
44

55
// On Darwin LSan reports a false positive
6-
// XFAIL: darwin && lsan
6+
// UNSUPPORTED: darwin && lsan
77

88
#include <sanitizer/common_interface_defs.h>
99
#include <vector>

0 commit comments

Comments
 (0)