Marking two more MCJIT PIC tests as XFAIL on i686
authorAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 20 Aug 2013 15:47:04 +0000 (15:47 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 20 Aug 2013 15:47:04 +0000 (15:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188808 91177308-0d34-0410-b5e6-96231b3b80d8

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

index c374c162b94e4fa646482cc144c13a4ceb1ed74d..69e4d373a5349805bd009a04cbfab657a427b395 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit -remote-mcjit -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, aarch64
+; XFAIL: mips, aarch64, i686
 
 @count = global i32 1, align 4
 
index 7faa4b23a896374f76a7aeb78aa532d22da06c6c..c35289cddbb1bd830b609fff6e16553416a6ae0e 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit -remote-mcjit -O0 -relocation-model=pic -code-model=small %s
-; XFAIL: mips, aarch64
+; XFAIL: mips, aarch64, i686
 
 @.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
index abae5e7062cc8699fa73b353859165461e7a6e64..bba7572243f90847042e7995d5020a51bb5a438b 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, aarch64, arm
+; XFAIL: mips, aarch64, arm, i686
 
 @count = global i32 1, align 4
 
index 882ddbef8bd7ea5053a8f911ae067629ab2bff23..cea00a0e391c2fba26efc1a1cdccc176d9aa5be2 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit -O0 -relocation-model=pic -code-model=small %s
-; XFAIL: mips, aarch64, arm
+; XFAIL: mips, aarch64, arm, i686
 
 @.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