Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken for...
authorGalina Kistanova <gkistanova@gmail.com>
Thu, 26 May 2011 19:17:14 +0000 (19:17 +0000)
committerGalina Kistanova <gkistanova@gmail.com>
Thu, 26 May 2011 19:17:14 +0000 (19:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132135 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 eba58ccca423599966aa5c69d548f3f750d70dbc..3156eb33a32fc1c1aa517415e9f470483fd855f5 100644 (file)
@@ -1,4 +1,6 @@
 ; 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 4cfd1ebb69e299242ff64d3675497ef66f4069e9..788a42abca69f9724d0b1c1cfeca787a725c2eb3 100644 (file)
@@ -1,4 +1,6 @@
 ; 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 668c8fd7ad0c97c3170ca5da22f8ea728772f4a1..7ea0f0a1633bd23dd81ce0f7506e118aa3ab4e8c 100644 (file)
@@ -1,4 +1,6 @@
 ; 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 9df21c1ccd6d779bc9ce1cde940c46f16bffea3a..b9e8e4d5b634985607ca8e3cfc9ea5fb16846fa0 100644 (file)
@@ -1,4 +1,6 @@
 ; 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 e670d11d4a1551ddf1556af64f2f6d67766fc02c..0c7ee6fbfed196f023aa9c0a7a5a245d3770ca75 100644 (file)
@@ -1,6 +1,8 @@
 ; 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 baf42e5e83d824da2163ea0291c52b920b9f61e7..f3cf3b61f902d50271febe9ed5b01cf8af1c358f 100644 (file)
@@ -1,4 +1,6 @@
 ; 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 9c8ec1dd9ce540f83d74def35d654127a1e5581d..89c984ac97e5e3bd6dce6bc304f9c80e71b2d31c 100644 (file)
@@ -1,4 +1,6 @@
 ; 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 97e84cd4092c21f922e2f304e2875bc50944dbe0..ea0d5069f12cf09574a4fb77fc4d96b2272622e9 100644 (file)
@@ -1,4 +1,7 @@
 ; 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 0b75c10f354b8e19826f27898e2a4b8721459f1f..9dca1587cdccc61c1ff16c8f2b86fea81b9b59d8 100644 (file)
@@ -1,4 +1,6 @@
 ; 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 9f060be1c342d584fd4dff19b9005cedeab12695..b5635d3217da767525142566ee25cb89f0e5af94 100644 (file)
@@ -1,4 +1,6 @@
 ; 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 68eb7580b4c1b565e9ffddf5e1efd076adafa826..b4aec67176bd189659a48686b0f05ccf5dc2946d 100644 (file)
@@ -1,4 +1,6 @@
 ; 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 bd9f69adb83389942261a6f38989e4e535ca2677..b7a059846ec7a0d1adc7d7b78c0768443cead47f 100644 (file)
@@ -1,4 +1,6 @@
 ; 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 f653660fb83257b3eafa5171bfd0194dce84619c..bb7936101bd14de8313c35e364d17be5f53626d5 100644 (file)
@@ -1,4 +1,6 @@
 ; 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 53155e8ac90a3a18f36046d7c5d2a45180137800..8713c66c3afd70dd25cbd5b287fd78af68e87195 100644 (file)
@@ -1,4 +1,6 @@
 ; 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 b3400df44092152b269500598e4a0f87f257bdd1..93fffcf3195f9dd931f9c353332041c89de490b9 100644 (file)
@@ -1,4 +1,6 @@
 ; 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]