From 89f6a2376e6b3e0d34d84edd4d6b3dc32e095bd1 Mon Sep 17 00:00:00 2001 From: KAWASHIMA Takahiro Date: Tue, 28 Apr 2020 20:16:24 +0900 Subject: [PATCH] [gcov][test] Work around PR45673 - NFC Work around PR45673 until the test code is fixed. --- compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test b/compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test index 0c7198e3..90857eb 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 -- 2.7.4