[compiler-rt] r355633 - [TSan] Temporarily disable test which fails on build bot
Julian Lettner via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 7 12:30:18 PST 2019
Author: yln
Date: Thu Mar 7 12:30:18 2019
New Revision: 355633
URL: http://llvm.org/viewvc/llvm-project?rev=355633&view=rev
Log:
[TSan] Temporarily disable test which fails on build bot
Modified:
compiler-rt/trunk/test/tsan/gcd-source-serial.c
Modified: compiler-rt/trunk/test/tsan/gcd-source-serial.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/gcd-source-serial.c?rev=355633&r1=355632&r2=355633&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/gcd-source-serial.c (original)
+++ compiler-rt/trunk/test/tsan/gcd-source-serial.c Thu Mar 7 12:30:18 2019
@@ -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>
More information about the llvm-commits
mailing list