summaryrefslogtreecommitdiffstats
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
commit9af9ab47b73392f5803743e947ab4caedfc85b17 (patch)
tree2615f010fa13cb0ba0efa917ec550cb258cc9d77
parent9a278bf6b5f45e507056ac5bce3c7929719103d1 (diff)
downloadbcm5719-llvm-9af9ab47b73392f5803743e947ab4caedfc85b17.tar.gz
bcm5719-llvm-9af9ab47b73392f5803743e947ab4caedfc85b17.zip
[NFC][Sanitizer] Re-enable test on Darwin
This unexpectedly passes on our CI, although it still fails on my machine. llvm-svn: 354701
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc b/compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
index f1fbbbcd049..94c50be169b 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
+++ b/compiler-rt/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 {
OpenPOWER on IntegriCloud