[NFC][Sanitizer] Re-enable test on Darwin
authorJulian Lettner <jlettner@apple.com>
Fri, 22 Feb 2019 23:37:46 +0000 (23:37 +0000)
committerJulian Lettner <jlettner@apple.com>
Fri, 22 Feb 2019 23:37:46 +0000 (23:37 +0000)
This unexpectedly passes on our CI, although it still fails on my
machine.

llvm-svn: 354701

compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc

index f1fbbbc..94c50be 100644 (file)
@@ -10,9 +10,6 @@
 
 // XFAIL: netbsd && !asan
 
-// FIXME(dliew): Make this test work with TSan
-// XFAIL: darwin && tsan
-
 volatile int *null = 0;
 
 namespace Xyz {