From 481334056f12e3979fb7783ec5a20d7da1a22a4a Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Wed, 23 Jan 2019 11:54:36 +0000 Subject: [PATCH] [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. llvm-svn: 351946 --- llvm/test/tools/llvm-objcopy/COFF/add-gnu-debuglink.test | 6 ------ 1 file changed, 6 deletions(-) diff --git a/llvm/test/tools/llvm-objcopy/COFF/add-gnu-debuglink.test b/llvm/test/tools/llvm-objcopy/COFF/add-gnu-debuglink.test index cf3a9bba9200..fd47d79739e6 100644 --- a/llvm/test/tools/llvm-objcopy/COFF/add-gnu-debuglink.test +++ b/llvm/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