From 4643143a65ff615008cc9c33425fe85f033a2d04 Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Fri, 3 Oct 2014 08:49:44 +0000 Subject: [PATCH] [mips] Remove XFAIL from two XPASS'ing tests on the llvm-mips-linux builder git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218967 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../RuntimeDyld/AArch64/MachO_ARM64_relocations.s | 1 - .../RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s | 1 - 2 files changed, 2 deletions(-) diff --git a/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s b/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s index 31f2442accc..29c95e6ce35 100644 --- a/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s +++ b/test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s @@ -1,6 +1,5 @@ # 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 diff --git a/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s b/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s index 7a40a24d312..502f276501f 100644 --- a/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s +++ b/test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s @@ -1,6 +1,5 @@ # RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -relocation-model=pic -filetype=obj -o %T/test_x86-64.o %s # RUN: llvm-rtdyld -triple=x86_64-apple-macosx10.9 -verify -check=%s %/T/test_x86-64.o -# XFAIL: mips .section __TEXT,__text,regular,pure_instructions .globl foo -- 2.34.1