Skip to content

Commit 14ada0f

Browse files
committed
these tests fail on alpha for some reason
llvm-svn: 24120
1 parent 5ce0538 commit 14ada0f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

llvm/test/Regression/Archive/ranlib_GNU.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
;RUN: llvm-ranlib %t.GNU.a
66
;RUN: llvm-ar t %t.GNU.a > %t1
77
;RUN: diff %t1 %p/GNU.toc
8+
9+
; XFAIL: alpha

llvm/test/Regression/Archive/ranlib_SVR4.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
;RUN: llvm-ranlib %t.SVR4.a
66
;RUN: llvm-ar t %t.SVR4.a > %t1
77
;RUN: diff %t1 %p/SVR4.toc
8+
9+
; XFAIL: alpha

llvm/test/Regression/Archive/ranlib_xpg4.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
;RUN: llvm-ranlib %t.xpg4.a
66
;RUN: llvm-ar t %t.xpg4.a > %t1
77
;RUN: diff %t1 %p/xpg4.toc
8+
9+
; XFAIL: alpha

0 commit comments

Comments
 (0)