summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2014-07-22 23:15:01 +0000
committerJuergen Ributzka <juergen@apple.com>2014-07-22 23:15:01 +0000
commit7325ac39b69241b96287766ca9a59bc315c01df2 (patch)
treee8ba3199206d507b4b5e1a5bef9d21e8a7bf8a37 /llvm/test/ExecutionEngine
parent2581fa505f3aeb49d5a7b64b755f394af74a0ac6 (diff)
downloadbcm5719-llvm-7325ac39b69241b96287766ca9a59bc315c01df2.tar.gz
bcm5719-llvm-7325ac39b69241b96287766ca9a59bc315c01df2.zip
XFAIL the test on MIPS
Not sure how to debug this one without a MIPS machine. Any takers? llvm-svn: 213705
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r--llvm/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s b/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s
index 510d9b05473..f76cf0cca32 100644
--- a/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s
+++ b/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s
@@ -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.
OpenPOWER on IntegriCloud