[llvm] aec50cd - [NFC] Disable llvm-objdump test on AIX
via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 18 19:19:57 PDT 2024
Author: Jake Egan
Date: 2024-03-18T22:19:53-04:00
New Revision: aec50cd840418097e8eeb4bd5d0672c95c08d1ec
URL: https://github.com/llvm/llvm-project/commit/aec50cd840418097e8eeb4bd5d0672c95c08d1ec
DIFF: https://github.com/llvm/llvm-project/commit/aec50cd840418097e8eeb4bd5d0672c95c08d1ec.diff
LOG: [NFC] Disable llvm-objdump test on AIX
After commit 9d5edfde5c3dbc4eb559d316e82e664f291fc2bf the test is failing on the AIX bot. XFAIL for now to unblock the bot and give time to investigate.
Added:
Modified:
llvm/test/tools/llvm-objdump/MachO/AArch64/macho-relative-method-lists.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-objdump/MachO/AArch64/macho-relative-method-lists.test b/llvm/test/tools/llvm-objdump/MachO/AArch64/macho-relative-method-lists.test
index b1b96a41a32939..8e1a9b67970416 100644
--- a/llvm/test/tools/llvm-objdump/MachO/AArch64/macho-relative-method-lists.test
+++ b/llvm/test/tools/llvm-objdump/MachO/AArch64/macho-relative-method-lists.test
@@ -1,3 +1,4 @@
+XFAIL: system-aix
RUN: llvm-objdump --macho --objc-meta-data %p/Inputs/rel-method-lists-arm64_32.dylib | FileCheck %s --check-prefix=CHK32
RUN: llvm-otool -ov %p/Inputs/rel-method-lists-arm64_32.dylib | FileCheck %s --check-prefix=CHK32
More information about the llvm-commits
mailing list