Reverted r132135 per Xerxes request. These tests are passing for his setup. Requires...
authorGalina Kistanova <gkistanova@gmail.com>
Tue, 31 May 2011 21:50:33 +0000 (21:50 +0000)
committerGalina Kistanova <gkistanova@gmail.com>
Tue, 31 May 2011 21:50:33 +0000 (21:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132364 91177308-0d34-0410-b5e6-96231b3b80d8

15 files changed:
test/ExecutionEngine/2002-12-16-ArgTest.ll
test/ExecutionEngine/2003-01-04-ArgumentBug.ll
test/ExecutionEngine/2003-01-04-LoopTest.ll
test/ExecutionEngine/2003-01-15-AlignmentTest.ll
test/ExecutionEngine/2003-05-06-LivenessClobber.ll
test/ExecutionEngine/2003-05-07-ArgumentTest.ll
test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
test/ExecutionEngine/hello.ll
test/ExecutionEngine/hello2.ll
test/ExecutionEngine/simpletest.ll
test/ExecutionEngine/stubs.ll
test/ExecutionEngine/test-fp.ll
test/ExecutionEngine/test-loadstore.ll
test/ExecutionEngine/test-malloc.ll

index 3156eb33a32fc1c1aa517415e9f470483fd855f5..eba58ccca423599966aa5c69d548f3f750d70dbc 100644 (file)
@@ -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]
 
index 788a42abca69f9724d0b1c1cfeca787a725c2eb3..4cfd1ebb69e299242ff64d3675497ef66f4069e9 100644 (file)
@@ -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]
index 7ea0f0a1633bd23dd81ce0f7506e118aa3ab4e8c..668c8fd7ad0c97c3170ca5da22f8ea728772f4a1 100644 (file)
@@ -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]
index b9e8e4d5b634985607ca8e3cfc9ea5fb16846fa0..9df21c1ccd6d779bc9ce1cde940c46f16bffea3a 100644 (file)
@@ -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!
index 0c7ee6fbfed196f023aa9c0a7a5a245d3770ca75..e670d11d4a1551ddf1556af64f2f6d67766fc02c 100644 (file)
@@ -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]
 
index f3cf3b61f902d50271febe9ed5b01cf8af1c358f..baf42e5e83d824da2163ea0291c52b920b9f61e7 100644 (file)
@@ -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*)
 
index 89c984ac97e5e3bd6dce6bc304f9c80e71b2d31c..9c8ec1dd9ce540f83d74def35d654127a1e5581d 100644 (file)
@@ -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
index ea0d5069f12cf09574a4fb77fc4d96b2272622e9..97e84cd4092c21f922e2f304e2875bc50944dbe0 100644 (file)
@@ -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]
 
index 9dca1587cdccc61c1ff16c8f2b86fea81b9b59d8..0b75c10f354b8e19826f27898e2a4b8721459f1f 100644 (file)
@@ -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]
 
index b5635d3217da767525142566ee25cb89f0e5af94..9f060be1c342d584fd4dff19b9005cedeab12695 100644 (file)
@@ -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]
index b4aec67176bd189659a48686b0f05ccf5dc2946d..68eb7580b4c1b565e9ffddf5e1efd076adafa826 100644 (file)
@@ -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
index b7a059846ec7a0d1adc7d7b78c0768443cead47f..bd9f69adb83389942261a6f38989e4e535ca2677 100644 (file)
@@ -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:
index bb7936101bd14de8313c35e364d17be5f53626d5..f653660fb83257b3eafa5171bfd0194dce84619c 100644 (file)
@@ -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]
index 8713c66c3afd70dd25cbd5b287fd78af68e87195..53155e8ac90a3a18f36046d7c5d2a45180137800 100644 (file)
@@ -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]
index 93fffcf3195f9dd931f9c353332041c89de490b9..b3400df44092152b269500598e4a0f87f257bdd1 100644 (file)
@@ -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]