[compiler-rt] r354701 - [NFC][Sanitizer] Re-enable test on Darwin
Julian Lettner via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 22 15:37:46 PST 2019
Author: yln
Date: Fri Feb 22 15:37:46 2019
New Revision: 354701
URL: http://llvm.org/viewvc/llvm-project?rev=354701&view=rev
Log:
[NFC][Sanitizer] Re-enable test on Darwin
This unexpectedly passes on our CI, although it still fails on my
machine.
Modified:
compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc?rev=354701&r1=354700&r2=354701&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc Fri Feb 22 15:37:46 2019
@@ -10,9 +10,6 @@
// XFAIL: netbsd && !asan
-// FIXME(dliew): Make this test work with TSan
-// XFAIL: darwin && tsan
-
volatile int *null = 0;
namespace Xyz {
More information about the llvm-commits
mailing list