blob: 01539da98145f38462f0eb9a8f64f9bb819a6d68 [file] [log] [blame]
Yuchen Wudbb51ff2013-11-14 00:07:15 +00001RUN: cd %p/Inputs
NAKAMURA Takumi3f4c0312013-11-14 02:05:41 +00002# "cd" is unsupported in lit internal runner.
3REQUIRES: shell
Yuchen Wudbb51ff2013-11-14 00:07:15 +00004
5RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda \
Yuchen Wu86e37f52013-11-13 22:50:15 +00006RUN: | diff test.cpp.gcov -
7
Yuchen Wudbb51ff2013-11-14 00:07:15 +00008RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
9
Yuchen Wueef8b8c2013-11-13 23:33:17 +000010XFAIL: powerpc64, s390x, arm