Skip to content

Commit 916bb39

Browse files
jakeeganMichael137
authored andcommitted
[NFC][tests] Disable new gmodules-preferred-name-* tests on AIX and z/OS
Objective-C is not supported on AIX and z/OS. Precedent here: D109060 (cherry picked from commit 3442aba)
1 parent 26b35f5 commit 916bb39

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

clang/test/Modules/gmodules-preferred-name-alias.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
2+
13
// REQUIRES: asserts
24
// RUN: rm -rf %t
35
// RUN: %clang_cc1 -std=c++11 -dwarf-ext-refs -fmodule-format=obj \

clang/test/Modules/gmodules-preferred-name-typedef.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
2+
13
// REQUIRES: asserts
24
// RUN: rm -rf %t
35
// RUN: %clang_cc1 -std=c++11 -dwarf-ext-refs -fmodule-format=obj \

0 commit comments

Comments
 (0)