[mips] XFAIL several MCJIT remote tests
authorPetar Jovanovic <petar.jovanovic@imgtec.com>
Thu, 31 Oct 2013 18:10:25 +0000 (18:10 +0000)
committerPetar Jovanovic <petar.jovanovic@imgtec.com>
Thu, 31 Oct 2013 18:10:25 +0000 (18:10 +0000)
Two of the tests are new test cases (cross-module-a.ll, multi-module-a.ll)
not yet supported on MIPS, while XFAIL for the other two tests was
accidentally removed in r193570 and this change reverts those lines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193781 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll
test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll

index 094d362262c5c5fd3d5ebc915405fbaabacca95a..97bb96af5b7408af8556e5752ed767c1cf928e54 100644 (file)
@@ -1,5 +1,7 @@
 ; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
 
+; XFAIL: mips
+
 declare i32 @FB()
 
 define i32 @FA() {
index 91d0387376ca6b1780e656a3ebaf640da2419c50..8fbd3451ee5e355fbf2cb939564e718ce7ba5468 100644 (file)
@@ -1,5 +1,7 @@
 ; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
 
+; XFAIL: mips
+
 declare i32 @FB()
 
 define i32 @main() {
index d10a4117a0ddaaac95d991e38c15c17dbb771b3f..51c6d2584aa6eb046ce4119a4af2e3d8dedb9aa0 100644 (file)
@@ -1,5 +1,7 @@
 ; RUN: %lli_mcjit -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
 
+; XFAIL: mips
+
 define i32 @bar() {
        ret i32 0
 }
index 63280895a9a3f264736e6188f9fe1c0bd863b0eb..ea4acc5b2f05ea08d7b873151c6f1d140ad26c5f 100644 (file)
@@ -1,5 +1,7 @@
 ; RUN: %lli_mcjit -remote-mcjit -O0 -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target %s
 
+; XFAIL: mips
+
 ; The intention of this test is to verify that symbols mapped to COMMON in ELF
 ; work as expected.
 ;