libabigail/tests/data
Dodji Seketeli 630c334705 Lexicographically sort union data members in change reports
Until now, when reporting about struct or union changes, data members
were sorted by using their offset; the data member with the smallest
offset coming first.

But then in unions, all data member have the same offset.  In that
case, the patch sort them lexicographically, by taking their name into
account.

	* src/abg-comparison.cc (data_member_comp::operator()): Data
	members with the same offset are sorted lexicographically, by
	taking their name into account.
	* tests/data/test-diff-filter/test30-pr18904-rvalueref-report0.txt:
	Adjust.
	* tests/data/test-diff-filter/test30-pr18904-rvalueref-report1.txt:
	Likewise.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2016-11-23 15:00:51 +01:00
..
test-abicompat Implement a [suppress_file] suppression directive 2016-05-08 12:39:26 +02:00
test-abidiff Bug 20199 - Consider integral type synonyms as being equal 2016-07-13 23:37:43 +02:00
test-abidiff-exit Forgot to add test2-filtered-removed-fns-v{0,1}.o 2016-03-07 12:29:54 +01:00
test-alt-dwarf-file Plug leak of debug info handles 2016-05-22 23:20:13 +02:00
test-core-diff Fix further reaching reverse path calculation in core diff algo 2014-02-10 15:51:09 +01:00
test-default-supprs Bug 20180 - Support system-wide suppression specifications 2016-05-30 18:39:49 +02:00
test-diff-dwarf Support union types 2016-11-22 16:22:25 +01:00
test-diff-dwarf-abixml Support union types 2016-11-22 16:22:25 +01:00
test-diff-filter Lexicographically sort union data members in change reports 2016-11-23 15:00:51 +01:00
test-diff-pkg Make fedabipkgdiff consistent with Libabigail's other tests 2016-07-15 19:41:08 +02:00
test-diff-suppr Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test-fedabipkgdiff Make fedabipkgdiff consistent with Libabigail's other tests 2016-07-15 19:41:08 +02:00
test-lookup-syms Re-build a test input file with debug info 2014-05-14 11:32:06 +02:00
test-read-dwarf Support union types 2016-11-22 16:22:25 +01:00
test-read-write Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test-types-stability Bug 19204 - libabigail aborts on DWARF referencing non-existing DIE 2016-01-21 10:48:32 +01:00
test-write-read-archive Support new 'abi-corpus' native XML format (.abi) 2014-01-07 14:12:26 +01:00
Makefile.am Support union types 2016-11-22 16:22:25 +01:00