From e05a5be2049bfd12e832c96faa784e0dddd35466 Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Fri, 16 Nov 2012 23:38:16 +0000 Subject: [PATCH] Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily). llvm-svn: 168221 --- llvm/test/ExecutionEngine/MCJIT/simpletest-remote.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/stubs-remote.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-data-align-remote.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll | 2 +- llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/llvm/test/ExecutionEngine/MCJIT/simpletest-remote.ll b/llvm/test/ExecutionEngine/MCJIT/simpletest-remote.ll index 0d0459c..1c0da9f 100644 --- a/llvm/test/ExecutionEngine/MCJIT/simpletest-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/simpletest-remote.ll @@ -1,5 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null -; XFAIL: arm +; XFAIL: arm, mingw32 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 b75f516..41f5883 100644 --- a/llvm/test/ExecutionEngine/MCJIT/stubs-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/stubs-remote.ll @@ -1,5 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -disable-lazy-compilation=false %s -; XFAIL: arm +; XFAIL: arm, mingw32 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 b269ba1..b6958f6 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll @@ -1,5 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 -disable-lazy-compilation=false %s -; XFAIL: arm +; XFAIL: arm, mingw32 ; 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 86e7fcd..7fcb18f 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-data-align-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/test-data-align-remote.ll @@ -1,5 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 %s -; XFAIL: arm +; XFAIL: arm, mingw32 ; 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 ac1999d..eb1e3c5 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,5 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null -; XFAIL: arm +; XFAIL: arm, mingw32 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 65f8af0..9f9370a 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll @@ -1,5 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null -; XFAIL: arm +; XFAIL: arm, mingw32 @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 83a9b43..78a8df8 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll @@ -1,5 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 %s -; XFAIL: arm +; XFAIL: arm, mingw32 @.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 -- 2.7.4