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