diff options
Diffstat (limited to 'llvm/test/Object')
-rw-r--r-- | llvm/test/Object/Inputs/macho-invalid-getsection-index | bin | 316 -> 0 bytes | |||
-rw-r--r-- | llvm/test/Object/Inputs/macho64-invalid-getsection-index | bin | 4536 -> 0 bytes | |||
-rw-r--r-- | llvm/test/Object/macho-invalid.test | 9 | ||||
-rw-r--r-- | llvm/test/Object/objdump-symbol-table.test | 2 |
4 files changed, 1 insertions, 10 deletions
diff --git a/llvm/test/Object/Inputs/macho-invalid-getsection-index b/llvm/test/Object/Inputs/macho-invalid-getsection-index Binary files differdeleted file mode 100644 index b7e4b95bc9b..00000000000 --- a/llvm/test/Object/Inputs/macho-invalid-getsection-index +++ /dev/null diff --git a/llvm/test/Object/Inputs/macho64-invalid-getsection-index b/llvm/test/Object/Inputs/macho64-invalid-getsection-index Binary files differdeleted file mode 100644 index a2a7bc10c4f..00000000000 --- a/llvm/test/Object/Inputs/macho64-invalid-getsection-index +++ /dev/null diff --git a/llvm/test/Object/macho-invalid.test b/llvm/test/Object/macho-invalid.test index dae5c4eda7e..e2c9b6b7360 100644 --- a/llvm/test/Object/macho-invalid.test +++ b/llvm/test/Object/macho-invalid.test @@ -28,13 +28,6 @@ RUN: | FileCheck -check-prefix NAME-PAST-EOF %s RUN: not llvm-nm %p/Inputs/macho-invalid-section-index-getSectionRawName 2>&1 \ RUN: | FileCheck -check-prefix INVALID-SECTION-IDX-SYMBOL-SEC %s -RUN: not llvm-objdump -t %p/Inputs/macho-invalid-getsection-index 2>&1 \ -RUN: | FileCheck -check-prefix INVALID-SECTION-IDX-GETSECT %s - -RUN: not llvm-objdump -t %p/Inputs/macho64-invalid-getsection-index 2>&1 \ -RUN: | FileCheck -check-prefix INVALID-SECTION-IDX-GETSECT64 %s - - SMALL-LOADC-SIZE: Load command with size < 8 bytes SMALL-SEGLOADC-SIZE: Segment load command size is too small INCOMPLETE-LOADC: Malformed MachO file @@ -43,5 +36,3 @@ BAD-SYMBOL: Requested symbol index is out of range NAME-PAST-EOF: Symbol name entry points before beginning or past end of file INVALID-SECTION-IDX-SYMBOL-SEC: getSymbolSection: Invalid section index -INVALID-SECTION-IDX-GETSECT: getSection: Invalid section index -INVALID-SECTION-IDX-GETSECT64: getSection64: Invalid section index diff --git a/llvm/test/Object/objdump-symbol-table.test b/llvm/test/Object/objdump-symbol-table.test index 07109176638..3d09e1a45f3 100644 --- a/llvm/test/Object/objdump-symbol-table.test +++ b/llvm/test/Object/objdump-symbol-table.test @@ -30,7 +30,7 @@ ELF-i386: 00000000 *UND* 00000000 puts macho-i386: trivial-object-test.macho-i386: file format Mach-O 32-bit i386 macho-i386: SYMBOL TABLE: -macho-i386: 00000000 g F __TEXT,__text 00000024 _main +macho-i386: 00000000 g F __TEXT,__text 00000000 _main macho-i386: 00000000 *UND* 00000000 _SomeOtherFunction macho-i386: 00000000 *UND* 00000000 _puts |