llvm-project/llvm/test/tools/llvm-dwarfdump/X86
Pavel Labath 54d736c416 [test] Avoid spurious failure in debug-names-find.s. NFC.
Have llvm-dwarfdump take input from stdin to avoid leaking the host paths into
the tests, causing nondeterministic failures.

llvm-svn: 330121
2018-04-16 11:16:41 +00:00
..
Inputs [DWARF v5] Support for verbose dumping of .debug_rnglist entries 2018-03-08 20:52:35 +00:00
apple-names-die-offset-data.s [DebugInfo/AccelTable] Fix inconsistency in getDIEOffset implementations 2018-03-09 11:58:59 +00:00
apple-names-die-offset-ref.s [DebugInfo/AccelTable] Fix inconsistency in getDIEOffset implementations 2018-03-09 11:58:59 +00:00
apple_names_verify_data.s [DWARF] Generalized verification of .apple_names accelerator table to be applicable to any acceleration table. Added verification for .apple_types, .apple_namespaces and .apple_objc sections. 2017-07-26 00:52:31 +00:00
apple_names_verify_form.s [dwarfdump][NFC] Consistent errors and warnings with --verify 2017-09-29 09:33:31 +00:00
apple_names_verify_num_atoms.s [dwarfdump][NFC] Consistent errors and warnings with --verify 2017-09-29 09:33:31 +00:00
apple_types_verify_tag.s [DWARF] Added verification check for tags in accelerator tables. This patch verifies that the atom tag is actually the same with the tag of the DIE that we retrieve from the table. 2017-07-31 18:01:16 +00:00
archive.test llvm-dwarfdump: Add support for the --arch command line option. 2017-09-21 16:26:18 +00:00
brief.s [CodeGen] Unify MBB reference format in both MIR and debug output 2017-12-04 17:18:51 +00:00
debug-names-find.s [test] Avoid spurious failure in debug-names-find.s. NFC. 2018-04-16 11:16:41 +00:00
debug-names-misaligned.s .debug_names: Correctly align the AugmentationStringSize field 2018-03-29 15:12:45 +00:00
debug-names-verify-abbrev-duplicate.s .debug_names: Parse DW_IDX_die_offset as a reference 2018-03-29 13:47:57 +00:00
debug-names-verify-abbrev-forms.s DWARFVerifier: validate information in name index entries 2018-04-06 13:34:12 +00:00
debug-names-verify-abbrev-short.s DWARFVerifier: Basic verification of .debug_names 2018-03-08 15:34:42 +00:00
debug-names-verify-buckets.s .debug_names: Parse DW_IDX_die_offset as a reference 2018-03-29 13:47:57 +00:00
debug-names-verify-cu-lists.s DWARFVerifier: Basic verification of .debug_names 2018-03-08 15:34:42 +00:00
debug-names-verify-entries.s DWARFVerifier: validate information in name index entries 2018-04-06 13:34:12 +00:00
debug-names-verify-no-buckets.s DWARFVerifier: verify debug_names abbreviation table 2018-03-22 14:50:44 +00:00
debug-names-verify-short1.s DWARFVerifier: Basic verification of .debug_names 2018-03-08 15:34:42 +00:00
debug-names-verify-short2.s DWARFVerifier: Basic verification of .debug_names 2018-03-08 15:34:42 +00:00
debug-names-verify-short3.s DWARFVerifier: Basic verification of .debug_names 2018-03-08 15:34:42 +00:00
debug-names-verify-unhashed-names.s .debug_names: Parse DW_IDX_die_offset as a reference 2018-03-29 13:47:57 +00:00
debug-names-verify-wrong-hash.s .debug_names: Parse DW_IDX_die_offset as a reference 2018-03-29 13:47:57 +00:00
debug_frame_GNU_args_size.s [llvm-dwarfdump] - Teach tool to parse DW_CFA_GNU_args_size. 2017-10-16 10:26:17 +00:00
debug_frame_offset.test llvm-dwarfdump support --debug-frame=<offset> and --eh-frame=<offset> 2017-09-21 18:52:03 +00:00
debug_info_offset.test llvm-dwarfdump: implement --recurse-depth=<N> 2017-09-20 17:44:00 +00:00
debug_line_offset.test [dwarfdump] Fix printing of .debug_line offset. 2017-09-27 10:00:27 +00:00
debug_loc-OP_addr.s [debug_loc] Fix typo in DWARFExpression constructor 2018-04-06 08:49:57 +00:00
debug_loc_offset.test [DebugInfo] Unify dumping of address ranges 2018-01-16 11:17:57 +00:00
debug_rnglists.s [DWARF][DWARF v5]: Adding support for dumping DW_RLE_offset_pair and DW_RLE_base_address 2018-03-27 20:27:36 +00:00
debug_rnglists_empty.s Add missing new files from r324077 2018-02-02 12:45:57 +00:00
debug_rnglists_invalid.s [DWARF v5] Support for verbose dumping of .debug_rnglist entries 2018-03-08 20:52:35 +00:00
debug_type_offset.test llvm-dwarfdump: implement --recurse-depth=<N> 2017-09-20 17:44:00 +00:00
debugloc.s [dwarfdump] Fix spurious verification errors for DW_AT_location attributes 2018-02-17 13:06:37 +00:00
diff.test dwarfdump: Add support for the --diff option. 2017-12-08 23:32:47 +00:00
empty-CU.s [dwarfdump] Verify that unit type matches root DIE 2017-10-06 22:27:31 +00:00
find.test llvm-dwarfdump: implement the --name lookup option. 2017-09-30 00:22:25 +00:00
form.test [llvm-dwarfdump] Display DW_AT_high_pc as absolute value 2017-11-27 16:40:46 +00:00
gnu_call_site.s [dwarfdump] Only print CU relative offset in verbose mode 2018-03-07 16:28:53 +00:00
lit.local.cfg
lookup.s [dwarfdump][test] Add test case for r321064 2017-12-19 19:42:32 +00:00
multiple-sections.test llvm-dwarfdump: Replace -debug-dump=sect option with individual options. 2017-09-11 22:59:45 +00:00
name.test llvm-dwarfdump: honor the --show-children option when dumping a specific DIE. 2017-11-29 01:12:22 +00:00
no_apple_names_verify.s
statistics.ll llvm-dwarfdump: Add an option to collect debug info quality metrics. 2017-10-06 20:24:34 +00:00
stripped.test [dwarfdump] Skip 'stripped' sections 2017-09-26 14:22:35 +00:00
verbose.test [dwarfdump] Add verbose output for .debug-line section 2017-09-21 20:15:30 +00:00
verify_broken_exprloc.s [llvm-dwarfdump] - Teach verifier to report broken DWARF expressions. 2017-10-27 10:42:04 +00:00
verify_debug_abbrev.s [dwarfdump][NFC] Consistent errors and warnings with --verify 2017-09-29 09:33:31 +00:00
verify_debug_info.s [CodeGen] Unify MBB reference format in both MIR and debug output 2017-12-04 17:18:51 +00:00
verify_debug_info2.s [llvm-dwarfdump] - Fix array out of bounds access crash. 2017-10-25 10:23:49 +00:00
verify_die_ranges.s [DebugInfo] Unify dumping of address ranges 2018-01-16 11:17:57 +00:00
verify_unit_header_chain.s [dwarfdump] Verify that unit type matches root DIE 2017-10-06 22:27:31 +00:00