From ed77926f9970709d84ad4ab55c978bbb3b432a16 Mon Sep 17 00:00:00 2001 From: Julian Lettner Date: Thu, 7 Mar 2019 21:42:48 +0000 Subject: [PATCH] [TSan] Temporarily disable test which fails on build bot llvm-svn: 355642 --- compiler-rt/test/tsan/gcd-data.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler-rt/test/tsan/gcd-data.c b/compiler-rt/test/tsan/gcd-data.c index 0ffd24b45e4d..87dd2d9cdcb4 100644 --- a/compiler-rt/test/tsan/gcd-data.c +++ b/compiler-rt/test/tsan/gcd-data.c @@ -3,6 +3,9 @@ // REQUIRES: dispatch +// TODO(yln): fails on one of our bots, need to investigate +// REQUIRES: disabled + #include #include