[PATCH] D54209: [Profile] Mark gcov-fork test as failing for arm
calixte via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 7 07:26:50 PST 2018
calixte created this revision.
calixte added a reviewer: marco-c.
Herald added subscribers: Sanitizers, llvm-commits, chrib, delcypher, kristof.beyls, javed.absar.
instrprof-gcov-fork.test is failing with arm so mark it as XFAIL
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D54209
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,3 +1,5 @@
+XFAIL: arm
+
RUN: mkdir -p %t.d
RUN: cd %t.d
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54209.172954.patch
Type: text/x-patch
Size: 281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181107/e7519062/attachment.bin>
More information about the llvm-commits
mailing list