mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
7dbd6ea3fe
"cd" is unsupported in lit internal runner. llvm-svn: 194652
11 lines
250 B
Plaintext
11 lines
250 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 test.cpp.gcov -
|
|
|
|
RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
|
|
|
|
XFAIL: powerpc64, s390x, arm
|