Marking remote mcjit tests as XFAIL for MIPS.
authorSimon Atanasyan <satanasyan@mips.com>
Tue, 20 Nov 2012 07:25:17 +0000 (07:25 +0000)
committerSimon Atanasyan <satanasyan@mips.com>
Tue, 20 Nov 2012 07:25:17 +0000 (07:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168357 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/MCJIT/simpletest-remote.ll
test/ExecutionEngine/MCJIT/stubs-remote.ll
test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll
test/ExecutionEngine/MCJIT/test-data-align-remote.ll
test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll
test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll
test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll

index 0d0459cd149c28a854601c6ebaec0f6989ff862e..272204c63c64cee122ed021159e64548db02ff9e 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null
-; XFAIL: arm
+; XFAIL: arm, mips
 
 define i32 @bar() {
        ret i32 0
index dc4cda4a59fb67842681a49b1b15cb75a63773ee..4c7684fd20e34408d32b4604fa3955c420682400 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -disable-lazy-compilation=false %s
-; XFAIL: arm
+; XFAIL: arm, mips
 
 define i32 @main() nounwind {
 entry:
index b269ba182e8452dfa768b0c460a8ca8b50164960..285ce5cea14a0597ad3a81c5745e0735ff36e845 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 -disable-lazy-compilation=false %s
-; XFAIL: arm
+; XFAIL: arm, mips
 
 ; The intention of this test is to verify that symbols mapped to COMMON in ELF
 ; work as expected.
index 86e7fcdd2ec5ea723e47a237b3a7e42b1f918104..a1591d0fc4f1c11a257a1c8eae099a58d13476fa 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN:  %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 %s
-; XFAIL: arm
+; XFAIL: arm, mips
 
 ; Check that a variable is always aligned as specified.
 
index ac1999d4c36672ec1d9c33d42e6756528930f13d..69c73b99c91cb7ece29b4dc60adb479eba1218c0 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null
-; XFAIL: arm
+; XFAIL: arm, mips
 
 define double @test(double* %DP, double %Arg) {
        %D = load double* %DP           ; <double> [#uses=1]
index 65f8af047a28603dd33100376b5d9c4b4cc8bca4..8b7c83e018b4d706a10650447f07d052c441cc9b 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null
-; XFAIL: arm
+; XFAIL: arm, mips
 
 @count = global i32 1, align 4
 
index 83a9b43e3994f481cebc3707a0342b440bda5c0c..773e4a195f28b29d602cc1d57ab8e44f727731be 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 %s
-; XFAIL: arm
+; XFAIL: arm, 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