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 | |
| 5 | RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda \ |
NAKAMURA Takumi | 8b2f92a | 2013-11-14 11:45:10 +0000 | [diff] [blame] | 6 | RUN: | diff -aub test.cpp.gcov - |
Yuchen Wu | aae8801 | 2013-11-13 22:50:15 +0000 | [diff] [blame] | 7 | |
Yuchen Wu | e28da84 | 2013-11-14 00:07:15 +0000 | [diff] [blame] | 8 | RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda |
| 9 | |
Yuchen Wu | babe749 | 2013-11-20 04:15:05 +0000 | [diff] [blame] | 10 | RUN: not llvm-cov -gcno=test.gcno -gcda=test_checksum_mismatch.gcda |
| 11 | |
NAKAMURA Takumi | dc23e8b | 2013-11-14 17:08:26 +0000 | [diff] [blame] | 12 | XFAIL: powerpc64, s390x |