[llvm] 685bf42 - [llvm-objdump][test] Remove unimplemented-features.test
via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 4 20:04:02 PDT 2020
Author: vgxbj
Date: 2020-04-05T11:03:34+08:00
New Revision: 685bf42e9e0cc79cff6d26cf44749db98f148270
URL: https://github.com/llvm/llvm-project/commit/685bf42e9e0cc79cff6d26cf44749db98f148270
DIFF: https://github.com/llvm/llvm-project/commit/685bf42e9e0cc79cff6d26cf44749db98f148270.diff
LOG: [llvm-objdump][test] Remove unimplemented-features.test
Seems that this test breaks build bots.
http://lab.llvm.org:8011/builders/lld-x86_64-win7/builds/41418
Commit it later.
Added:
Modified:
Removed:
llvm/test/tools/llvm-objdump/unimplemented-features.test
################################################################################
diff --git a/llvm/test/tools/llvm-objdump/unimplemented-features.test b/llvm/test/tools/llvm-objdump/unimplemented-features.test
deleted file mode 100644
index 87366e1ef65d..000000000000
--- a/llvm/test/tools/llvm-objdump/unimplemented-features.test
+++ /dev/null
@@ -1,31 +0,0 @@
-## Test dumping dynamic symbols reports a warning if the operation is unsupported for the file format.
-# RUN: yaml2obj %s --docnum=1 -o %t.macho.o
-# RUN: llvm-objdump --dynamic-syms %t.macho.o 2>&1 | \
-# RUN: FileCheck %s -DFILE=%t.macho.o
-# RUN: yaml2obj %s --docnum=2 -o %t.coff.o
-# RUN: llvm-objdump --dynamic-syms %t.coff.o 2>&1 | \
-# RUN: FileCheck %s -DFILE=%t.coff.o
-# RUN: llvm-objdump --dynamic-syms %p/XCOFF/Inputs/xcoff-section-headers.o 2>&1 | \
-# RUN: FileCheck %s -DFILE=%p/XCOFF/Inputs/xcoff-section-headers.o
-
-# CHECK:DYNAMIC SYMBOL TABLE:
-# CHECK-NEXT:{{.*}}llvm-objdump: warning: '[[FILE]]': this operation is not currently supported for this file format
-# CHECK-EMPTY:
-
---- !mach-o
-FileHeader:
- magic: 0xFEEDFACF
- cputype: 0x01000007
- cpusubtype: 0x80000003
- filetype: 0x00000002
- ncmds: 0
- sizeofcmds: 0
- flags: 0x00218085
- reserved: 0x00000000
-
---- !COFF
-header:
- Machine: IMAGE_FILE_MACHINE_AMD64
- Characteristics: []
-sections: []
-symbols: []
More information about the llvm-commits
mailing list