Yuchen Wu | e28da84 | 2013-11-14 00:07:15 +0000 | [diff] [blame^] | 1 | RUN: cd %p/Inputs |
2 | |||||
3 | RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda \ | ||||
Yuchen Wu | aae8801 | 2013-11-13 22:50:15 +0000 | [diff] [blame] | 4 | RUN: | diff test.cpp.gcov - |
5 | |||||
Yuchen Wu | e28da84 | 2013-11-14 00:07:15 +0000 | [diff] [blame^] | 6 | RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda |
7 | |||||
Yuchen Wu | c60ae7e | 2013-11-13 23:33:17 +0000 | [diff] [blame] | 8 | XFAIL: powerpc64, s390x, arm |