summaryrefslogtreecommitdiff
path: root/test/Archive
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-31 16:15:49 +0000
committerChris Lattner <sabre@nondot.org>2005-10-31 16:15:49 +0000
commit0863ce59b5534edba751eacb18c65cd87b1aa423 (patch)
tree057739f46b36a4eefab7750ddb168dd24006bf15 /test/Archive
parent5a608ddadae5ad5bc121a263c37015c42c526d7a (diff)
downloadllvm-0863ce59b5534edba751eacb18c65cd87b1aa423.tar.gz
llvm-0863ce59b5534edba751eacb18c65cd87b1aa423.tar.bz2
llvm-0863ce59b5534edba751eacb18c65cd87b1aa423.tar.xz
these tests fail on alpha for some reason
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24120 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Archive')
-rw-r--r--test/Archive/ranlib_GNU.ll2
-rw-r--r--test/Archive/ranlib_SVR4.ll2
-rw-r--r--test/Archive/ranlib_xpg4.ll2
3 files changed, 6 insertions, 0 deletions
diff --git a/test/Archive/ranlib_GNU.ll b/test/Archive/ranlib_GNU.ll
index 00522801f5..24c9dcb6eb 100644
--- a/test/Archive/ranlib_GNU.ll
+++ b/test/Archive/ranlib_GNU.ll
@@ -5,3 +5,5 @@
;RUN: llvm-ranlib %t.GNU.a
;RUN: llvm-ar t %t.GNU.a > %t1
;RUN: diff %t1 %p/GNU.toc
+
+; XFAIL: alpha
diff --git a/test/Archive/ranlib_SVR4.ll b/test/Archive/ranlib_SVR4.ll
index d5f4b5ae58..0db4b5d4ef 100644
--- a/test/Archive/ranlib_SVR4.ll
+++ b/test/Archive/ranlib_SVR4.ll
@@ -5,3 +5,5 @@
;RUN: llvm-ranlib %t.SVR4.a
;RUN: llvm-ar t %t.SVR4.a > %t1
;RUN: diff %t1 %p/SVR4.toc
+
+; XFAIL: alpha
diff --git a/test/Archive/ranlib_xpg4.ll b/test/Archive/ranlib_xpg4.ll
index f859cacb04..79a38b550b 100644
--- a/test/Archive/ranlib_xpg4.ll
+++ b/test/Archive/ranlib_xpg4.ll
@@ -5,3 +5,5 @@
;RUN: llvm-ranlib %t.xpg4.a
;RUN: llvm-ar t %t.xpg4.a > %t1
;RUN: diff %t1 %p/xpg4.toc
+
+; XFAIL: alpha