1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Don't use * in XFAIL line unless you want it to XFAIL on everything. I don't believe you can use true regular expressions here. It will just look for those keywords. Please test this on sparc and see if they still are xfailed.

llvm-svn: 39975
This commit is contained in:
Tanya Lattner 2007-07-17 18:08:32 +00:00
parent 46a48c5c3e
commit 1b070ae252
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc
; XFAIL: sparc-sun-solaris2.*
; XFAIL: sparc-sun-solaris2
; PR1308
; PR1557

View File

@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc
; XFAIL: sparc-sun-solaris2.*
; XFAIL: sparc-sun-solaris2
; PR1557
; Test that we can have an "X" output constraint.

View File

@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc
; XFAIL: sparc-sun-solaris2.*
; XFAIL: sparc-sun-solaris2
; PR1557
%struct..0anon = type { [100 x i32] }