summaryrefslogtreecommitdiff
path: root/test/Archive
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 23:00:46 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 23:00:46 +0000
commit4575ab2186e5fbc3f572468ee0c9edfe55158ed0 (patch)
treeff18ca3bca4696055b7b7f83bf57678e8fd8728e /test/Archive
parent42e86fb1e678fba31d4ba8327b74d66b8bc72471 (diff)
downloadllvm-4575ab2186e5fbc3f572468ee0c9edfe55158ed0.tar.gz
llvm-4575ab2186e5fbc3f572468ee0c9edfe55158ed0.tar.bz2
llvm-4575ab2186e5fbc3f572468ee0c9edfe55158ed0.tar.xz
For PR1336:
XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36093 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Archive')
-rw-r--r--test/Archive/ranlib_GNU.ll1
-rw-r--r--test/Archive/ranlib_MacOSX.ll1
-rw-r--r--test/Archive/ranlib_SVR4.ll2
-rw-r--r--test/Archive/ranlib_xpg4.ll1
4 files changed, 4 insertions, 1 deletions
diff --git a/test/Archive/ranlib_GNU.ll b/test/Archive/ranlib_GNU.ll
index 6e8b5bcdb2..44eb642bba 100644
--- a/test/Archive/ranlib_GNU.ll
+++ b/test/Archive/ranlib_GNU.ll
@@ -5,4 +5,5 @@
;RUN: llvm-ranlib %t.GNU.a
;RUN: llvm-ar t %t.GNU.a > %t1
;RUN: diff %t1 %p/GNU.toc
+;XFAIL: *
diff --git a/test/Archive/ranlib_MacOSX.ll b/test/Archive/ranlib_MacOSX.ll
index a22b419391..24c8b43747 100644
--- a/test/Archive/ranlib_MacOSX.ll
+++ b/test/Archive/ranlib_MacOSX.ll
@@ -5,3 +5,4 @@
;RUN: llvm-ranlib %t.MacOSX.a
;RUN: llvm-ar t %t.MacOSX.a > %t1
;RUN: diff %t1 %p/MacOSX.toc
+;XFAIL: *
diff --git a/test/Archive/ranlib_SVR4.ll b/test/Archive/ranlib_SVR4.ll
index 2c5915c9f5..a1366c1102 100644
--- a/test/Archive/ranlib_SVR4.ll
+++ b/test/Archive/ranlib_SVR4.ll
@@ -5,4 +5,4 @@
;RUN: llvm-ranlib %t.SVR4.a
;RUN: llvm-ar t %t.SVR4.a > %t1
;RUN: diff %t1 %p/SVR4.toc
-
+;XFAIL: *
diff --git a/test/Archive/ranlib_xpg4.ll b/test/Archive/ranlib_xpg4.ll
index dc412c22a9..c907c4e241 100644
--- a/test/Archive/ranlib_xpg4.ll
+++ b/test/Archive/ranlib_xpg4.ll
@@ -5,4 +5,5 @@
;RUN: llvm-ranlib %t.xpg4.a
;RUN: llvm-ar t %t.xpg4.a > %t1
;RUN: diff %t1 %p/xpg4.toc
+;XFAIL: *