Skip to content

Commit fa1d135

Browse files
committed
[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.
1 parent 87dc068 commit fa1d135

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
; XFAIL: target={{.*}}-aix{{.*}}
2+
13
; RUN: opt -S -mtriple=amdgcn-- -amdgpu-lower-module-lds %s -o %t.ll
24
; RUN: opt -S -mtriple=amdgcn-- -amdgpu-lower-module-lds %t.ll -o %t.second.ll
35
; RUN: diff -ub %t.ll %t.second.ll -I ".*ModuleID.*"

llvm/test/CodeGen/AMDGPU/lds-run-twice.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
; XFAIL: target={{.*}}-aix{{.*}}
2+
13
; RUN: opt -S -mtriple=amdgcn-- -amdgpu-lower-module-lds %s -o %t.ll
24
; RUN: opt -S -mtriple=amdgcn-- -amdgpu-lower-module-lds %t.ll -o %t.second.ll
35
; RUN: diff -ub %t.ll %t.second.ll -I ".*ModuleID.*"

0 commit comments

Comments
 (0)