Further fix to llvm-cov test.
[oota-llvm.git] / test / tools / llvm-cov / llvm-cov.test
1 # "cd" and globbing are unsupported in lit internal runner.
2 REQUIRES: shell
3 RUN: rm -rf %t
4 RUN: mkdir %t
5 RUN: cd %t
6 RUN: cp %p/Inputs/test.* .
7
8 RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda
9 RUN: diff -aub test.cpp.gcov test.cpp.llcov
10 RUN: rm test.cpp.llcov
11
12 RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
13
14 RUN: not llvm-cov -gcno=test.gcno -gcda=test_checksum_mismatch.gcda
15
16 XFAIL: powerpc64, s390x, mips