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

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

llvm-svn: 202049
This commit is contained in:
Reed Kotler 2014-02-24 16:33:56 +00:00
parent c3ff946af1
commit 3052b9db37

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