Skip to content

Commit 3ff080b

Browse files
author
Mariusz Borsa
committed
[Sanitizers][Darwin][Test] Mark symbolize_pc test unsupported in Darwin/LSan context
LSan is unsupported on Darwin anyway, and this test fals on public Darwin bots Differential Revision: https://reviews.llvm.org/D154389
1 parent c850ea1 commit 3ff080b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
// FIXME: Investigate why it does not print GLOBAL_VAR_ABC.
77
// XFAIL: hwasan && target=aarch64{{.*}}
8+
// LSan tests fail on Darwin
9+
// UNSUPPORTED: darwin && lsan
810

911
#include <stdio.h>
1012
#include <sanitizer/common_interface_defs.h>

0 commit comments

Comments
 (0)