2013-12-03 08:21:14 +00:00
|
|
|
# "cd" and globbing are unsupported in lit internal runner.
|
2013-12-03 07:56:23 +00:00
|
|
|
REQUIRES: shell
|
2013-12-03 08:21:14 +00:00
|
|
|
RUN: rm -rf %t
|
|
|
|
RUN: mkdir %t
|
|
|
|
RUN: cd %t
|
2013-12-03 19:05:03 +00:00
|
|
|
RUN: cp %p/Inputs/test* .
|
2013-12-03 08:21:14 +00:00
|
|
|
|
2013-12-03 00:57:11 +00:00
|
|
|
RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda
|
2013-12-05 20:45:36 +00:00
|
|
|
RUN: diff -aub test.cpp.orig_gcov test.cpp.gcov
|
2013-12-07 01:28:11 +00:00
|
|
|
RUN: diff -aub test.h.orig_gcov test.h.gcov
|
2013-11-13 22:50:15 +00:00
|
|
|
|
2013-11-14 00:07:15 +00:00
|
|
|
RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
|
|
|
|
|
2013-12-04 08:57:17 +00:00
|
|
|
RUN: not llvm-cov -gcno=test.gcno -gcda=test_file_checksum_fail.gcda
|
|
|
|
|
|
|
|
RUN: not llvm-cov -gcno=test.gcno -gcda=test_func_checksum_fail.gcda
|
2013-11-20 04:15:05 +00:00
|
|
|
|
2013-11-29 21:59:09 +00:00
|
|
|
XFAIL: powerpc64, s390x, mips
|