llvm-project/llvm/test/Object/archive-big-extract.test
Sean Perry c9ab1d8905
Mark test cases as unsupported on z/OS (#90990)
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.
2024-05-07 15:23:50 -04:00

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