XFAIL the test on MIPS
authorJuergen Ributzka <juergen@apple.com>
Tue, 22 Jul 2014 23:15:01 +0000 (23:15 +0000)
committerJuergen Ributzka <juergen@apple.com>
Tue, 22 Jul 2014 23:15:01 +0000 (23:15 +0000)
Not sure how to debug this one without a MIPS machine. Any takers?

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

test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s

index 510d9b05473ee585632625c7b67c45f3c0bc5541..f76cf0cca326bf87bb22352f2b7c5d244ba21730 100644 (file)
@@ -1,6 +1,7 @@
 # RUN: llvm-mc -triple=arm64-apple-ios7.0.0 -code-model=small -relocation-model=pic -filetype=obj -o %t.o %s
 # RUN: llvm-rtdyld -triple=arm64-apple-ios7.0.0 -verify -check=%s %t.o
 # RUN: rm %t.o
+# XFAIL: mips
 
 # FIXME: Add GOT relocation tests once GOT testing is supported.