summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2016-07-12 15:41:14 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2016-07-12 15:41:14 +0000
commit05cef4014c2a4637ec4324de325d8750f8aaeab1 (patch)
tree953b02737f97182e74ba92d0d3dcb24c3b039f5f
parente9dbae9415c547c7b78494c231c0192d8c306ee5 (diff)
downloadcompiler-rt-05cef4014c2a4637ec4324de325d8750f8aaeab1.tar.gz
Disable the "gcd-io-race.mm" test to investigate bot hangs due to the test being deadlocked.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@275182 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/tsan/Darwin/gcd-io-race.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tsan/Darwin/gcd-io-race.mm b/test/tsan/Darwin/gcd-io-race.mm
index f9332c9f2..0bec28fdb 100644
--- a/test/tsan/Darwin/gcd-io-race.mm
+++ b/test/tsan/Darwin/gcd-io-race.mm
@@ -1,6 +1,8 @@
// RUN: %clang_tsan %s -o %t -framework Foundation
// RUN: %env_tsan_opts=ignore_interceptors_accesses=1 %deflake %run %t 2>&1 | FileCheck %s
+// REQUIRES: disabled
+
#import <Foundation/Foundation.h>
#import "../test.h"