diff options
Diffstat (limited to 'compiler-rt/test/sanitizer_common/TestCases/symbolize_stack.cc')
-rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/symbolize_stack.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/symbolize_stack.cc b/compiler-rt/test/sanitizer_common/TestCases/symbolize_stack.cc index a8fadae4173..d6ec49b407f 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/symbolize_stack.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/symbolize_stack.cc @@ -2,7 +2,7 @@ // Test that symbolizer does not crash on frame with large function name. -// FIXME(dliew): Make this test work on Darwin with LSan +// On Darwin LSan reports a false positive // XFAIL: darwin && lsan #include <sanitizer/common_interface_defs.h> |