[compiler-rt] r347779 - [gcov] Disable instrprof-gcov-fork.test.
Matt Morehouse via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 28 09:24:07 PST 2018
Author: morehouse
Date: Wed Nov 28 09:24:07 2018
New Revision: 347779
URL: http://llvm.org/viewvc/llvm-project?rev=347779&view=rev
Log:
[gcov] Disable instrprof-gcov-fork.test.
Test has been flaky for over a week and author hasn't fixed.
Modified:
compiler-rt/trunk/test/profile/Posix/instrprof-gcov-fork.test
Modified: compiler-rt/trunk/test/profile/Posix/instrprof-gcov-fork.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/Posix/instrprof-gcov-fork.test?rev=347779&r1=347778&r2=347779&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/Posix/instrprof-gcov-fork.test (original)
+++ compiler-rt/trunk/test/profile/Posix/instrprof-gcov-fork.test Wed Nov 28 09:24:07 2018
@@ -1,3 +1,5 @@
+UNSUPPORTED: linux
+
RUN: mkdir -p %t.d
RUN: cd %t.d
More information about the llvm-commits
mailing list