summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2016-01-11 17:09:58 +0000
committerLang Hames <lhames@gmail.com>2016-01-11 17:09:58 +0000
commita692ec43a8c5968a2ae76b609f38bc7f323488e2 (patch)
tree6c817994ff6ad0bff7301143dacbef208401f557
parentfe453a7da9308f6b9eb249dca013c4b4628e7e53 (diff)
downloadbcm5719-llvm-a692ec43a8c5968a2ae76b609f38bc7f323488e2.tar.gz
bcm5719-llvm-a692ec43a8c5968a2ae76b609f38bc7f323488e2.zip
XFAIL the remote small code model tests on x86. Small code model is not properly
supported, and only worked previously because we weren't really running them out-of-process. llvm-svn: 257355
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll2
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll2
-rw-r--r--llvm/test/ExecutionEngine/OrcMCJIT/remote/cross-module-sm-pic-a.ll2
-rw-r--r--llvm/test/ExecutionEngine/OrcMCJIT/remote/multi-module-sm-pic-a.ll2
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
index 415fd25409d..7f70cda4a36 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
@@ -1,5 +1,5 @@
; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, i686, i386, arm
+; XFAIL: mips-, mipsel-, i686, i386, arm, x86
declare i32 @FB()
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
index 3e020dc853a..c81f42cdd89 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
@@ -1,5 +1,5 @@
; RUN: %lli -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%exeext -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, i686, i386, arm
+; XFAIL: mips-, mipsel-, i686, i386, arm, x86
declare i32 @FB()
diff --git a/llvm/test/ExecutionEngine/OrcMCJIT/remote/cross-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/OrcMCJIT/remote/cross-module-sm-pic-a.ll
index 4326fc1e526..4cdb398e5ec 100644
--- a/llvm/test/ExecutionEngine/OrcMCJIT/remote/cross-module-sm-pic-a.ll
+++ b/llvm/test/ExecutionEngine/OrcMCJIT/remote/cross-module-sm-pic-a.ll
@@ -1,5 +1,5 @@
; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, i686, i386, arm
+; XFAIL: mips-, mipsel-, i686, i386, arm, x86
declare i32 @FB()
diff --git a/llvm/test/ExecutionEngine/OrcMCJIT/remote/multi-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/OrcMCJIT/remote/multi-module-sm-pic-a.ll
index 18a2d7e87d0..4d019785268 100644
--- a/llvm/test/ExecutionEngine/OrcMCJIT/remote/multi-module-sm-pic-a.ll
+++ b/llvm/test/ExecutionEngine/OrcMCJIT/remote/multi-module-sm-pic-a.ll
@@ -1,5 +1,5 @@
; RUN: %lli -jit-kind=orc-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%exeext -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, i686, i386, arm
+; XFAIL: mips-, mipsel-, i686, i386, arm, x86
declare i32 @FB()
OpenPOWER on IntegriCloud