[compiler-rt] 89f6a23 - [gcov][test] Work around PR45673 - NFC
KAWASHIMA Takahiro via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 04:19:44 PDT 2020
Author: KAWASHIMA Takahiro
Date: 2020-04-28T20:19:19+09:00
New Revision: 89f6a2376e6b3e0d34d84edd4d6b3dc32e095bd1
URL: https://github.com/llvm/llvm-project/commit/89f6a2376e6b3e0d34d84edd4d6b3dc32e095bd1
DIFF: https://github.com/llvm/llvm-project/commit/89f6a2376e6b3e0d34d84edd4d6b3dc32e095bd1.diff
LOG: [gcov][test] Work around PR45673 - NFC
Work around PR45673 until the test code is fixed.
Added:
Modified:
compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
Removed:
################################################################################
diff --git a/compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test b/compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
index 0c7198e3c4e9..90857ebb3c32 100644
--- a/compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
+++ b/compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
@@ -1,3 +1,6 @@
+# Work around PR45673 until the test code is fixed
+# ALLOW_RETRIES: 2
+
RUN: mkdir -p %t.d
RUN: cd %t.d
More information about the llvm-commits
mailing list