XFAIL these on sparc-solaris
authorGabor Greif <ggreif@gmail.com>
Tue, 17 Jul 2007 10:25:31 +0000 (10:25 +0000)
committerGabor Greif <ggreif@gmail.com>
Tue, 17 Jul 2007 10:25:31 +0000 (10:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39969 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
test/CodeGen/Generic/2007-04-27-LargeMemObject.ll

index cd7559d62957a6450107cdec23f93df9681f6d10..26a00cc240d30d7b4c2989ccbc0de8beaff0a87d 100644 (file)
@@ -1,5 +1,7 @@
-; RUN: llvm-as < %s | llc 
+; RUN: llvm-as < %s | llc
+; XFAIL: sparc-sun-solaris2.*
 ; PR1308
+; PR1557
 
 define i32 @stuff(i32, ...) {
         %foo = alloca i8*
index 0ea13a2ad2e84b4e7bad4b16667a1ba6d3dbc2eb..d95bc5625de37e278cbd98c27d514bf2b7465e84 100644 (file)
@@ -1,4 +1,6 @@
 ; RUN: llvm-as < %s | llc
+; XFAIL: sparc-sun-solaris2.*
+; PR1557
 
 ; Test that we can have an "X" output constraint.
 
index ee71a88c965ee5016220d100781066f381c136fe..9719e3d675b46412c2928affa490ce64c772c941 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: llvm-as < %s | llc 
+; RUN: llvm-as < %s | llc
+; XFAIL: sparc-sun-solaris2.*
+; PR1557
 
         %struct..0anon = type { [100 x i32] }