Skip to content

Conversation

@madanial0
Copy link
Contributor

These tests not supported on AIX and z/OS, disable them to get the clang-ppc64-aix green

@madanial0 madanial0 requested a review from daltenty October 23, 2025 07:04
@madanial0 madanial0 self-assigned this Oct 23, 2025
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Oct 23, 2025
@llvmbot
Copy link
Member

llvmbot commented Oct 23, 2025

@llvm/pr-subscribers-clang

Author: Mark Danial (madanial0)

Changes

These tests not supported on AIX and z/OS, disable them to get the clang-ppc64-aix green


Full diff: https://github.com/llvm/llvm-project/pull/164765.diff

1 Files Affected:

  • (added) clang/test/DebugInfo/ObjCXX/lit.local.cfg (+5)
diff --git a/clang/test/DebugInfo/ObjCXX/lit.local.cfg b/clang/test/DebugInfo/ObjCXX/lit.local.cfg
new file mode 100644
index 0000000000000..8d5c476a2f682
--- /dev/null
+++ b/clang/test/DebugInfo/ObjCXX/lit.local.cfg
@@ -0,0 +1,5 @@
+# objective-CXX is not supported on AIX and zOS
+unsupported_platforms = [ "system-aix", "system-zos" ]
+
+if any(up in config.available_features for up in unsupported_platforms):
+    config.unsupported = True

@madanial0 madanial0 merged commit 90489ad into llvm:main Oct 27, 2025
12 checks passed
dvbuka pushed a commit to dvbuka/llvm-project that referenced this pull request Oct 27, 2025
…164765)

These tests not supported on AIX and z/OS, disable them to get the
clang-ppc64-aix green
Lukacma pushed a commit to Lukacma/llvm-project that referenced this pull request Oct 29, 2025
…164765)

These tests not supported on AIX and z/OS, disable them to get the
clang-ppc64-aix green
aokblast pushed a commit to aokblast/llvm-project that referenced this pull request Oct 30, 2025
…164765)

These tests not supported on AIX and z/OS, disable them to get the
clang-ppc64-aix green
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clang Clang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants