[compiler-rt] r275182 - Disable the "gcd-io-race.mm" test to investigate bot hangs due to the test being deadlocked.
Kuba Brecka via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 12 08:41:15 PDT 2016
Author: kuba.brecka
Date: Tue Jul 12 10:41:14 2016
New Revision: 275182
URL: http://llvm.org/viewvc/llvm-project?rev=275182&view=rev
Log:
Disable the "gcd-io-race.mm" test to investigate bot hangs due to the test being deadlocked.
Modified:
compiler-rt/trunk/test/tsan/Darwin/gcd-io-race.mm
Modified: compiler-rt/trunk/test/tsan/Darwin/gcd-io-race.mm
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/Darwin/gcd-io-race.mm?rev=275182&r1=275181&r2=275182&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/Darwin/gcd-io-race.mm (original)
+++ compiler-rt/trunk/test/tsan/Darwin/gcd-io-race.mm Tue Jul 12 10:41:14 2016
@@ -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"
More information about the llvm-commits
mailing list