[MCJIT] XFAIL some RuntimeDyld tests on MIPS - RuntimeDyldChecker isn't properly
authorLang Hames <lhames@gmail.com>
Tue, 29 Jul 2014 21:48:22 +0000 (21:48 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 29 Jul 2014 21:48:22 +0000 (21:48 +0000)
endian-aware yet, and this is causing failures when cross-linking on MIPS.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214231 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s
test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s

index 29c95e6ce353af8ddf8a1f3d386ca1ba33aa77be..31f2442acccb90177fc630fc3c4d8c676f3feee1 100644 (file)
@@ -1,5 +1,6 @@
 # RUN: llvm-mc -triple=arm64-apple-ios7.0.0 -code-model=small -relocation-model=pic -filetype=obj -o %T/foo.o %s
 # RUN: llvm-rtdyld -triple=arm64-apple-ios7.0.0 -verify -check=%s %/T/foo.o
 # RUN: llvm-mc -triple=arm64-apple-ios7.0.0 -code-model=small -relocation-model=pic -filetype=obj -o %T/foo.o %s
 # RUN: llvm-rtdyld -triple=arm64-apple-ios7.0.0 -verify -check=%s %/T/foo.o
+# XFAIL: mips
 
     .section  __TEXT,__text,regular,pure_instructions
     .ios_version_min 7, 0
 
     .section  __TEXT,__text,regular,pure_instructions
     .ios_version_min 7, 0
index cbaadacbce52d95758164ee5d1a31b9e37430263..00b2df6ecc71c572dba8b7e31e12d4fc55dd8344 100644 (file)
@@ -1,5 +1,6 @@
 # RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -relocation-model=pic -filetype=obj -o %T/foo.o %s
 # RUN: llvm-rtdyld -triple=x86_64-apple-macosx10.9 -verify -check=%s %/T/foo.o
 # RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -relocation-model=pic -filetype=obj -o %T/foo.o %s
 # RUN: llvm-rtdyld -triple=x86_64-apple-macosx10.9 -verify -check=%s %/T/foo.o
+# XFAIL: mips
 
         .section       __TEXT,__text,regular,pure_instructions
        .globl  foo
 
         .section       __TEXT,__text,regular,pure_instructions
        .globl  foo