mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-03 00:33:09 +00: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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39975 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f27795d174
commit
c462d25776
@ -1,5 +1,5 @@
|
|||||||
; RUN: llvm-as < %s | llc
|
; RUN: llvm-as < %s | llc
|
||||||
; XFAIL: sparc-sun-solaris2.*
|
; XFAIL: sparc-sun-solaris2
|
||||||
; PR1308
|
; PR1308
|
||||||
; PR1557
|
; PR1557
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
; RUN: llvm-as < %s | llc
|
; RUN: llvm-as < %s | llc
|
||||||
; XFAIL: sparc-sun-solaris2.*
|
; XFAIL: sparc-sun-solaris2
|
||||||
; PR1557
|
; PR1557
|
||||||
|
|
||||||
; Test that we can have an "X" output constraint.
|
; Test that we can have an "X" output constraint.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
; RUN: llvm-as < %s | llc
|
; RUN: llvm-as < %s | llc
|
||||||
; XFAIL: sparc-sun-solaris2.*
|
; XFAIL: sparc-sun-solaris2
|
||||||
; PR1557
|
; PR1557
|
||||||
|
|
||||||
%struct..0anon = type { [100 x i32] }
|
%struct..0anon = type { [100 x i32] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user