blob: b08b514a9f2a0847d13c827c8d0d064b1da30595 [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
Yuchen Wuc8e0f812013-12-03 19:05:03 +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
Daniel Jasper87a24d52013-12-04 08:57:17 +000014RUN: not llvm-cov -gcno=test.gcno -gcda=test_file_checksum_fail.gcda
15
16RUN: not llvm-cov -gcno=test.gcno -gcda=test_func_checksum_fail.gcda
Yuchen Wubabe7492013-11-20 04:15:05 +000017
Petar Jovanovice3e940d2013-11-29 21:59:09 +000018XFAIL: powerpc64, s390x, mips