[llvm] r204868 - llvm-cov: Disable test on big endian machines

Justin Bogner mail at justinbogner.com
Wed Mar 26 15:36:48 PDT 2014


Author: bogner
Date: Wed Mar 26 17:36:48 2014
New Revision: 204868

URL: http://llvm.org/viewvc/llvm-project?rev=204868&view=rev
Log:
llvm-cov: Disable test on big endian machines

Modified:
    llvm/trunk/test/tools/llvm-cov/copy_block_helper.m

Modified: llvm/trunk/test/tools/llvm-cov/copy_block_helper.m
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-cov/copy_block_helper.m?rev=204868&r1=204867&r2=204868&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-cov/copy_block_helper.m (original)
+++ llvm/trunk/test/tools/llvm-cov/copy_block_helper.m Wed Mar 26 17:36:48 2014
@@ -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





More information about the llvm-commits mailing list