[llvm] 3db9fd5 - [AIX] XFAIL tests because of no big archive writer operation support
Jake Egan via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 1 19:40:29 PDT 2022
Author: Jake Egan
Date: 2022-04-01T22:40:22-04:00
New Revision: 3db9fd51b5158afae7352f60f5a89fecd0638210
URL: https://github.com/llvm/llvm-project/commit/3db9fd51b5158afae7352f60f5a89fecd0638210
DIFF: https://github.com/llvm/llvm-project/commit/3db9fd51b5158afae7352f60f5a89fecd0638210.diff
LOG: [AIX] XFAIL tests because of no big archive writer operation support
Big archive writer operation is not currently supported so mark these tests XFAIL for now.
Reviewed By: jsji
Differential Revision: https://reviews.llvm.org/D122949
Added:
Modified:
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
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-ar/mri1.test b/llvm/test/tools/llvm-ar/mri1.test
index 3d27db7996a25..ac3931817fada 100644
--- a/llvm/test/tools/llvm-ar/mri1.test
+++ b/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
diff --git a/llvm/test/tools/llvm-ar/response.test b/llvm/test/tools/llvm-ar/response.test
index 02d9e8eec092e..118ef9884d912 100644
--- a/llvm/test/tools/llvm-ar/response.test
+++ b/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
diff --git a/llvm/test/tools/llvm-link/archive.ll b/llvm/test/tools/llvm-link/archive.ll
index b027db0753d96..44c9408dc81f3 100644
--- a/llvm/test/tools/llvm-link/archive.ll
+++ b/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
diff --git a/llvm/test/tools/llvm-lipo/create-archive-input.test b/llvm/test/tools/llvm-lipo/create-archive-input.test
index 5558797db87b6..6fe6a1696b1bf 100644
--- a/llvm/test/tools/llvm-lipo/create-archive-input.test
+++ b/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
diff --git a/llvm/test/tools/llvm-objcopy/MachO/universal-object.test b/llvm/test/tools/llvm-objcopy/MachO/universal-object.test
index a6146fd56483a..984cceea8886e 100644
--- a/llvm/test/tools/llvm-objcopy/MachO/universal-object.test
+++ b/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
More information about the llvm-commits
mailing list