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 \ |
Yuchen Wu | aae8801 | 2013-11-13 22:50:15 +0000 | [diff] [blame] | 6 | RUN: | diff test.cpp.gcov - |
| 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 | c60ae7e | 2013-11-13 23:33:17 +0000 | [diff] [blame] | 10 | XFAIL: powerpc64, s390x, arm |