blob: d95af9b40f940f70cb333b50d4afc3554bd38bd3 [file] [log] [blame]
Yuchen Wue28da842013-11-14 00:07:15 +00001RUN: cd %p/Inputs
NAKAMURA Takumi87826252013-11-14 02:05:41 +00002# "cd" is unsupported in lit internal runner.
3REQUIRES: shell
Yuchen Wue28da842013-11-14 00:07:15 +00004
5RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda \
NAKAMURA Takumi8b2f92a2013-11-14 11:45:10 +00006RUN: | diff -aub test.cpp.gcov -
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
NAKAMURA Takumidc23e8b2013-11-14 17:08:26 +000012XFAIL: powerpc64, s390x