mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[powerpc] mark JIT tests as UNSUPPORTED on powerpc64 big endian
Some of the JIT tests began failing with "[llvm] r266663 - [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups." on powerpc64 big endian. To get the buildbots running I am marking these as UNSUPPORTED for now. If this is fixed remove the UNSUPPORTED flag "powerpc64-unknown-linux-gnu". In r267516 I marked these as XFAIL but they succeed on some of the bots on stage1. llvm-svn: 267518
This commit is contained in:
parent
0f158489d6
commit
ac21264a52
@ -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()
|
||||
|
||||
|
@ -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(...)
|
||||
|
@ -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()
|
||||
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
; 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: 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()
|
||||
|
||||
|
@ -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(...)
|
||||
|
@ -1,6 +1,7 @@
|
||||
; 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: 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()
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
; RUN: %lli -jit-kind=orc-mcjit -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
; RUN: %lli -jit-kind=orc-mcjit -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:
|
||||
|
@ -1,6 +1,7 @@
|
||||
; RUN: %lli -jit-kind=orc-mcjit -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.
|
||||
|
@ -1,6 +1,7 @@
|
||||
; RUN: %lli -jit-kind=orc-mcjit -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.
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
; RUN: %lli -jit-kind=orc-mcjit -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]
|
||||
|
@ -1,6 +1,7 @@
|
||||
; RUN: %lli -jit-kind=orc-mcjit -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
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
; 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
|
||||
; 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
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
; RUN: %lli -jit-kind=orc-mcjit -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
|
||||
|
@ -1,7 +1,8 @@
|
||||
; RUN: %lli -jit-kind=orc-mcjit -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
|
||||
|
Loading…
Reference in New Issue
Block a user