Yuchen Wu | e28da84 | 2013-11-14 00:07:15 +0000 | [diff] [blame] | 1 | RUN: cd %p/Inputs |
NAKAMURA Takumi | 8782625 | 2013-11-14 02:05:41 +0000 | [diff] [blame] | 2 | # "cd" is unsupported in lit internal runner. |
| 3 | REQUIRES: shell |
Yuchen Wu | e28da84 | 2013-11-14 00:07:15 +0000 | [diff] [blame] | 4 | |
Yuchen Wu | 26326ad | 2013-12-03 00:57:11 +0000 | [diff] [blame^] | 5 | RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda |
| 6 | RUN: diff test.cpp.gcov test.cpp.llcov |
| 7 | RUN: rm test.cpp.llcov |
Yuchen Wu | aae8801 | 2013-11-13 22:50:15 +0000 | [diff] [blame] | 8 | |
Yuchen Wu | e28da84 | 2013-11-14 00:07:15 +0000 | [diff] [blame] | 9 | RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda |
| 10 | |
Yuchen Wu | babe749 | 2013-11-20 04:15:05 +0000 | [diff] [blame] | 11 | RUN: not llvm-cov -gcno=test.gcno -gcda=test_checksum_mismatch.gcda |
| 12 | |
Petar Jovanovic | e3e940d | 2013-11-29 21:59:09 +0000 | [diff] [blame] | 13 | XFAIL: powerpc64, s390x, mips |