Skip to content

Commit

Permalink
Reverted r132135 per Xerxes request. These tests are passing for his …
Browse files Browse the repository at this point in the history
…setup. Requires more research.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132364 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gkistanova committed May 31, 2011
1 parent b1ce4c0 commit a9f9079
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 31 deletions.
2 changes: 0 additions & 2 deletions test/ExecutionEngine/2002-12-16-ArgTest.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
; 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]

Expand Down
2 changes: 0 additions & 2 deletions test/ExecutionEngine/2003-01-04-ArgumentBug.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
; 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) {
%cond212 = fcmp une double %A, 1.000000e+00 ; <i1> [#uses=1]
Expand Down
2 changes: 0 additions & 2 deletions test/ExecutionEngine/2003-01-04-LoopTest.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
; 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() {
call i32 @mylog( i32 4 ) ; <i32>:1 [#uses=0]
Expand Down
2 changes: 0 additions & 2 deletions test/ExecutionEngine/2003-01-15-AlignmentTest.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
; 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) {
; pointer should be 4 byte aligned!
Expand Down
2 changes: 0 additions & 2 deletions test/ExecutionEngine/2003-05-06-LivenessClobber.ll
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
; This testcase should return with an exit code of 1.
;
; 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]

Expand Down
2 changes: 0 additions & 2 deletions test/ExecutionEngine/2003-05-07-ArgumentTest.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
; 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*)

Expand Down
2 changes: 0 additions & 2 deletions test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
; 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
; 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]

Expand Down
2 changes: 0 additions & 2 deletions test/ExecutionEngine/hello.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
; 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]

Expand Down
2 changes: 0 additions & 2 deletions test/ExecutionEngine/hello2.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
; 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]
@msg = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]
Expand Down
2 changes: 0 additions & 2 deletions test/ExecutionEngine/simpletest.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
; 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() {
ret i32 0
Expand Down
2 changes: 0 additions & 2 deletions test/ExecutionEngine/stubs.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
; 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 {
entry:
Expand Down
2 changes: 0 additions & 2 deletions test/ExecutionEngine/test-fp.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
; 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) {
%D = load double* %DP ; <double> [#uses=1]
Expand Down
2 changes: 0 additions & 2 deletions test/ExecutionEngine/test-loadstore.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
; 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) {
%V = load i8* %P ; <i8> [#uses=1]
Expand Down
2 changes: 0 additions & 2 deletions test/ExecutionEngine/test-malloc.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
; 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() {
%X = malloc i32 ; <i32*> [#uses=1]
Expand Down

0 comments on commit a9f9079

Please sign in to comment.