summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Lettner <jlettner@apple.com>2019-03-07 21:42:48 +0000
committerJulian Lettner <jlettner@apple.com>2019-03-07 21:42:48 +0000
commit890c1a29f53156b27d906ea33eb1a27cbe8cd3f3 (patch)
treeb64a91e177b65d76a6c4578c5f21255140ca42c2
parentcb9c522e96fdc5182d22ab0fb80bdf90c7b11bbd (diff)
downloadcompiler-rt-890c1a29f53156b27d906ea33eb1a27cbe8cd3f3.tar.gz
[TSan] Temporarily disable test which fails on build bot
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@355642 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/tsan/gcd-data.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tsan/gcd-data.c b/test/tsan/gcd-data.c
index 0ffd24b45..87dd2d9cd 100644
--- a/test/tsan/gcd-data.c
+++ b/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 <dispatch/dispatch.h>
#include <stdio.h>