blob: 69fed0917d3b861bf3dd30cae7572c5162071d39 [file] [log] [blame]
Daniel Jasper2a2ed022013-12-03 07:35:32 +00001RUN: cp %p/Inputs/test.* .
Yuchen Wu26326ad2013-12-03 00:57:11 +00002RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda
NAKAMURA Takumie15febf2013-12-03 05:40:25 +00003RUN: diff -aub test.cpp.gcov test.cpp.llcov
Yuchen Wu26326ad2013-12-03 00:57:11 +00004RUN: rm test.cpp.llcov
Yuchen Wuaae88012013-11-13 22:50:15 +00005
Yuchen Wue28da842013-11-14 00:07:15 +00006RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
7
Yuchen Wubabe7492013-11-20 04:15:05 +00008RUN: not llvm-cov -gcno=test.gcno -gcda=test_checksum_mismatch.gcda
9
Petar Jovanovice3e940d2013-11-29 21:59:09 +000010XFAIL: powerpc64, s390x, mips