[llvm] fa1d135 - [AIX][tests] Disable failing tests on AIX

Jake Egan via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 09:11:47 PDT 2024


Author: Jake Egan
Date: 2024-03-12T12:11:18-04:00
New Revision: fa1d13590cfd0be77c452cca929bc32efb456627

URL: https://github.com/llvm/llvm-project/commit/fa1d13590cfd0be77c452cca929bc32efb456627
DIFF: https://github.com/llvm/llvm-project/commit/fa1d13590cfd0be77c452cca929bc32efb456627.diff

LOG: [AIX][tests] Disable failing tests on AIX

These new tests are failing on the AIX bot because the -I option isn't supported.

Disable these tests for now until they can be fixed.

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/lds-run-twice-absolute-md.ll
    llvm/test/CodeGen/AMDGPU/lds-run-twice.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/lds-run-twice-absolute-md.ll b/llvm/test/CodeGen/AMDGPU/lds-run-twice-absolute-md.ll
index 52b44eea35c827..51e10d90379704 100644
--- a/llvm/test/CodeGen/AMDGPU/lds-run-twice-absolute-md.ll
+++ b/llvm/test/CodeGen/AMDGPU/lds-run-twice-absolute-md.ll
@@ -1,3 +1,5 @@
+; XFAIL: target={{.*}}-aix{{.*}}
+
 ; RUN: opt -S -mtriple=amdgcn-- -amdgpu-lower-module-lds %s -o %t.ll
 ; RUN: opt -S -mtriple=amdgcn-- -amdgpu-lower-module-lds %t.ll -o %t.second.ll
 ; RUN: 
diff  -ub %t.ll %t.second.ll -I ".*ModuleID.*"

diff  --git a/llvm/test/CodeGen/AMDGPU/lds-run-twice.ll b/llvm/test/CodeGen/AMDGPU/lds-run-twice.ll
index b830ccb944a282..e121f0da327d0a 100644
--- a/llvm/test/CodeGen/AMDGPU/lds-run-twice.ll
+++ b/llvm/test/CodeGen/AMDGPU/lds-run-twice.ll
@@ -1,3 +1,5 @@
+; XFAIL: target={{.*}}-aix{{.*}}
+
 ; RUN: opt -S -mtriple=amdgcn-- -amdgpu-lower-module-lds %s -o %t.ll
 ; RUN: opt -S -mtriple=amdgcn-- -amdgpu-lower-module-lds %t.ll -o %t.second.ll
 ; RUN: 
diff  -ub %t.ll %t.second.ll -I ".*ModuleID.*"


        


More information about the llvm-commits mailing list