summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Posix
diff options
context:
space:
mode:
authorJulian Lettner <jlettner@apple.com>2019-02-20 22:28:11 +0000
committerJulian Lettner <jlettner@apple.com>2019-02-20 22:28:11 +0000
commitb5c4c8343f7c87da118b119f4852f818d2693000 (patch)
tree1ef98403f5e6c07912574a8cad8c7ed555fa9475 /test/sanitizer_common/TestCases/Posix
parent6277b3d611a6d4e0abfd37fcf28af5a5c8d6d8ad (diff)
downloadcompiler-rt-b5c4c8343f7c87da118b119f4852f818d2693000.tar.gz
[LSan] Fix `__sanitizer_print_stack_trace` via fast unwinder
Summary: Quick follow-up to: https://reviews.llvm.org/D58156 Reviewers: vitalybuka Differential Revision: https://reviews.llvm.org/D58358 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@354522 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common/TestCases/Posix')
-rw-r--r--test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc b/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
index 2a3ad6bee..10a47482c 100644
--- a/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
+++ b/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
@@ -11,7 +11,7 @@
// XFAIL: netbsd && !asan
// FIXME(dliew): Make this test work with other sanitizers
-// XFAIL: darwin && (lsan || tsan || ubsan)
+// XFAIL: darwin && (tsan || ubsan)
volatile int *null = 0;