For lcov tests, don't Xfail mips littl endian (mipsel-... and mip64el-...)

targets. Just big endian (mips-... and mips64-...)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202049 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reed Kotler 2014-02-24 16:33:56 +00:00
parent 843efd49b7
commit a2be909b8c

View 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