From 9639f3572aa9382891b03d3b8e77ebde15eb72ae Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Fri, 27 Sep 2019 20:12:38 +0000 Subject: [PATCH] [profile] Mark instrprof-gcov-fork.test UNSUPPORTED on Darwin as well This test remains flaky everywhere, I think. We should consider deleting it and accompanying support code in GCOVProfiling: I've stopped short of doing that now as the gcov exec* tests appear to be stable. See the thread re: r347779. llvm-svn: 373121 --- compiler-rt/test/profile/Posix/instrprof-gcov-fork.test | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/profile/Posix/instrprof-gcov-fork.test b/compiler-rt/test/profile/Posix/instrprof-gcov-fork.test index 5a406fd..31b6a23 100644 --- a/compiler-rt/test/profile/Posix/instrprof-gcov-fork.test +++ b/compiler-rt/test/profile/Posix/instrprof-gcov-fork.test @@ -1,4 +1,5 @@ UNSUPPORTED: linux +UNSUPPORTED: darwin RUN: mkdir -p %t.d RUN: cd %t.d -- 2.7.4