1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily).

llvm-svn: 168221
This commit is contained in:
Andrew Kaylor 2012-11-16 23:38:16 +00:00
parent 44d69c50b0
commit f132e42fe6
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, mingw32
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, mingw32
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, mingw32
; 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, mingw32
; 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, mingw32
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, mingw32
@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, 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