From 2a706379709f60973d78409226f36ecaba82e1f1 Mon Sep 17 00:00:00 2001 From: Kevin Enderby Date: Mon, 12 Oct 2015 23:03:43 +0000 Subject: [PATCH] Temporarily remove the test added in r250117 while I investigate why two of the build bots get a different error on that malformed file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250120 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/llvm-objdump/X86/malformed-machos.test | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/tools/llvm-objdump/X86/malformed-machos.test b/test/tools/llvm-objdump/X86/malformed-machos.test index c5778ed6f30..a47e43443c5 100644 --- a/test/tools/llvm-objdump/X86/malformed-machos.test +++ b/test/tools/llvm-objdump/X86/malformed-machos.test @@ -39,9 +39,3 @@ # RUN: | FileCheck -check-prefix=m0337 %s # m0337: subq $16, %rsp - -# RUN: llvm-objdump -macho -disassemble \ -# RUN: %p/Inputs/malformed-machos/00000031.a \ -# RUN: | FileCheck -check-prefix=0031a %s - -# 0031a: Archive -- 2.34.1