mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
531677d105
llvm-svn: 196255
13 lines
335 B
Plaintext
13 lines
335 B
Plaintext
REQUIRES: shell
|
|
RUN: rm -f test.*
|
|
RUN: cp %p/Inputs/test.* .
|
|
RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda
|
|
RUN: diff -aub test.cpp.gcov test.cpp.llcov
|
|
RUN: rm test.cpp.llcov
|
|
|
|
RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
|
|
|
|
RUN: not llvm-cov -gcno=test.gcno -gcda=test_checksum_mismatch.gcda
|
|
|
|
XFAIL: powerpc64, s390x, mips
|