Updating XFAILs for recent GOT tests
authorAndrew Kaylor <andrew.kaylor@intel.com>
Sat, 5 Oct 2013 01:56:50 +0000 (01:56 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Sat, 5 Oct 2013 01:56:50 +0000 (01:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192022 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 6b75bc21077c4c9b403c8bcab7ab032c9a091396..5ccc892d29566eb31f9be217152483f5381d8aa1 100644 (file)
@@ -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()
 
index c18eda67b16c1497a59685f7a376f6299513ff27..ac7f9d178c51127f7edf3163444d286210945359 100644 (file)
@@ -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()
 
index 997b470107d3a36dd9b6ae54306b86132a0b424d..bfd09425cbbba683a798e08686b57817179b78b1 100644 (file)
@@ -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()
 
index d92ce4219f5760e77a7699f68b6c3f5f943babe2..5efa372ffa0335525f72d6fd3a3fc82dc44dec11 100644 (file)
@@ -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()