From: Andrew Kaylor Date: Fri, 16 Nov 2012 22:21:04 +0000 (+0000) Subject: Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily). X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=645fb305d162ee19a7b59a4fe93ecca20f71df29;p=platform%2Fupstream%2Fllvm.git Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily). llvm-svn: 168210 --- diff --git a/llvm/test/ExecutionEngine/MCJIT/simpletest-remote.ll b/llvm/test/ExecutionEngine/MCJIT/simpletest-remote.ll index cab18bf..0d0459c 100644 --- a/llvm/test/ExecutionEngine/MCJIT/simpletest-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/simpletest-remote.ll @@ -1,4 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null +; XFAIL: arm define i32 @bar() { ret i32 0 diff --git a/llvm/test/ExecutionEngine/MCJIT/stubs-remote.ll b/llvm/test/ExecutionEngine/MCJIT/stubs-remote.ll index 7e31ff4..b75f516 100644 --- a/llvm/test/ExecutionEngine/MCJIT/stubs-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/stubs-remote.ll @@ -1,4 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -disable-lazy-compilation=false %s +; XFAIL: arm define i32 @main() nounwind { entry: diff --git a/llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll b/llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll index 3952a2b..b269ba1 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll @@ -1,4 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -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. diff --git a/llvm/test/ExecutionEngine/MCJIT/test-data-align-remote.ll b/llvm/test/ExecutionEngine/MCJIT/test-data-align-remote.ll index 24b6810..86e7fcd 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-data-align-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/test-data-align-remote.ll @@ -1,4 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 %s +; XFAIL: arm ; Check that a variable is always aligned as specified. diff --git a/llvm/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll b/llvm/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll index 636116b..ac1999d 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll @@ -1,4 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null +; XFAIL: arm define double @test(double* %DP, double %Arg) { %D = load double* %DP ; [#uses=1] diff --git a/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll b/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll index 20a0e2d..65f8af0 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll @@ -1,4 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null +; XFAIL: arm @count = global i32 1, align 4 diff --git a/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll b/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll index bd6219c..83a9b43 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll @@ -1,4 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 %s +; XFAIL: arm @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1 @ptr = global i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0), align 4