Skip to content

Commit f9bd187

Browse files
authored
[clang][DebugInfo] Disable objective-C tests on AIX and z/OS (#154951)
These tests don't work due to limitations in backend support, so it's better to mark them uniformly unsupported on AIX and z/OS.
1 parent a23f737 commit f9bd187

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# objective-C is not supported on AIX and zOS
2+
unsupported_platforms = [ "system-aix", "system-zos" ]
3+
4+
if any(up in config.available_features for up in unsupported_platforms):
5+
config.unsupported = True

0 commit comments

Comments
 (0)