diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-05 01:56:50 +0000 |
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-05 01:56:50 +0000 |
| commit | b2c1ee2a968bb7bc3420381b62775ee2c447751f (patch) | |
| tree | 179cd0c8517c742a3eb6973b151a6ca5469697f0 | |
| parent | 4968ca50e8dc9754aeb35affca274e25adafb177 (diff) | |
| download | bcm5719-llvm-b2c1ee2a968bb7bc3420381b62775ee2c447751f.tar.gz bcm5719-llvm-b2c1ee2a968bb7bc3420381b62775ee2c447751f.zip | |
Updating XFAILs for recent GOT tests
llvm-svn: 192022
4 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll index 6b75bc21077..5ccc892d295 100644 --- a/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll +++ b/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll @@ -1,4 +1,5 @@ ; RUN: %lli_mcjit -extra-modules=%p/cross-module-b.ir -relocation-model=pic -code-model=small %s > /dev/null +; XFAIL: mips, i686, i386, aarch64, arm declare i32 @FB() diff --git a/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll index c18eda67b16..ac7f9d178c5 100644 --- a/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll +++ b/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll @@ -1,4 +1,5 @@ ; RUN: %lli_mcjit -extra-modules=%p/multi-module-b.ir,%p/multi-module-c.ir -relocation-model=pic -code-model=small %s > /dev/null +; XFAIL: mips, i686, i386, aarch64, arm declare i32 @FB() 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 997b470107d..bfd09425cbb 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,4 +1,5 @@ ; RUN: %lli_mcjit -extra-modules=%p/cross-module-b.ir -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target -relocation-model=pic -code-model=small %s > /dev/null +; XFAIL: mips, i686, i386, aarch64, arm 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 d92ce4219f5..5efa372ffa0 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,4 +1,5 @@ ; RUN: %lli_mcjit -extra-modules=%p/multi-module-b.ir,%p/multi-module-c.ir -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target -relocation-model=pic -code-model=small %s > /dev/null +; XFAIL: mips, i686, i386, aarch64, arm declare i32 @FB() |

