RUN: cp %p/Inputs/test.* . | |
RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda | |
RUN: diff -aub test.cpp.gcov test.cpp.llcov | |
RUN: rm test.cpp.llcov | |
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, mips |