summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/symbolize_stack.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanitizer_common/TestCases/symbolize_stack.cc')
-rw-r--r--test/sanitizer_common/TestCases/symbolize_stack.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/sanitizer_common/TestCases/symbolize_stack.cc b/test/sanitizer_common/TestCases/symbolize_stack.cc
index e50cdb063..d6ec49b40 100644
--- a/test/sanitizer_common/TestCases/symbolize_stack.cc
+++ b/test/sanitizer_common/TestCases/symbolize_stack.cc
@@ -2,6 +2,9 @@
// Test that symbolizer does not crash on frame with large function name.
+// On Darwin LSan reports a false positive
+// XFAIL: darwin && lsan
+
#include <sanitizer/common_interface_defs.h>
#include <vector>