[Sanitizers][Darwin][Test] Mark symbolize_pc test unsupported in Darwin/LSan context
authorMariusz Borsa <m_borsa@apple.com>
Mon, 3 Jul 2023 20:44:45 +0000 (13:44 -0700)
committerMariusz Borsa <m_borsa@apple.com>
Wed, 5 Jul 2023 23:54:20 +0000 (16:54 -0700)
LSan is unsupported on Darwin anyway, and this test fals on public Darwin bots

Differential Revision: https://reviews.llvm.org/D154389

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

index bb47edd..abec2f1 100644 (file)
@@ -5,6 +5,8 @@
 
 // FIXME: Investigate why it does not print GLOBAL_VAR_ABC.
 // XFAIL: hwasan && target=aarch64{{.*}}
+// LSan tests fail on Darwin
+// UNSUPPORTED: darwin && lsan
 
 #include <stdio.h>
 #include <sanitizer/common_interface_defs.h>