[compiler-rt] r346329 - [Profile] Mark gcov-fork test as failing for arm

Calixte Denizet via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 07:58:18 PST 2018


Author: calixte
Date: Wed Nov  7 07:58:18 2018
New Revision: 346329

URL: http://llvm.org/viewvc/llvm-project?rev=346329&view=rev
Log:
[Profile] Mark gcov-fork test as failing for arm

Summary: instrprof-gcov-fork.test is failing with arm so mark it as XFAIL

Reviewers: marco-c

Reviewed By: marco-c

Subscribers: javed.absar, kristof.beyls, delcypher, chrib, llvm-commits, sylvestre.ledru, #sanitizers

Differential Revision: https://reviews.llvm.org/D54209

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=346329&r1=346328&r2=346329&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/Posix/instrprof-gcov-fork.test (original)
+++ compiler-rt/trunk/test/profile/Posix/instrprof-gcov-fork.test Wed Nov  7 07:58:18 2018
@@ -1,3 +1,5 @@
+XFAIL: arm
+
 RUN: mkdir -p %t.d
 RUN: cd %t.d
 




More information about the llvm-commits mailing list