llvm-cov.test: Resurrect part of r194694 for win32 hosts.
[oota-llvm.git] / test / tools / llvm-cov / llvm-cov.test
1 RUN: cd %p/Inputs
2 # "cd" is unsupported in lit internal runner.
3 REQUIRES: shell
4
5 RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda
6 RUN: diff -aub test.cpp.gcov test.cpp.llcov
7 RUN: rm test.cpp.llcov
8
9 RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
10
11 RUN: not llvm-cov -gcno=test.gcno -gcda=test_checksum_mismatch.gcda
12
13 XFAIL: powerpc64, s390x, mips