Proper XFAILs for ARMv7 / v5
authorRenato Golin <renato.golin@linaro.org>
Tue, 26 Feb 2013 17:16:27 +0000 (17:16 +0000)
committerRenato Golin <renato.golin@linaro.org>
Tue, 26 Feb 2013 17:16:27 +0000 (17:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176095 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/2002-12-16-ArgTest.ll
test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll
test/ExecutionEngine/MCJIT/test-call.ll
test/ExecutionEngine/MCJIT/test-data-align-remote.ll
test/ExecutionEngine/test-call.ll
test/ExecutionEngine/test-fp-no-external-funcs.ll
test/ExecutionEngine/test-fp.ll

index 4c03519a85afa23654773d5ec03cddded22bd5b2..e04bf03f72eb161f9e9ecb1bf2ebadb25fd4a050 100644 (file)
@@ -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]
 
index 0bc010584f1e436866dda84c1a083ac4a5c9344e..69f4ec80f54b32eb4cdfc69178d43663146a5be8 100644 (file)
@@ -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]
index 1a0f008416852f6f51bcbbced677856f429e0765..ed593e33ee780526fb5d9806fff5f5f8e3e3350b 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: %lli_mcjit %s > /dev/null
+; XFAIL: armv5
 
 declare void @exit(i32)
 
index 5e0bb4076b390043cc471b2294388bcd7276f8f2..9daf1684de8167d04d959faa79277c524cc270f4 100644 (file)
@@ -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.
 
index 3fd39fe094f33e55dfd37fd466f4a168909312c6..563d486f50f2101e8b08db6e813adcbdf3a187e9 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli %s > /dev/null
-; XFAIL: arm
+; XFAIL: armv7
 
 declare void @exit(i32)
 
index 139b2efea57fe09fcebdfc50acd8ea72296a4c5b..92cc0d6f2ac4da6bfba174fd16345474083fbc2a 100644 (file)
@@ -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]
index c9064500d475ad25afe86f35427cbc7c4446b95a..68a8182abf0926d318b69058a99bbd36ea05a095 100644 (file)
@@ -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]