Reverted r132135 per Xerxes request. These tests are passing for his setup. Requires more research.

llvm-svn: 132364
This commit is contained in:
Galina Kistanova 2011-05-31 21:50:33 +00:00
parent 542b2507de
commit e21d849476
15 changed files with 0 additions and 31 deletions

View File

@ -1,6 +1,4 @@
; RUN: lli %s > /dev/null ; RUN: lli %s > /dev/null
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
@.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1] @.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1]

View File

@ -1,6 +1,4 @@
; RUN: lli %s > /dev/null ; RUN: lli %s > /dev/null
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
define i32 @foo(i32 %X, i32 %Y, double %A) { define i32 @foo(i32 %X, i32 %Y, double %A) {
%cond212 = fcmp une double %A, 1.000000e+00 ; <i1> [#uses=1] %cond212 = fcmp une double %A, 1.000000e+00 ; <i1> [#uses=1]

View File

@ -1,6 +1,4 @@
; RUN: lli %s > /dev/null ; RUN: lli %s > /dev/null
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
define i32 @main() { define i32 @main() {
call i32 @mylog( i32 4 ) ; <i32>:1 [#uses=0] call i32 @mylog( i32 4 ) ; <i32>:1 [#uses=0]

View File

@ -1,6 +1,4 @@
; RUN: lli %s > /dev/null ; RUN: lli %s > /dev/null
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
define i32 @bar(i8* %X) { define i32 @bar(i8* %X) {
; pointer should be 4 byte aligned! ; pointer should be 4 byte aligned!

View File

@ -1,8 +1,6 @@
; This testcase should return with an exit code of 1. ; This testcase should return with an exit code of 1.
; ;
; RUN: not lli %s ; RUN: not lli %s
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
@test = global i64 0 ; <i64*> [#uses=1] @test = global i64 0 ; <i64*> [#uses=1]

View File

@ -1,6 +1,4 @@
; RUN: lli %s test ; RUN: lli %s test
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
declare i32 @puts(i8*) declare i32 @puts(i8*)

View File

@ -1,6 +1,4 @@
; RUN: lli %s > /dev/null ; RUN: lli %s > /dev/null
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
; ;
; Regression Test: EnvironmentTest.ll ; Regression Test: EnvironmentTest.ll

View File

@ -1,7 +1,4 @@
; RUN: lli %s > /dev/null ; RUN: lli %s > /dev/null
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
@A = global i32 0 ; <i32*> [#uses=1] @A = global i32 0 ; <i32*> [#uses=1]

View File

@ -1,6 +1,4 @@
; RUN: lli %s > /dev/null ; RUN: lli %s > /dev/null
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
@.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1] @.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]

View File

@ -1,6 +1,4 @@
; RUN: lli %s > /dev/null ; RUN: lli %s > /dev/null
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
@X = global i32 7 ; <i32*> [#uses=0] @X = global i32 7 ; <i32*> [#uses=0]
@msg = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1] @msg = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]

View File

@ -1,6 +1,4 @@
; RUN: lli %s > /dev/null ; RUN: lli %s > /dev/null
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
define i32 @bar() { define i32 @bar() {
ret i32 0 ret i32 0

View File

@ -1,6 +1,4 @@
; RUN: lli -disable-lazy-compilation=false %s ; RUN: lli -disable-lazy-compilation=false %s
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
define i32 @main() nounwind { define i32 @main() nounwind {
entry: entry:

View File

@ -1,6 +1,4 @@
; RUN: lli %s > /dev/null ; RUN: lli %s > /dev/null
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
define double @test(double* %DP, double %Arg) { define double @test(double* %DP, double %Arg) {
%D = load double* %DP ; <double> [#uses=1] %D = load double* %DP ; <double> [#uses=1]

View File

@ -1,6 +1,4 @@
; RUN: lli %s > /dev/null ; RUN: lli %s > /dev/null
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
define void @test(i8* %P, i16* %P.upgrd.1, i32* %P.upgrd.2, i64* %P.upgrd.3) { define void @test(i8* %P, i16* %P.upgrd.1, i32* %P.upgrd.2, i64* %P.upgrd.3) {
%V = load i8* %P ; <i8> [#uses=1] %V = load i8* %P ; <i8> [#uses=1]

View File

@ -1,6 +1,4 @@
; RUN: lli %s > /dev/null ; RUN: lli %s > /dev/null
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
define i32 @main() { define i32 @main() {
%X = malloc i32 ; <i32*> [#uses=1] %X = malloc i32 ; <i32*> [#uses=1]