XFAIL the remote small code model tests on x86. Small code model is not properly
authorLang Hames <lhames@gmail.com>
Mon, 11 Jan 2016 17:09:58 +0000 (17:09 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 11 Jan 2016 17:09:58 +0000 (17:09 +0000)
supported, and only worked previously because we weren't really running them
out-of-process.

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

test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
test/ExecutionEngine/OrcMCJIT/remote/cross-module-sm-pic-a.ll
test/ExecutionEngine/OrcMCJIT/remote/multi-module-sm-pic-a.ll

index 415fd25409d6685d424127a247add22b6dc0c6ec..7f70cda4a36443632140847cabe1f1547fe28174 100644 (file)
@@ -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()
 
index 3e020dc853a6fc6ff95de3ea3af1ac1d647a2917..c81f42cdd89f98a8382263e30587fa2eaa6b62d6 100644 (file)
@@ -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()
 
index 4326fc1e526b5375208ef53082131d257525c9c9..4cdb398e5ec9dd489c59e022a147bf2553427be7 100644 (file)
@@ -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()
 
index 18a2d7e87d0988344bcaccccffd1fe2a281c991f..4d01978526897050d1a7f04633e25fada8873302 100644 (file)
@@ -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()