Skip to content

Commit

Permalink
Proper XFAILs for ARMv7 / v5
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176095 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rengolin committed Feb 26, 2013
1 parent 3a42989 commit e57aaf0
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/ExecutionEngine/2002-12-16-ArgTest.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
; XFAIL: armv7

@.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1]

2 changes: 1 addition & 1 deletion test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; PR672
; RUN: %lli_mcjit %s
; XFAIL: mcjit-ia32
; XFAIL: mcjit-ia32, armv5

define i32 @main() {
%f = bitcast i32 (i32, i32*, i32)* @check_tail to i32* ; <i32*> [#uses=1]
1 change: 1 addition & 0 deletions test/ExecutionEngine/MCJIT/test-call.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
; RUN: %lli_mcjit %s > /dev/null
; XFAIL: armv5

declare void @exit(i32)

2 changes: 1 addition & 1 deletion test/ExecutionEngine/MCJIT/test-data-align-remote.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; RUN: %lli_mcjit -remote-mcjit -O0 %s
; XFAIL: arm, mips
; XFAIL: armv7, mips

; Check that a variable is always aligned as specified.

2 changes: 1 addition & 1 deletion test/ExecutionEngine/test-call.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
; XFAIL: armv7

declare void @exit(i32)

2 changes: 1 addition & 1 deletion test/ExecutionEngine/test-fp-no-external-funcs.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
; XFAIL: armv7

define double @test(double* %DP, double %Arg) {
%D = load double* %DP ; <double> [#uses=1]
2 changes: 1 addition & 1 deletion test/ExecutionEngine/test-fp.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
; XFAIL: armv7

define double @test(double* %DP, double %Arg) {
%D = load double* %DP ; <double> [#uses=1]

0 comments on commit e57aaf0

Please sign in to comment.