[compiler-rt] r355642 - [TSan] Temporarily disable test which fails on build bot
Julian Lettner via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 7 13:42:48 PST 2019
Author: yln
Date: Thu Mar 7 13:42:48 2019
New Revision: 355642
URL: http://llvm.org/viewvc/llvm-project?rev=355642&view=rev
Log:
[TSan] Temporarily disable test which fails on build bot
Modified:
compiler-rt/trunk/test/tsan/gcd-data.c
Modified: compiler-rt/trunk/test/tsan/gcd-data.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/gcd-data.c?rev=355642&r1=355641&r2=355642&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/gcd-data.c (original)
+++ compiler-rt/trunk/test/tsan/gcd-data.c Thu Mar 7 13:42:48 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