[PATCH] D122949: [AIX] XFAIL tests because of no big archive writer operation support

Jake Egan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 19:40:33 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3db9fd51b515: [AIX] XFAIL tests because of no big archive writer operation support (authored by Jake-Egan).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122949/new/

https://reviews.llvm.org/D122949

Files:
  llvm/test/tools/llvm-ar/mri1.test
  llvm/test/tools/llvm-ar/response.test
  llvm/test/tools/llvm-link/archive.ll
  llvm/test/tools/llvm-lipo/create-archive-input.test
  llvm/test/tools/llvm-objcopy/MachO/universal-object.test


Index: llvm/test/tools/llvm-objcopy/MachO/universal-object.test
===================================================================
--- llvm/test/tools/llvm-objcopy/MachO/universal-object.test
+++ llvm/test/tools/llvm-objcopy/MachO/universal-object.test
@@ -1,3 +1,4 @@
+# XFAIL: system-aix
 # This test verifies that llvm-objcopy copies a univeral Mach-O object file properly.
 
 # RUN: yaml2obj %p/Inputs/i386.yaml -o %t.i386
Index: llvm/test/tools/llvm-lipo/create-archive-input.test
===================================================================
--- llvm/test/tools/llvm-lipo/create-archive-input.test
+++ llvm/test/tools/llvm-lipo/create-archive-input.test
@@ -1,3 +1,5 @@
+# XFAIL: system-aix
+
 # RUN: yaml2obj %p/Inputs/i386-slice.yaml -o %t-i386.o
 # RUN: yaml2obj %p/Inputs/x86_64-slice.yaml -o %t-x86_64.o
 # RUN: yaml2obj %p/Inputs/i386-x86_64-universal.yaml -o %t-universal.o
Index: llvm/test/tools/llvm-link/archive.ll
===================================================================
--- llvm/test/tools/llvm-link/archive.ll
+++ llvm/test/tools/llvm-link/archive.ll
@@ -1,3 +1,5 @@
+# XFAIL: system-aix
+
 # RUN: llvm-as %S/Inputs/f.ll -o %t.f.bc
 # RUN: llvm-as %S/Inputs/g.ll -o %t.g.bc
 # RUN: llvm-ar cr %t.fg.a %t.f.bc %t.g.bc
Index: llvm/test/tools/llvm-ar/response.test
===================================================================
--- llvm/test/tools/llvm-ar/response.test
+++ llvm/test/tools/llvm-ar/response.test
@@ -1,3 +1,4 @@
+# XFAIL: system-aix
 ## llvm-ar should be able to consume response files.
 
 # RUN: echo 'contents' > %t.txt
Index: llvm/test/tools/llvm-ar/mri1.test
===================================================================
--- llvm/test/tools/llvm-ar/mri1.test
+++ llvm/test/tools/llvm-ar/mri1.test
@@ -1,3 +1,5 @@
+; XFAIL: system-aix
+
 ; RUN: echo create %t.a > %t.mri
 ; RUN: echo save >> %t.mri
 ; RUN: echo end >> %t.mri


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122949.419920.patch
Type: text/x-patch
Size: 1890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220402/6177db37/attachment.bin>


More information about the llvm-commits mailing list