]> granicus.if.org Git - llvm/commitdiff
[llvm-objcopy] [COFF] Remove testcase debugging lines. NFC.
authorMartin Storsjo <martin@martin.st>
Wed, 23 Jan 2019 11:54:36 +0000 (11:54 +0000)
committerMartin Storsjo <martin@martin.st>
Wed, 23 Jan 2019 11:54:36 +0000 (11:54 +0000)
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

test/tools/llvm-objcopy/COFF/add-gnu-debuglink.test

index cf3a9bba9200a6a2db5aa855617cdeef556c5f71..fd47d79739e64914d66c0b22f3adc29f7def6f5d 100644 (file)
@@ -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