[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
This commit is contained in:
Mariusz Borsa
2023-07-03 13:44:45 -07:00
parent c850ea1498
commit 3ff080b53b

View 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>