From 692b34790f34521f34bb8697f5c8465d8914a862 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Thu, 8 Nov 2018 16:16:04 +0000 Subject: [PATCH] [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 llvm-svn: 346409 --- compiler-rt/test/profile/Posix/instrprof-gcov-fork.test | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler-rt/test/profile/Posix/instrprof-gcov-fork.test b/compiler-rt/test/profile/Posix/instrprof-gcov-fork.test index 47250486d0062..82dd70e41a252 100644 --- a/compiler-rt/test/profile/Posix/instrprof-gcov-fork.test +++ b/compiler-rt/test/profile/Posix/instrprof-gcov-fork.test @@ -1,5 +1,3 @@ -XFAIL: arm - RUN: mkdir -p %t.d RUN: cd %t.d