Fixing XPASSes among MCJIT PIC test on i686
authorAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 20 Aug 2013 00:37:33 +0000 (00:37 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 20 Aug 2013 00:37:33 +0000 (00:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188736 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 d7bf6ecdd052c3b029372debd0cc018b6487f7d5..52647857d87ce7c0506261228abc966077a9732c 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit -remote-mcjit -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, i686, i386
+; XFAIL: mips
 
 @count = global i32 1, align 4
 
index 9c8b70d12d4ff0983a9351dc049f17d522ff0ccc..2f010ddd46baefa015bbb6987fd985ce3c72ab61 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit -remote-mcjit -O0 -relocation-model=pic -code-model=small %s
-; XFAIL: mips, i686, i386
+; XFAIL: mips
 
 @.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 368e5fe3149e01f10a22eb2c86ee43a441d75427..65c5e3a68aedfda8ce49a7ffc56a4ba3f915aeab 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, i686, i386
+; XFAIL: mips
 
 @count = global i32 1, align 4
 
index 52cc7d6ee6c9a9175bdc56733e4d2be652b46f0d..8185687f1179ffd829ae587b9ab79dd3b784699c 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit -O0 -relocation-model=pic -code-model=small %s
-; XFAIL: mips, i686, i386
+; XFAIL: mips
 
 @.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