[compiler-rt] r265919 - [tsan] Replace 'not' with '%deflake' in gcd-apply-race.mm Darwin test.

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 01:38:35 PDT 2016


Author: kuba.brecka
Date: Mon Apr 11 03:38:35 2016
New Revision: 265919

URL: http://llvm.org/viewvc/llvm-project?rev=265919&view=rev
Log:
[tsan] Replace 'not' with '%deflake' in gcd-apply-race.mm Darwin test.


Modified:
    compiler-rt/trunk/test/tsan/Darwin/gcd-apply-race.mm

Modified: compiler-rt/trunk/test/tsan/Darwin/gcd-apply-race.mm
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/Darwin/gcd-apply-race.mm?rev=265919&r1=265918&r2=265919&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/Darwin/gcd-apply-race.mm (original)
+++ compiler-rt/trunk/test/tsan/Darwin/gcd-apply-race.mm Mon Apr 11 03:38:35 2016
@@ -1,5 +1,5 @@
 // RUN: %clang_tsan %s -o %t -framework Foundation
-// RUN: %env_tsan_opts=ignore_interceptors_accesses=1 not %run %t 2>&1 | FileCheck %s
+// RUN: %env_tsan_opts=ignore_interceptors_accesses=1 %deflake %run %t 2>&1 | FileCheck %s
 
 #import <Foundation/Foundation.h>
 




More information about the llvm-commits mailing list