blob: 28738a78d1603780d21a40ebce4c68d6d875d6c6 [file] [log] [blame]
RUN: cd %p/Inputs
# "cd" is unsupported in lit internal runner.
REQUIRES: shell
RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda \
RUN: | diff -aub test.cpp.gcov -
RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
XFAIL: powerpc64, s390x