diff options
author | Vedant Kumar <vsk@apple.com> | 2019-09-27 20:12:38 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2019-09-27 20:12:38 +0000 |
commit | 9639f3572aa9382891b03d3b8e77ebde15eb72ae (patch) | |
tree | 2b1fa780cf0cc868b4cc1eb4502cdc44167b09bf | |
parent | 20daf91af204199cdcac4d4d743df7ffca57001d (diff) | |
download | bcm5719-llvm-9639f3572aa9382891b03d3b8e77ebde15eb72ae.tar.gz bcm5719-llvm-9639f3572aa9382891b03d3b8e77ebde15eb72ae.zip |
[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
-rw-r--r-- | compiler-rt/test/profile/Posix/instrprof-gcov-fork.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/profile/Posix/instrprof-gcov-fork.test b/compiler-rt/test/profile/Posix/instrprof-gcov-fork.test index 5a406fda4b6..31b6a23be49 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 |