mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +00:00
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196255 91177308-0d34-0410-b5e6-96231b3b80d8
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
|