blob: 62dd93d6be6abfed98911a72bab1972388b78305 [file] [log] [blame]
Daniel Jaspercf765e32013-12-03 08:21:14 +00001# "cd" and globbing are unsupported in lit internal runner.
Daniel Jasper80b2ffb2013-12-03 07:56:23 +00002REQUIRES: shell
Daniel Jaspercf765e32013-12-03 08:21:14 +00003RUN: rm -rf %t
4RUN: mkdir %t
5RUN: cd %t
Daniel Jasper2a2ed022013-12-03 07:35:32 +00006RUN: cp %p/Inputs/test.* .
Daniel Jaspercf765e32013-12-03 08:21:14 +00007
Yuchen Wu26326ad2013-12-03 00:57:11 +00008RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda
NAKAMURA Takumie15febf2013-12-03 05:40:25 +00009RUN: diff -aub test.cpp.gcov test.cpp.llcov
Yuchen Wu26326ad2013-12-03 00:57:11 +000010RUN: rm test.cpp.llcov
Yuchen Wuaae88012013-11-13 22:50:15 +000011
Yuchen Wue28da842013-11-14 00:07:15 +000012RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
13
Yuchen Wubabe7492013-11-20 04:15:05 +000014RUN: not llvm-cov -gcno=test.gcno -gcda=test_checksum_mismatch.gcda
15
Petar Jovanovice3e940d2013-11-29 21:59:09 +000016XFAIL: powerpc64, s390x, mips