RUN: cd %p/Inputs | |
# "cd" is unsupported in lit internal runner. | |
REQUIRES: shell | |
RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda | |
RUN: diff 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 |