summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-profdata
diff options
context:
space:
mode:
authorHubert Tong <hubert.reinterpretcast@gmail.com>2019-05-01 15:36:18 +0000
committerHubert Tong <hubert.reinterpretcast@gmail.com>2019-05-01 15:36:18 +0000
commit02d055a269823ebb4b00119db0c4d656cc3f8894 (patch)
tree7f26b39becba3c98156d816645f22eefea5abf06 /llvm/test/tools/llvm-profdata
parent9caa6b5b648535467c6248d3aeaa40fbbe84e0a3 (diff)
downloadbcm5719-llvm-02d055a269823ebb4b00119db0c4d656cc3f8894.tar.gz
bcm5719-llvm-02d055a269823ebb4b00119db0c4d656cc3f8894.zip
[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
Diffstat (limited to 'llvm/test/tools/llvm-profdata')
-rw-r--r--llvm/test/tools/llvm-profdata/gcc-gcov-sample-profile.test2
1 files changed, 1 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud