
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.
8 lines
283 B
C
8 lines
283 B
C
// UNSUPPORTED: target={{.*-zos.*}}
|
|
// RUN: %clang -w -std=c99 -trigraphs -std=gnu99 %s -E -o - | FileCheck -check-prefix=OVERRIDE %s
|
|
// OVERRIDE: ??(??)
|
|
// RUN: %clang -w -std=c99 -ftrigraphs -std=gnu99 %s -E -o - | FileCheck -check-prefix=FOVERRIDE %s
|
|
// FOVERRIDE: ??(??)
|
|
|
|
??(??)
|