summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
diff options
context:
space:
mode:
authorJulian Lettner <jlettner@apple.com>2019-02-22 22:00:13 +0000
committerJulian Lettner <jlettner@apple.com>2019-02-22 22:00:13 +0000
commitf37bf2fef6bb48666e9065dd67b168fcf8b93c96 (patch)
treebf2aeda26b8b296ab03bcc3e1d05ae614364ac07 /test/sanitizer_common
parentf5c0c1f1e1abe66650443d39f34fc205c2bc3175 (diff)
downloadcompiler-rt-f37bf2fef6bb48666e9065dd67b168fcf8b93c96.tar.gz
[Sanitizer] Fix uses of stack->Unwind(..., fast)
Apply StackTrace::WillUseFastUnwind(fast) in a few more places missed by my previous patch (https://reviews.llvm.org/D58156). Reviewers: vitalybuka Differential Revision: https://reviews.llvm.org/D58550 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@354695 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common')
-rw-r--r--test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc4
1 files changed, 2 insertions, 2 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 10a47482c..f1fbbbcd0 100644
--- a/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
+++ b/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
@@ -10,8 +10,8 @@
// XFAIL: netbsd && !asan
-// FIXME(dliew): Make this test work with other sanitizers
-// XFAIL: darwin && (tsan || ubsan)
+// FIXME(dliew): Make this test work with TSan
+// XFAIL: darwin && tsan
volatile int *null = 0;