summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc')
-rw-r--r--test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc2
1 files changed, 0 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 e1192c765..d9a1bc660 100644
--- a/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
+++ b/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
@@ -7,8 +7,6 @@
// RUN: env %tool_options='abort_on_error=0, dedup_token_length=3' not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK3 --match-full-lines
// REQUIRES: stable-runtime
-// FIXME: implement SEGV handler in other sanitizers.
-// XFAIL: tsan
volatile int *null = 0;