[compiler-rt] r373121 - [profile] Mark instrprof-gcov-fork.test UNSUPPORTED on Darwin as well

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 27 13:12:38 PDT 2019


Author: vedantk
Date: Fri Sep 27 13:12:38 2019
New Revision: 373121

URL: http://llvm.org/viewvc/llvm-project?rev=373121&view=rev
Log:
[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.

Modified:
    compiler-rt/trunk/test/profile/Posix/instrprof-gcov-fork.test

Modified: compiler-rt/trunk/test/profile/Posix/instrprof-gcov-fork.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/Posix/instrprof-gcov-fork.test?rev=373121&r1=373120&r2=373121&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/Posix/instrprof-gcov-fork.test (original)
+++ compiler-rt/trunk/test/profile/Posix/instrprof-gcov-fork.test Fri Sep 27 13:12:38 2019
@@ -1,4 +1,5 @@
 UNSUPPORTED: linux
+UNSUPPORTED: darwin
 
 RUN: mkdir -p %t.d
 RUN: cd %t.d




More information about the llvm-commits mailing list