[llvm] r250120 - Temporarily remove the test added in r250117 while I investigate why two

Kevin Enderby via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 16:03:43 PDT 2015


Author: enderby
Date: Mon Oct 12 18:03:43 2015
New Revision: 250120

URL: http://llvm.org/viewvc/llvm-project?rev=250120&view=rev
Log:
Temporarily remove the test added in r250117 while I investigate why two
of the build bots get a different error on that malformed file.

Modified:
    llvm/trunk/test/tools/llvm-objdump/X86/malformed-machos.test

Modified: llvm/trunk/test/tools/llvm-objdump/X86/malformed-machos.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objdump/X86/malformed-machos.test?rev=250120&r1=250119&r2=250120&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-objdump/X86/malformed-machos.test (original)
+++ llvm/trunk/test/tools/llvm-objdump/X86/malformed-machos.test Mon Oct 12 18:03:43 2015
@@ -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




More information about the llvm-commits mailing list