aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorMariusz Borsa <m_borsa@apple.com>2023-07-03 13:44:45 -0700
committerMariusz Borsa <m_borsa@apple.com>2023-07-05 16:54:20 -0700
commit3ff080b53b0a7f5bccfabd11254e255669892a67 (patch)
treea9ce6f28ac1f16234e1bfcb1c70aa9f05b905a7f /compiler-rt
parentc850ea1498733d4f54d501d56157270d83a4244c (diff)
downloadllvm-3ff080b53b0a7f5bccfabd11254e255669892a67.zip
llvm-3ff080b53b0a7f5bccfabd11254e255669892a67.tar.gz
llvm-3ff080b53b0a7f5bccfabd11254e255669892a67.tar.bz2
[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
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
index bb47edd..abec2f1 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
@@ -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>