summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
diff options
context:
space:
mode:
authorJulian Lettner <jlettner@apple.com>2019-02-22 23:37:46 +0000
committerJulian Lettner <jlettner@apple.com>2019-02-22 23:37:46 +0000
commit1edc4b03e7aac15648847c4948a5ff8437ac5edd (patch)
tree6bf1fc6731dea4adfea2001788f16a16e49a997e /test/sanitizer_common
parent5ad975835d3443bb5d3a6a23b3ae3ba86c4839b1 (diff)
downloadcompiler-rt-1edc4b03e7aac15648847c4948a5ff8437ac5edd.tar.gz
[NFC][Sanitizer] Re-enable test on Darwin
This unexpectedly passes on our CI, although it still fails on my machine. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@354701 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common')
-rw-r--r--test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc3
1 files changed, 0 insertions, 3 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 f1fbbbcd0..94c50be16 100644
--- a/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
+++ b/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
@@ -10,9 +10,6 @@
// XFAIL: netbsd && !asan
-// FIXME(dliew): Make this test work with TSan
-// XFAIL: darwin && tsan
-
volatile int *null = 0;
namespace Xyz {