forked from OSchip/llvm-project
mips: XFAIL llvm-cov test
XFAIL llvm-cov.test for MIPS until big-endian issues are fixed for llvm-cov. The test does pass on MIPS little-endian. llvm-svn: 195966
This commit is contained in:
parent
ff2a40ce4d
commit
e3e940d887
|
@ -9,4 +9,4 @@ RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
|
|||
|
||||
RUN: not llvm-cov -gcno=test.gcno -gcda=test_checksum_mismatch.gcda
|
||||
|
||||
XFAIL: powerpc64, s390x
|
||||
XFAIL: powerpc64, s390x, mips
|
||||
|
|
Loading…
Reference in New Issue