[llvm] r351946 - [llvm-objcopy] [COFF] Remove testcase debugging lines. NFC.

Martin Storsjo via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 23 03:54:36 PST 2019


Author: mstorsjo
Date: Wed Jan 23 03:54:36 2019
New Revision: 351946

URL: http://llvm.org/viewvc/llvm-project?rev=351946&view=rev
Log:
[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.

Modified:
    llvm/trunk/test/tools/llvm-objcopy/COFF/add-gnu-debuglink.test

Modified: llvm/trunk/test/tools/llvm-objcopy/COFF/add-gnu-debuglink.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objcopy/COFF/add-gnu-debuglink.test?rev=351946&r1=351945&r2=351946&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-objcopy/COFF/add-gnu-debuglink.test (original)
+++ llvm/trunk/test/tools/llvm-objcopy/COFF/add-gnu-debuglink.test Wed Jan 23 03:54:36 2019
@@ -4,12 +4,6 @@ RUN: yaml2obj %p/Inputs/x86_64-exe.yaml
 # 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
 




More information about the llvm-commits mailing list