| Yuchen Wu | dbb51ff | 2013-11-14 00:07:15 +0000 | [diff] [blame] | 1 | RUN: cd %p/Inputs |
| NAKAMURA Takumi | 3f4c031 | 2013-11-14 02:05:41 +0000 | [diff] [blame] | 2 | # "cd" is unsupported in lit internal runner. |
| 3 | REQUIRES: shell |
| Yuchen Wu | dbb51ff | 2013-11-14 00:07:15 +0000 | [diff] [blame] | 4 | |
| 5 | RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda \ |
| NAKAMURA Takumi | d19c4ce | 2013-11-14 11:45:10 +0000 | [diff] [blame^] | 6 | RUN: | diff -aub test.cpp.gcov - |
| Yuchen Wu | 86e37f5 | 2013-11-13 22:50:15 +0000 | [diff] [blame] | 7 | |
| Yuchen Wu | dbb51ff | 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 | eef8b8c | 2013-11-13 23:33:17 +0000 | [diff] [blame] | 10 | XFAIL: powerpc64, s390x, arm |