[llvm-commits] CVS: llvm/test/Archive/ranlib_GNU.ll ranlib_MacOSX.ll ranlib_SVR4.ll ranlib_xpg4.ll
Reid Spencer
reid at x10sys.com
Sun Apr 15 16:01:44 PDT 2007
Changes in directory llvm/test/Archive:
ranlib_GNU.ll updated: 1.8 -> 1.9
ranlib_MacOSX.ll updated: 1.5 -> 1.6
ranlib_SVR4.ll updated: 1.8 -> 1.9
ranlib_xpg4.ll updated: 1.8 -> 1.9
---
Log message:
For PR1336: http://llvm.org/PR1336 :
XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed.
---
Diffs of the changes: (+4 -1)
ranlib_GNU.ll | 1 +
ranlib_MacOSX.ll | 1 +
ranlib_SVR4.ll | 2 +-
ranlib_xpg4.ll | 1 +
4 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm/test/Archive/ranlib_GNU.ll
diff -u llvm/test/Archive/ranlib_GNU.ll:1.8 llvm/test/Archive/ranlib_GNU.ll:1.9
--- llvm/test/Archive/ranlib_GNU.ll:1.8 Mon Oct 31 13:06:13 2005
+++ llvm/test/Archive/ranlib_GNU.ll Sun Apr 15 18:00:46 2007
@@ -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: *
Index: llvm/test/Archive/ranlib_MacOSX.ll
diff -u llvm/test/Archive/ranlib_MacOSX.ll:1.5 llvm/test/Archive/ranlib_MacOSX.ll:1.6
--- llvm/test/Archive/ranlib_MacOSX.ll:1.5 Sat Nov 27 00:44:10 2004
+++ llvm/test/Archive/ranlib_MacOSX.ll Sun Apr 15 18:00:46 2007
@@ -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: *
Index: llvm/test/Archive/ranlib_SVR4.ll
diff -u llvm/test/Archive/ranlib_SVR4.ll:1.8 llvm/test/Archive/ranlib_SVR4.ll:1.9
--- llvm/test/Archive/ranlib_SVR4.ll:1.8 Mon Oct 31 13:06:13 2005
+++ llvm/test/Archive/ranlib_SVR4.ll Sun Apr 15 18:00:46 2007
@@ -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: *
Index: llvm/test/Archive/ranlib_xpg4.ll
diff -u llvm/test/Archive/ranlib_xpg4.ll:1.8 llvm/test/Archive/ranlib_xpg4.ll:1.9
--- llvm/test/Archive/ranlib_xpg4.ll:1.8 Mon Oct 31 13:06:13 2005
+++ llvm/test/Archive/ranlib_xpg4.ll Sun Apr 15 18:00:46 2007
@@ -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: *
More information about the llvm-commits
mailing list