Corrections for XFAIL armv5 tests
authorRenato Golin <renato.golin@linaro.org>
Thu, 28 Feb 2013 10:05:10 +0000 (10:05 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 28 Feb 2013 10:05:10 +0000 (10:05 +0000)
Most of the tests that behave differently on llvm-arm-linux buildbot
did so becase the triple wasn't set correctly to armv5, so we can
revert most of the special behaviour added previously. Some tests
still need the special treatment, though.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176243 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/test-call.ll
test/ExecutionEngine/test-fp-no-external-funcs.ll
test/ExecutionEngine/test-fp.ll

index e04bf03f72eb161f9e9ecb1bf2ebadb25fd4a050..4c03519a85afa23654773d5ec03cddded22bd5b2 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli %s > /dev/null
-; XFAIL: armv7
+; XFAIL: arm
 
 @.LC0 = internal global [10 x i8] c"argc: %d\0A\00"            ; <[10 x i8]*> [#uses=1]
 
index 69f4ec80f54b32eb4cdfc69178d43663146a5be8..0bc010584f1e436866dda84c1a083ac4a5c9344e 100644 (file)
@@ -1,6 +1,6 @@
 ; PR672
 ; RUN: %lli_mcjit %s
-; XFAIL: mcjit-ia32, armv5
+; XFAIL: mcjit-ia32
 
 define i32 @main() {
        %f = bitcast i32 (i32, i32*, i32)* @check_tail to i32*          ; <i32*> [#uses=1]
index ed593e33ee780526fb5d9806fff5f5f8e3e3350b..1a0f008416852f6f51bcbbced677856f429e0765 100644 (file)
@@ -1,5 +1,4 @@
 ; RUN: %lli_mcjit %s > /dev/null
-; XFAIL: armv5
 
 declare void @exit(i32)
 
index 563d486f50f2101e8b08db6e813adcbdf3a187e9..3fd39fe094f33e55dfd37fd466f4a168909312c6 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli %s > /dev/null
-; XFAIL: armv7
+; XFAIL: arm
 
 declare void @exit(i32)
 
index 92cc0d6f2ac4da6bfba174fd16345474083fbc2a..139b2efea57fe09fcebdfc50acd8ea72296a4c5b 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli  %s > /dev/null
-; XFAIL: armv7
+; XFAIL: arm
 
 define double @test(double* %DP, double %Arg) {
        %D = load double* %DP           ; <double> [#uses=1]
index 68a8182abf0926d318b69058a99bbd36ea05a095..c9064500d475ad25afe86f35427cbc7c4446b95a 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli %s > /dev/null
-; XFAIL: armv7
+; XFAIL: arm
 
 define double @test(double* %DP, double %Arg) {
        %D = load double* %DP           ; <double> [#uses=1]