blob: 55af86e85125efb0af6853814588475d1c8f2f1c [file] [log] [blame]
Yuchen Wue28da842013-11-14 00:07:15 +00001RUN: cd %p/Inputs
NAKAMURA Takumi87826252013-11-14 02:05:41 +00002# "cd" is unsupported in lit internal runner.
3REQUIRES: shell
Yuchen Wue28da842013-11-14 00:07:15 +00004
Yuchen Wu26326ad2013-12-03 00:57:11 +00005RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda
6RUN: diff test.cpp.gcov test.cpp.llcov
7RUN: rm test.cpp.llcov
Yuchen Wuaae88012013-11-13 22:50:15 +00008
Yuchen Wue28da842013-11-14 00:07:15 +00009RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
10
Yuchen Wubabe7492013-11-20 04:15:05 +000011RUN: not llvm-cov -gcno=test.gcno -gcda=test_checksum_mismatch.gcda
12
Petar Jovanovice3e940d2013-11-29 21:59:09 +000013XFAIL: powerpc64, s390x, mips