mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
15d61f4acd
"diff -b" -- Ignore space changes. llvm-svn: 194694
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
RUN: cd %p/Inputs
|
|
# "cd" is unsupported in lit internal runner.
|
|
REQUIRES: shell
|
|
|
|
RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda \
|
|
RUN: | diff -aub test.cpp.gcov -
|
|
|
|
RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
|
|
|
|
XFAIL: powerpc64, s390x, arm
|