[PATCH] D54263: [Profile] The test for gcov-fork seems to be ok on arm

calixte via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 8 07:19:05 PST 2018


calixte created this revision.
calixte added a reviewer: marco-c.
Herald added subscribers: Sanitizers, llvm-commits, chrib, delcypher, kristof.beyls, javed.absar.

Remove the XFAIL for arm since it seems to be ok


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D54263

Files:
  test/profile/Posix/instrprof-gcov-fork.test


Index: test/profile/Posix/instrprof-gcov-fork.test
===================================================================
--- test/profile/Posix/instrprof-gcov-fork.test
+++ test/profile/Posix/instrprof-gcov-fork.test
@@ -1,5 +1,3 @@
-XFAIL: arm
-
 RUN: mkdir -p %t.d
 RUN: cd %t.d
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54263.173165.patch
Type: text/x-patch
Size: 281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181108/86be58ca/attachment.bin>


More information about the llvm-commits mailing list