Daniel Jasper | 80b2ffb | 2013-12-03 07:56:23 +0000 | [diff] [blame^] | 1 | REQUIRES: shell |
| 2 | RUN: rm -f test.* |
Daniel Jasper | 2a2ed02 | 2013-12-03 07:35:32 +0000 | [diff] [blame] | 3 | RUN: cp %p/Inputs/test.* . |
Yuchen Wu | 26326ad | 2013-12-03 00:57:11 +0000 | [diff] [blame] | 4 | RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda |
NAKAMURA Takumi | e15febf | 2013-12-03 05:40:25 +0000 | [diff] [blame] | 5 | RUN: diff -aub test.cpp.gcov test.cpp.llcov |
Yuchen Wu | 26326ad | 2013-12-03 00:57:11 +0000 | [diff] [blame] | 6 | RUN: rm test.cpp.llcov |
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 | |
Petar Jovanovic | e3e940d | 2013-11-29 21:59:09 +0000 | [diff] [blame] | 12 | XFAIL: powerpc64, s390x, mips |