summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2019-09-27 20:12:38 +0000
committerVedant Kumar <vsk@apple.com>2019-09-27 20:12:38 +0000
commitc1ac214eef56861e2ba85cb5f55b82b73c0d48be (patch)
tree4e12c82583b408b02c62402b574ed594f8999581
parent4f62b857fcd59fb3c7398928fb5e34c0ec36ae22 (diff)
downloadcompiler-rt-c1ac214eef56861e2ba85cb5f55b82b73c0d48be.tar.gz
[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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@373121 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/profile/Posix/instrprof-gcov-fork.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/profile/Posix/instrprof-gcov-fork.test b/test/profile/Posix/instrprof-gcov-fork.test
index 5a406fda4..31b6a23be 100644
--- a/test/profile/Posix/instrprof-gcov-fork.test
+++ b/test/profile/Posix/instrprof-gcov-fork.test
@@ -1,4 +1,5 @@
UNSUPPORTED: linux
+UNSUPPORTED: darwin
RUN: mkdir -p %t.d
RUN: cd %t.d