summaryrefslogtreecommitdiff
path: root/test/tools/llvm-cov
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-03-26 22:36:48 +0000
committerJustin Bogner <mail@justinbogner.com>2014-03-26 22:36:48 +0000
commite8836a72ba1fa69bffed268b4433a2c5e1c98e40 (patch)
tree99cbe8bd5800b189a7df098ee3ee3553b675aa97 /test/tools/llvm-cov
parent891835ae0f801da0d25503c0a66a218bf4629c59 (diff)
downloadllvm-e8836a72ba1fa69bffed268b4433a2c5e1c98e40.tar.gz
llvm-e8836a72ba1fa69bffed268b4433a2c5e1c98e40.tar.bz2
llvm-e8836a72ba1fa69bffed268b4433a2c5e1c98e40.tar.xz
llvm-cov: Disable test on big endian machines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204868 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tools/llvm-cov')
-rw-r--r--test/tools/llvm-cov/copy_block_helper.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tools/llvm-cov/copy_block_helper.m b/test/tools/llvm-cov/copy_block_helper.m
index 61a91c1e77..2035965c6a 100644
--- a/test/tools/llvm-cov/copy_block_helper.m
+++ b/test/tools/llvm-cov/copy_block_helper.m
@@ -3,6 +3,8 @@
// We need shell for cd
// REQUIRES: shell
+// llvm-cov doesn't work on big endian yet
+// XFAIL: powerpc64, s390x, mips-, mips64-, sparc
// RUN: rm -rf %t
// RUN: mkdir %t