From 02d055a269823ebb4b00119db0c4d656cc3f8894 Mon Sep 17 00:00:00 2001 From: Hubert Tong Date: Wed, 1 May 2019 15:36:18 +0000 Subject: [tests] Add host-byteorder-*-endian; update XFAILs of big-endian triples Summary: Triple components in `XFAIL` lines are tested against the target triple. Various tests that are expected to fail on big-endian hosts are marked as being `XFAIL` for big-endian targets. This patch corrects these tests by having them test against a new `host-byteorder-big-endian` feature. Reviewers: xingxue, sfertile, jasonliu Reviewed By: xingxue Subscribers: jvesely, nhaehnle, fedor.sergeev, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D60551 llvm-svn: 359689 --- llvm/test/tools/llvm-profdata/gcc-gcov-sample-profile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/tools/llvm-profdata') diff --git a/llvm/test/tools/llvm-profdata/gcc-gcov-sample-profile.test b/llvm/test/tools/llvm-profdata/gcc-gcov-sample-profile.test index 087c8a7b893..42ae5d23309 100644 --- a/llvm/test/tools/llvm-profdata/gcc-gcov-sample-profile.test +++ b/llvm/test/tools/llvm-profdata/gcc-gcov-sample-profile.test @@ -1,7 +1,7 @@ The input gcov file has been generated on a little endian machine. Expect failures on big endian systems. -XFAIL: powerpc-, powerpc64-, s390x, mips-, mips64-, sparc +XFAIL: host-byteorder-big-endian Tests for sample profiles encoded in GCC's gcov format. -- cgit v1.2.3