Daniel Jasper | cf765e3 | 2013-12-03 08:21:14 +0000 | [diff] [blame^] | 1 | # "cd" and globbing are unsupported in lit internal runner. |
Daniel Jasper | 80b2ffb | 2013-12-03 07:56:23 +0000 | [diff] [blame] | 2 | REQUIRES: shell |
Daniel Jasper | cf765e3 | 2013-12-03 08:21:14 +0000 | [diff] [blame^] | 3 | RUN: rm -rf %t |
| 4 | RUN: mkdir %t |
| 5 | RUN: cd %t |
Daniel Jasper | 2a2ed02 | 2013-12-03 07:35:32 +0000 | [diff] [blame] | 6 | RUN: cp %p/Inputs/test.* . |
Daniel Jasper | cf765e3 | 2013-12-03 08:21:14 +0000 | [diff] [blame^] | 7 | |
Yuchen Wu | 26326ad | 2013-12-03 00:57:11 +0000 | [diff] [blame] | 8 | RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda |
NAKAMURA Takumi | e15febf | 2013-12-03 05:40:25 +0000 | [diff] [blame] | 9 | RUN: diff -aub test.cpp.gcov test.cpp.llcov |
Yuchen Wu | 26326ad | 2013-12-03 00:57:11 +0000 | [diff] [blame] | 10 | RUN: rm test.cpp.llcov |
Yuchen Wu | aae8801 | 2013-11-13 22:50:15 +0000 | [diff] [blame] | 11 | |
Yuchen Wu | e28da84 | 2013-11-14 00:07:15 +0000 | [diff] [blame] | 12 | RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda |
| 13 | |
Yuchen Wu | babe749 | 2013-11-20 04:15:05 +0000 | [diff] [blame] | 14 | RUN: not llvm-cov -gcno=test.gcno -gcda=test_checksum_mismatch.gcda |
| 15 | |
Petar Jovanovic | e3e940d | 2013-11-29 21:59:09 +0000 | [diff] [blame] | 16 | XFAIL: powerpc64, s390x, mips |