Remove a few XFAILs.

These tests now pass with MCJIT.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215136 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2014-08-07 19:35:22 +00:00
parent 70b56056a1
commit a7e87a12f9
25 changed files with 0 additions and 25 deletions

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
@.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1]

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
define i32 @foo(i32 %X, i32 %Y, double %A) {
%cond212 = fcmp une double %A, 1.000000e+00 ; <i1> [#uses=1]

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
define i32 @main() {
call i32 @mylog( i32 4 ) ; <i32>:1 [#uses=0]

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
define i32 @bar(i8* %X) {
; pointer should be 4 byte aligned!

View File

@ -1,7 +1,6 @@
; This testcase should return with an exit code of 1.
;
; RUN: not %lli %s
; XFAIL: arm
@test = global i64 0 ; <i64*> [#uses=1]

View File

@ -1,5 +1,4 @@
; RUN: %lli %s test
; XFAIL: arm
declare i32 @puts(i8*)

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
; This testcase failed to work because two variable sized allocas confused the
; local register allocator.

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
;
; Regression Test: EnvironmentTest.ll

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
; This testcase exposes a bug in the local register allocator where it runs out
; of registers (due to too many overlapping live ranges), but then attempts to

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
@A = global i32 0 ; <i32*> [#uses=1]

View File

@ -1,6 +1,5 @@
; PR672
; RUN: %lli %s
; XFAIL: arm
define i32 @main() {
%f = bitcast i32 (i32, i32*, i32)* @check_tail to i32* ; <i32*> [#uses=1]

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
@.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
@X = global i32 7 ; <i32*> [#uses=0]
@msg = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
define i64 @foo() {
ret i64 42

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
define i32 @bar() {
ret i32 0

View File

@ -1,5 +1,4 @@
; RUN: %lli -disable-lazy-compilation=false %s
; XFAIL: arm
define i32 @main() nounwind {
entry:

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
define i32 @_Z14func_exit_codev() nounwind uwtable {
entry:

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
declare void @exit(i32)

View File

@ -1,5 +1,4 @@
; RUN: %lli -O0 -disable-lazy-compilation=false %s
; XFAIL: arm
; The intention of this test is to verify that symbols mapped to COMMON in ELF
; work as expected.

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
define double @test(double* %DP, double %Arg) {
%D = load double* %DP ; <double> [#uses=1]

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
define double @test(double* %DP, double %Arg) {
%D = load double* %DP ; <double> [#uses=1]

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
@count = global i32 1, align 4

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
@count = global i32 0, align 4

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
define void @test(i8* %P, i16* %P.upgrd.1, i32* %P.upgrd.2, i64* %P.upgrd.3) {
%V = load i8* %P ; <i8> [#uses=1]

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
define i32 @main() nounwind uwtable {
entry: