From c959ce4588b36e29daf99116db509a99b7e2def7 Mon Sep 17 00:00:00 2001 From: Paul Semel Date: Thu, 5 Jul 2018 16:49:46 +0000 Subject: [PATCH] [llvm-objdump] Removed archive-headers-disas test This test is failing because of the disas part. For the moment, I will juste remove it. I will add it again tomorrow with a proper fix. llvm-svn: 336370 --- .../llvm-objdump/archive-headers-disas.test | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 test/tools/llvm-objdump/archive-headers-disas.test diff --git a/test/tools/llvm-objdump/archive-headers-disas.test b/test/tools/llvm-objdump/archive-headers-disas.test deleted file mode 100644 index 6af6fdbc527..00000000000 --- a/test/tools/llvm-objdump/archive-headers-disas.test +++ /dev/null @@ -1,29 +0,0 @@ -# RUN: llvm-objdump -a -d %p/Inputs/liblong_filenames.a | FileCheck %s - -# CHECK: {{.*}}liblong_filenames.a(1.o): file format ELF64-x86-64 -# CHECK: rw-r--r-- 204299/200 1416 {{.*}} 1.o -# CHECK: Disassembly of section .text: - -# CHECK: {{.*}}liblong_filenames.a(2.o): file format ELF64-x86-64 -# CHECK: rw-r--r-- 204299/200 1224 {{.*}} 2.o -# CHECK: Disassembly of section .text: - -# CHECK: {{.*}}liblong_filenames.a(3.o): file format ELF64-x86-64 -# CHECK: rw-r--r-- 204299/200 1312 {{.*}} 3.o -# CHECK: Disassembly of section .text: - -# CHECK: {{.*}}liblong_filenames.a(4.o): file format ELF64-x86-64 -# CHECK: rw-r--r-- 204299/200 957 {{.*}} 4.o -# CHECK: {{.*}}liblong_filenames.a(5.o): file format ELF64-x86-64 -# CHECK: rw-r--r-- 204299/200 951 {{.*}} 5.o -# CHECK: {{.*}}liblong_filenames.a(6.o): file format ELF64-x86-64 -# CHECK: rw-r--r-- 204299/200 951 {{.*}} 6.o -# CHECK: {{.*}}liblong_filenames.a(abcdefghijklmnopqrstuvwxyz1.o): file format ELF64-x86-64 -# CHECK: rw-r--r-- 204299/200 977 {{.*}} abcdefghijklmnopqrstuvwxyz1.o - -# CHECK: {{.*}}liblong_filenames.a(abcdefghijklmnopqrstuvwxyz2.o): file format ELF64-x86-64 -# CHECK: rw-r--r-- 204299/200 1272 {{.*}} abcdefghijklmnopqrstuvwxyz2.o -# CHECK: Disassembly of section .text: - -# CHECK: {{.*}}liblong_filenames.a(abcdefghijklmnopq.o): file format ELF64-x86-64 -# CHECK: rw-r--r-- 204299/200 977 {{.*}} abcdefghijklmnopq.o