[llvm] r213705 - XFAIL the test on MIPS

Juergen Ributzka juergen at apple.com
Tue Jul 22 16:15:02 PDT 2014


Author: ributzka
Date: Tue Jul 22 18:15:01 2014
New Revision: 213705

URL: http://llvm.org/viewvc/llvm-project?rev=213705&view=rev
Log:
XFAIL the test on MIPS

Not sure how to debug this one without a MIPS machine. Any takers?

Modified:
    llvm/trunk/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s

Modified: llvm/trunk/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s?rev=213705&r1=213704&r2=213705&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s (original)
+++ llvm/trunk/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s Tue Jul 22 18:15:01 2014
@@ -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.
 





More information about the llvm-commits mailing list