1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Marking remote mcjit tests as XFAIL for MIPS.

llvm-svn: 168357
This commit is contained in:
Simon Atanasyan 2012-11-20 07:25:17 +00:00
parent 62a846033f
commit 946ee234f3
7 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null
; XFAIL: arm
; XFAIL: arm, mips
define i32 @bar() {
ret i32 0

View File

@ -1,5 +1,5 @@
; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -disable-lazy-compilation=false %s
; XFAIL: arm
; XFAIL: arm, mips
define i32 @main() nounwind {
entry:

View File

@ -1,5 +1,5 @@
; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 -disable-lazy-compilation=false %s
; XFAIL: arm
; XFAIL: arm, mips
; The intention of this test is to verify that symbols mapped to COMMON in ELF
; work as expected.

View File

@ -1,5 +1,5 @@
; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 %s
; XFAIL: arm
; XFAIL: arm, mips
; Check that a variable is always aligned as specified.

View File

@ -1,5 +1,5 @@
; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null
; XFAIL: arm
; XFAIL: arm, mips
define double @test(double* %DP, double %Arg) {
%D = load double* %DP ; <double> [#uses=1]

View File

@ -1,5 +1,5 @@
; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null
; XFAIL: arm
; XFAIL: arm, mips
@count = global i32 1, align 4

View File

@ -1,5 +1,5 @@
; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 %s
; XFAIL: arm
; XFAIL: arm, mips
@.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