summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Only run low-level checks in dwarflint self-checkPetr Machata2010-09-151-2/+2
| | | | | | | The reason being that high-level checks do and always have emitted a lot of output, mainly for big c++ binaries. The low-level checks should generally pass, and even if there are nits here and there, they should be minor and shouldn't flood the terminal.
* Run run-dwarflint-self.sh with new dwarflint/dwarflint location.Mark Wielaard2010-08-192-1/+5
|
* Merge commit 'elfutils-0.148' into dwarfRoland McGrath2010-07-012-2/+15
|\ | | | | | | | | | | | | Conflicts: libdw/Makefile.am libdw/libdwP.h src/readelf.c
| * Fix unstrip for modifying file in place.Roland McGrath2010-06-142-2/+15
| |
* | Merge commit 'elfutils-0.147' into dwarfRoland McGrath2010-06-172-2/+7
|\|
| * Fix tests/addrcfi error reporting.Roland McGrath2010-04-222-2/+7
| |
* | Merge commit 'elfutils-0.146' into dwarfRoland McGrath2010-04-215-4/+96
|\| | | | | | | | | Conflicts: tests/Makefile.am
| * Add missing file for dist.Roland McGrath2010-04-142-1/+5
| |
| * Adjust expected error message text from libelf.Ulrich Drepper2010-04-102-1/+5
| |
| * Testcase for elf_getdata/elf_flagdata on NOBITS sectionPetr Machata2010-04-064-2/+85
| |
* | Merge commit 'origin/master' into dwarfRoland McGrath2010-02-233-23/+20
|\| | | | | | | | | Conflicts: libdw/Makefile.am
| * Clean up and consolidate automake magic to reduce duplication and to work ↵Roland McGrath2010-02-152-15/+10
| | | | | | | | with --disable-dependency-tracking.
| * Fix -Wshadow warning in asm-tst9.Roland McGrath2010-02-152-6/+10
| |
* | run-dwarfcmp-self.sh: Move the hairiest/largest cases to last.Roland McGrath2009-12-132-3/+10
| |
* | Some more stats, some debugging. Disable problematic match caching.Roland McGrath2009-11-011-1/+2
| |
* | print-die.cc: Grok --refs-shared-cu, --refs-shared-file options to share the ↵Roland McGrath2009-09-162-9/+38
| | | | | | | | refs_map across CUs or across files.
* | Fiddle stats output.Roland McGrath2009-08-283-0/+17
| |
* | Split out dwarfcmp -T tests into dwarfcmp-test binary.Roland McGrath2009-08-274-8/+21
| |
* | Add missing file.Roland McGrath2009-08-271-0/+40
| |
* | Share print-die compilation among tests.Roland McGrath2009-08-254-4/+24
| |
* | Add --silent option to dwarf-print et al.Roland McGrath2009-08-212-0/+15
| |
* | dwarf_output construction revamp for ref handling.Roland McGrath2009-08-192-8/+53
| |
* | Merge commit 'elfutils-0.142' into dwarfRoland McGrath2009-08-013-3/+220
|\| | | | | | | | | | | | | | | | | Conflicts: libdw/ChangeLog libdw/Makefile.am src/ChangeLog tests/ChangeLog tests/Makefile.am
| * Rejigger calling conventions for dwarf_frame_{cfa,register}.Roland McGrath2009-07-222-2/+7
| |
| * CFI support: lookup by PC and translate into DWARF location per registerRoland McGrath2009-07-083-2/+214
| |
* | Make dwarf_output start to compile again.Roland McGrath2009-07-041-3/+4
| |
* | Soup up printing so dwarf-print can be used to compare dwarf vs ↵Roland McGrath2009-07-034-27/+90
| | | | | | | | dwarf_edit/dwarf_output.
* | C++ warning fiddles. Let dwarf-print/dwarf_edit test copy constructors.Roland McGrath2009-07-033-3/+52
| |
* | Test dwarf_edit refsRoland McGrath2009-07-023-7/+62
| |
* | Major revamp of dwarf_edit/dwarf_output.Roland McGrath2009-07-027-73/+238
| |
* | Fiddle dwarfcmp test failure output.Roland McGrath2009-07-012-5/+11
| |
* | run-dwarfcmp-self.sh: Run on dwarflint too.Roland McGrath2009-07-012-0/+5
| |
* | No longer overload children and attributes as type names.Roland McGrath2009-06-251-2/+2
| |
* | Some compile nits for GCC 4.4Roland McGrath2009-06-152-0/+5
| |
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-05-075-4/+373
|\| | | | | | | | | | | | | | | Conflicts: libdw/ChangeLog src/ChangeLog tests/ChangeLog tests/Makefile.am
| * Cosmetic fixup and missed EXTRA_DIST file.Roland McGrath2009-05-072-4/+5
| |
| * Add a test for dwarf_getmacrosPetr Machata2009-05-075-3/+372
| |
* | Merge commit 'origin/master' into dwarfRoland McGrath2009-04-244-6/+22
|\| | | | | | | | | | | | | | | Conflicts: ChangeLog src/ChangeLog tests/ChangeLog tests/Makefile.am
| * Fix building tests with mudflap.Ulrich Drepper2009-04-232-3/+8
| |
| * Revert leaked bogon.Roland McGrath2009-04-221-1/+0
| |
| * Fix derelocate crash for non-ET_REL file with some sh_addr at 0.Roland McGrath2009-04-215-4/+15
| |
* | Fix make dist nits.Roland McGrath2009-04-021-1/+1
| |
* | Fix attrs that can be an expression block or a constant.Roland McGrath2009-03-291-7/+6
| |
* | Proper dwarf_constant attr value support with name fetchers.Roland McGrath2009-03-251-5/+4
| |
* | <dwarf>: Don't swallow last attributePetr Machata2009-03-253-2/+46
| |
* | Add output limiting to dwarf-print test.Roland McGrath2009-03-252-8/+29
| |
* | template tweaks for known-dwarf.h lookup, new dwarf-print test programRoland McGrath2009-03-243-1/+130
| |
* | Comments and fixes in c++/dwarf header, dwarfcmp -T to exercise output tree ↵Roland McGrath2009-01-102-2/+6
| | | | | | | | building.
* | Unify dwarf{cmp,lint} -i option syntax.Roland McGrath2009-01-103-1/+8
| |
* | Implement --no-debug to accept debuginfo-lacking files. Use in self-test.Petr Machata2009-01-102-1/+5
| |