From: Martin Storsjo Date: Wed, 23 Jan 2019 11:54:36 +0000 (+0000) Subject: [llvm-objcopy] [COFF] Remove testcase debugging lines. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d05fef13e366e38a8f8b080920f488b3e7d24a1c;p=llvm [llvm-objcopy] [COFF] Remove testcase debugging lines. NFC. These are no longer necessary as the testcase now seems to run fine on the buildbots that previously failed on this case, after SVN r351934. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351946 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/llvm-objcopy/COFF/add-gnu-debuglink.test b/test/tools/llvm-objcopy/COFF/add-gnu-debuglink.test index cf3a9bba920..fd47d79739e 100644 --- a/test/tools/llvm-objcopy/COFF/add-gnu-debuglink.test +++ b/test/tools/llvm-objcopy/COFF/add-gnu-debuglink.test @@ -4,12 +4,6 @@ RUN: yaml2obj %p/Inputs/x86_64-exe.yaml > %t.in123.exe # showcase padding in CONTENTS below. RUN: llvm-objcopy --add-gnu-debuglink=%t.in123.exe %t.in123.exe %t.out.exe - -# Temporary debugging of issues with this test: -RUN: ls -l %t.out.exe || true -RUN: od -Ax -t x1 %t.out.exe || true -RUN: llvm-readobj -sections %t.out.exe || true - RUN: llvm-readobj -sections %t.out.exe | FileCheck %s --check-prefix=SECTIONS RUN: llvm-objdump -s %t.out.exe | FileCheck %s --check-prefix=CONTENTS