libabigail/tests
Dodji Seketeli c91461a8c8 Don't share types across TUs when DW_TAG_partial_unit are involved
* src/abg-dwarf-reader.cc (build_translation_unit_and_add_to_ir):
	Clear the part of the context that needs to be per TU.
	(build_ir_node_from_die): Assert that this should not be called
	for partial and imported unit because for now our practical
	assumption is that DIEs under partial unit are lazily read only
	when referenced by DIEs that are under DW_TAG_compile_unit.
	* tests/Makefile.am: Add the new test files to the build system.
	* tests/data/test-read-dwarf/test2.so.abi: Fix the reference
	output here to avoid sharing types across TUs, making the output
	valid for bilint.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2014-05-19 21:35:56 +02:00
..
data Don't share types across TUs when DW_TAG_partial_unit are involved 2014-05-19 21:35:56 +02:00
Makefile.am Don't share types across TUs when DW_TAG_partial_unit are involved 2014-05-19 21:35:56 +02:00
test-bidiff.cc Fixlets in the bidiff regression testing harness 2014-03-27 13:01:17 +01:00
test-core-diff.cc Fix further reaching reverse path calculation in core diff algo 2014-02-10 15:51:09 +01:00
test-diff2.cc
test-diff-dwarf.cc Categorize base class changes as SIZE_OR_OFFSET_CHANGE_CATEGORY 2014-04-17 15:37:53 +02:00
test-diff-filter.cc Categorize base class changes as SIZE_OR_OFFSET_CHANGE_CATEGORY 2014-04-17 15:37:53 +02:00
test-dot.cc
test-ir-walker.cc Rename test-walker.cc into test-ir-walker.cc 2014-03-27 13:01:17 +01:00
test-lookup-syms.cc Initial support for elf symbol (versionning) during decl comparison 2014-05-12 16:09:47 +02:00
test-read-dwarf.cc Initial support for DW_TAG_partial_unit 2014-05-19 17:26:40 +02:00
test-read-write.cc Misc style fixes 2014-01-07 14:07:14 +01:00
test-svg.cc
test-utils.cc
test-utils.h
test-write-read-archive.cc