2013-12-03 15:35:32 +08:00
|
|
|
RUN: cp %p/Inputs/test.* .
|
2013-12-03 08:57:11 +08:00
|
|
|
RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda
|
2013-12-03 13:40:25 +08:00
|
|
|
RUN: diff -aub test.cpp.gcov test.cpp.llcov
|
2013-12-03 08:57:11 +08:00
|
|
|
RUN: rm test.cpp.llcov
|
2013-11-14 06:50:15 +08:00
|
|
|
|
2013-11-14 08:07:15 +08:00
|
|
|
RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
|
|
|
|
|
2013-11-20 12:15:05 +08:00
|
|
|
RUN: not llvm-cov -gcno=test.gcno -gcda=test_checksum_mismatch.gcda
|
|
|
|
|
2013-11-30 05:59:09 +08:00
|
|
|
XFAIL: powerpc64, s390x, mips
|