diff options
Diffstat (limited to 'test/ExecutionEngine/MCJIT')
12 files changed, 36 insertions, 24 deletions
diff --git a/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll b/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll index 19d564a0ccb1..550130832828 100644 --- a/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll +++ b/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll @@ -1,6 +1,7 @@ ; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null -; XFAIL: mingw32,win32,powerpc64-unknown-linux-gnu -; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed +; XFAIL: mingw32,win32 +; UNSUPPORTED: powerpc64-unknown-linux-gnu +; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed declare i32 @FB() diff --git a/test/ExecutionEngine/MCJIT/remote/eh.ll b/test/ExecutionEngine/MCJIT/remote/eh.ll index ff1b10510b85..c4801d630338 100644 --- a/test/ExecutionEngine/MCJIT/remote/eh.ll +++ b/test/ExecutionEngine/MCJIT/remote/eh.ll @@ -1,6 +1,7 @@ ; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s -; XFAIL: arm, cygwin, win32, mingw,powerpc64-unknown-linux-gnu -; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed +; XFAIL: arm, cygwin, win32, mingw +; UNSUPPORTED: powerpc64-unknown-linux-gnu +; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed declare i8* @__cxa_allocate_exception(i64) declare void @__cxa_throw(i8*, i8*, i8*) declare i32 @__gxx_personality_v0(...) diff --git a/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll b/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll index 332831daebc4..ca7e8f580737 100644 --- a/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll +++ b/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll @@ -1,6 +1,7 @@ ; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null -; XFAIL: mingw32,win32,powerpc64-unknown-linux-gnu -; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed +; XFAIL: mingw32,win32 +; UNSUPPORTED: powerpc64-unknown-linux-gnu +; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed declare i32 @FB() diff --git a/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll b/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll index a4ab931334e5..2a97c64a24af 100644 --- a/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll +++ b/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll @@ -1,6 +1,7 @@ ; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null -; XFAIL: mingw32,win32,powerpc64-unknown-linux-gnu -; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed +; XFAIL: mingw32,win32 +; UNSUPPORTED: powerpc64-unknown-linux-gnu +; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed define i32 @bar() nounwind { ret i32 0 diff --git a/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll b/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll index b781463a4ca7..7b0d1e743d41 100644 --- a/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll +++ b/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll @@ -1,6 +1,7 @@ ; RUN: %lli -remote-mcjit -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s -; XFAIL: mingw32,win32,powerpc64-unknown-linux-gnu -; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed +; XFAIL: mingw32,win32 +; UNSUPPORTED: powerpc64-unknown-linux-gnu +; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed define i32 @main() nounwind { entry: diff --git a/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll b/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll index 7118a19fe3ac..7df003cc4187 100644 --- a/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll +++ b/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll @@ -1,6 +1,7 @@ ; RUN: %lli -remote-mcjit -O0 -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s -; XFAIL: mingw32,win32,powerpc64-unknown-linux-gnu -; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed +; XFAIL: mingw32,win32 +; UNSUPPORTED: powerpc64-unknown-linux-gnu +; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed ; The intention of this test is to verify that symbols mapped to COMMON in ELF ; work as expected. diff --git a/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll b/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll index c5772a39ef33..fc99317b227b 100644 --- a/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll +++ b/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll @@ -1,6 +1,7 @@ ; RUN: %lli -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s -; XFAIL: mingw32,win32,powerpc64-unknown-linux-gnu -; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed +; XFAIL: mingw32,win32 +; UNSUPPORTED: powerpc64-unknown-linux-gnu +; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed ; Check that a variable is always aligned as specified. diff --git a/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll b/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll index cce6d7a32af9..15755bef8b14 100644 --- a/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll +++ b/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll @@ -1,6 +1,7 @@ ; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null -; XFAIL: mingw32,win32,powerpc64-unknown-linux-gnu -; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed +; XFAIL: mingw32,win32 +; UNSUPPORTED: powerpc64-unknown-linux-gnu +; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed define double @test(double* %DP, double %Arg) nounwind { %D = load double, double* %DP ; <double> [#uses=1] diff --git a/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll b/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll index de10a904e962..224285f5f25a 100644 --- a/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll +++ b/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll @@ -1,6 +1,7 @@ ; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null -; XFAIL: mingw32,win32,powerpc64-unknown-linux-gnu -; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed +; XFAIL: mingw32,win32 +; UNSUPPORTED: powerpc64-unknown-linux-gnu +; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed @count = global i32 1, align 4 diff --git a/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll b/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll index c3d54f3de7ae..1694e190dce7 100644 --- a/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll +++ b/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll @@ -1,7 +1,8 @@ ; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \ ; RUN: -relocation-model=pic -code-model=small %s > /dev/null -; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, mingw32, win32,powerpc64-unknown-linux-gnu -; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed +; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, mingw32, win32 +; UNSUPPORTED: powerpc64-unknown-linux-gnu +; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed @count = global i32 1, align 4 diff --git a/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll b/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll index 1db8deff883e..872c4670bb46 100644 --- a/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll +++ b/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll @@ -1,6 +1,7 @@ ; RUN: %lli -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s -; XFAIL: mingw32,win32,powerpc64-unknown-linux-gnu -; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed +; XFAIL: mingw32,win32 +; UNSUPPORTED: powerpc64-unknown-linux-gnu +; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1 @ptr = global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), align 4 diff --git a/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll b/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll index 2c17fc16ef85..b1b154f5ef16 100644 --- a/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll +++ b/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll @@ -1,7 +1,8 @@ ; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \ ; RUN: -O0 -relocation-model=pic -code-model=small %s -; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, mingw32, win32,powerpc64-unknown-linux-gnu -; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed +; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, mingw32, win32 +; UNSUPPORTED: powerpc64-unknown-linux-gnu +; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1 @ptr = global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), align 4 |