[compiler-rt] r346409 - [Profile] The test for gcov-fork seems to be ok on arm

Calixte Denizet via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 8 08:16:05 PST 2018


Author: calixte
Date: Thu Nov  8 08:16:04 2018
New Revision: 346409

URL: http://llvm.org/viewvc/llvm-project?rev=346409&view=rev
Log:
[Profile] The test for gcov-fork seems to be ok on arm

Summary: Remove the XFAIL for arm since it seems to be ok

Reviewers: marco-c

Reviewed By: marco-c

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

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

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=346409&r1=346408&r2=346409&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/Posix/instrprof-gcov-fork.test (original)
+++ compiler-rt/trunk/test/profile/Posix/instrprof-gcov-fork.test Thu Nov  8 08:16:04 2018
@@ -1,5 +1,3 @@
-XFAIL: arm
-
 RUN: mkdir -p %t.d
 RUN: cd %t.d
 




More information about the llvm-commits mailing list