
These test cases are testing features not available when either targeting the s390x-ibm-zos target or use tools/features not available on the z/OS operating system. In a couple cases the lit test had a number of subtests with one or two that aren't supported on z/OS. Rather than mark the entire test as unsupported I split out the unsupported tests into a separate test case.
7 lines
277 B
Plaintext
7 lines
277 B
Plaintext
## Test extract xcoff object file from AIX big archive.
|
|
# UNSUPPORTED: target={{.*}}-zos{{.*}}
|
|
# RUN: rm -rf %t && mkdir -p %t/extracted/ && cd %t/extracted/
|
|
# RUN: llvm-ar x %p/Inputs/aix-big-archive.a
|
|
# RUN: echo "content_of_evenlen" > evenlen_1
|
|
# RUN: cmp evenlen evenlen_1
|