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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 11:01:24 PDT 2015


The common practice for cases like this is to revert the entire patch.

Cheers,
Rafael


On 12 October 2015 at 19:03, Kevin Enderby via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> 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
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list