Still more MCJIT PIC test XFAILs
authorAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 20 Aug 2013 18:13:48 +0000 (18:13 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 20 Aug 2013 18:13:48 +0000 (18:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188815 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/MCJIT/remote/stubs-sm-pic.ll
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll

index 082bfeef0e9f16e715a05f4c3f5d73b5493ecb4f..42e9d77e56982ceddf563a5ee3a17c0794c8bedb 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit -remote-mcjit -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s
-; XFAIL: mips, i686, i386, aarch64
+; XFAIL: mips, i686, i386, aarch64, arm
 
 define i32 @main() nounwind {
 entry:
index 0a941b6364bb7757f6b160750ba877bb7d19481f..240e09510e328b8f539d2178169ea46ebfb9464f 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit -remote-mcjit -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, aarch64, i686-pc-linux
+; XFAIL: mips, aarch64, arm, i686-pc-linux
 
 @count = global i32 1, align 4
 
index 0336ca32ac08dfa6f9f673cc9a19faec3dd2f0eb..c5e87edb5b1e09db4d5f07bfd1054752239fab9c 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit -remote-mcjit -O0 -relocation-model=pic -code-model=small %s
-; XFAIL: mips, aarch64, i686-pc-linux
+; XFAIL: mips, aarch64, arm, i686-pc-linux
 
 @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
 @ptr = global i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0), align 4