From: Justin Bogner Date: Wed, 26 Mar 2014 22:36:48 +0000 (+0000) Subject: llvm-cov: Disable test on big endian machines X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e8836a72ba1fa69bffed268b4433a2c5e1c98e40;p=oota-llvm.git 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 --- diff --git a/test/tools/llvm-cov/copy_block_helper.m b/test/tools/llvm-cov/copy_block_helper.m index 61a91c1e77e..2035965c6ae 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