For lcov tests, don't Xfail mips littl endian (mipsel-... and mip64el-...)
authorReed Kotler <rkotler@mips.com>
Mon, 24 Feb 2014 16:33:56 +0000 (16:33 +0000)
committerReed Kotler <rkotler@mips.com>
Mon, 24 Feb 2014 16:33:56 +0000 (16:33 +0000)
targets. Just big endian (mips-... and mips64-...)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202049 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-cov/llvm-cov.test

index afd657be2494eb66615513425589f6bb122a1aa3..19d3e5db1874aa75db128a4634c7509d3ca0309c 100644 (file)
@@ -91,4 +91,4 @@ RUN: not llvm-cov test.c -gcda=test_file_checksum_fail.gcda
 # Bad function checksum on gcda
 RUN: not llvm-cov test.c -gcda=test_func_checksum_fail.gcda
 
-XFAIL: powerpc64, s390x, mips, sparc
+XFAIL: powerpc64, s390x, mips-, mips64-, sparc