mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 05:41:42 +00:00
XFAIL the LLI remote JIT tests on Win32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257391 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
37ec4dcde3
commit
7ab54fc926
@ -1,4 +1,5 @@
|
|||||||
; 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
|
; 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: win32
|
||||||
|
|
||||||
declare i32 @FB()
|
declare i32 @FB()
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; 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
|
; 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: win32
|
||||||
|
|
||||||
declare i32 @FB()
|
declare i32 @FB()
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
|
; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
|
||||||
|
; XFAIL: win32
|
||||||
|
|
||||||
define i32 @bar() nounwind {
|
define i32 @bar() nounwind {
|
||||||
ret i32 0
|
ret i32 0
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -remote-mcjit -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s
|
; RUN: %lli -remote-mcjit -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s
|
||||||
|
; XFAIL: win32
|
||||||
; This test should fail until remote symbol resolution is supported.
|
; This test should fail until remote symbol resolution is supported.
|
||||||
|
|
||||||
define i32 @main() nounwind {
|
define i32 @main() nounwind {
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -remote-mcjit -O0 -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s
|
; RUN: %lli -remote-mcjit -O0 -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s
|
||||||
|
; XFAIL: win32
|
||||||
|
|
||||||
; The intention of this test is to verify that symbols mapped to COMMON in ELF
|
; The intention of this test is to verify that symbols mapped to COMMON in ELF
|
||||||
; work as expected.
|
; work as expected.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
|
; RUN: %lli -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
|
||||||
|
; XFAIL: win32
|
||||||
|
|
||||||
; Check that a variable is always aligned as specified.
|
; Check that a variable is always aligned as specified.
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
|
; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
|
||||||
|
; XFAIL: win32
|
||||||
|
|
||||||
define double @test(double* %DP, double %Arg) nounwind {
|
define double @test(double* %DP, double %Arg) nounwind {
|
||||||
%D = load double, double* %DP ; <double> [#uses=1]
|
%D = load double, double* %DP ; <double> [#uses=1]
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
|
; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
|
||||||
|
; XFAIL: win32
|
||||||
|
|
||||||
@count = global i32 1, align 4
|
@count = global i32 1, align 4
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
|
; RUN: %lli -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
|
||||||
|
; XFAIL: win32
|
||||||
|
|
||||||
@.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
|
@.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
|
@ptr = global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), align 4
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
|
; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
|
||||||
; RUN: -O0 -relocation-model=pic -code-model=small %s
|
; RUN: -O0 -relocation-model=pic -code-model=small %s
|
||||||
; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
|
; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, win32
|
||||||
|
|
||||||
@.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
|
@.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
|
@ptr = global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), align 4
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
|
; RUN: %lli -jit-kind=orc-mcjit -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: win32
|
||||||
|
|
||||||
declare i32 @FB()
|
declare i32 @FB()
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -jit-kind=orc-mcjit -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
|
; RUN: %lli -jit-kind=orc-mcjit -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: win32
|
||||||
|
|
||||||
declare i32 @FB()
|
declare i32 @FB()
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
|
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
|
||||||
|
; XFAIL: win32
|
||||||
|
|
||||||
define i32 @bar() nounwind {
|
define i32 @bar() nounwind {
|
||||||
ret i32 0
|
ret i32 0
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s
|
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s
|
||||||
|
; XFAIL: win32
|
||||||
; This test should fail until remote symbol resolution is supported.
|
; This test should fail until remote symbol resolution is supported.
|
||||||
|
|
||||||
define i32 @main() nounwind {
|
define i32 @main() nounwind {
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -O0 -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s
|
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -O0 -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s
|
||||||
|
; XFAIL: win32
|
||||||
|
|
||||||
; The intention of this test is to verify that symbols mapped to COMMON in ELF
|
; The intention of this test is to verify that symbols mapped to COMMON in ELF
|
||||||
; work as expected.
|
; work as expected.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
|
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
|
||||||
|
; XFAIL: win32
|
||||||
|
|
||||||
; Check that a variable is always aligned as specified.
|
; Check that a variable is always aligned as specified.
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
|
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
|
||||||
|
; XFAIL: win32
|
||||||
|
|
||||||
define double @test(double* %DP, double %Arg) nounwind {
|
define double @test(double* %DP, double %Arg) nounwind {
|
||||||
%D = load double, double* %DP ; <double> [#uses=1]
|
%D = load double, double* %DP ; <double> [#uses=1]
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
|
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
|
||||||
|
; XFAIL: win32
|
||||||
|
|
||||||
@count = global i32 1, align 4
|
@count = global i32 1, align 4
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
|
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
|
||||||
; RUN: -relocation-model=pic -code-model=small %s > /dev/null
|
; RUN: -relocation-model=pic -code-model=small %s > /dev/null
|
||||||
; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
|
; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, win32
|
||||||
|
|
||||||
@count = global i32 1, align 4
|
@count = global i32 1, align 4
|
||||||
|
|
||||||
|
@ -583,13 +583,11 @@ int main(int argc, char **argv, char * const *envp) {
|
|||||||
|
|
||||||
// Sanity check use of remote-jit: LLI currently only supports use of the
|
// Sanity check use of remote-jit: LLI currently only supports use of the
|
||||||
// remote JIT on Unix platforms.
|
// remote JIT on Unix platforms.
|
||||||
// FIXME: Remove this pointless fallback mode which causes tests to "pass"
|
|
||||||
// on platforms where they should XFAIL.
|
|
||||||
if (RemoteMCJIT) {
|
if (RemoteMCJIT) {
|
||||||
#ifndef LLVM_ON_UNIX
|
#ifndef LLVM_ON_UNIX
|
||||||
errs() << "Warning: host does not support external remote targets.\n"
|
errs() << "Warning: host does not support external remote targets.\n"
|
||||||
<< " Defaulting to local execution execution\n";
|
<< " Defaulting to local execution execution\n";
|
||||||
RemoteMCJIT = false;
|
return -1;
|
||||||
#else
|
#else
|
||||||
if (ChildExecPath.empty()) {
|
if (ChildExecPath.empty()) {
|
||||||
errs() << "-remote-mcjit requires -mcjit-remote-process.\n";
|
errs() << "-remote-mcjit requires -mcjit-remote-process.\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user