libabigail/tests/data/test-diff-suppr
Giuliano Procida dc5e2dd893 Tag add/remove/change lines unconditionally with [A], [D], [C].
These tags were previously only emitted by the default reporter if the
there were more than 100 (hard-coded constant) items in a a list. The
leaf reporter emitted them unconditionally. This change simplifies the
code, makes output more consistent and makes it easier to interpret
diffs of diff output.

Additionally, in the reporting of changed unreachable types, the
indentation and quoting for the deleted and added cases was missing.
This patch corrects these issues.

Finally, when doing package differences, there were no tags for
deleted/added binaries. This patch adds them.

	* src/abg-default-reporter.cc (report): In the corpus_diff
	override, remove calculations of number of changes (total) and
	comparisons against arbitrary threshold (large_num); emit [A],
	[D], [C] tags unconditionally.
	* src/abg-reporter-priv.cc
	(maybe_report_unreachable_type_changes): Remove comparisons of
	number of changes against arbitrary threshold (large_num);
	emit [A], [D], [C] tags unconditionally; fix quoting of
        deleted unreachable types; fix indentation of changed
	unreachable types.
	* tools/abipkgdiff.cc (compare_prepared_userspace_packages):
	Emit [D] and [A] tags for removed and added binaries.
	* tests/data/test-*/*report*.txt: In 109 report files, add
        tags [A], [D], [C] tags and correct some indentation and
        quoting.

Signed-off-by: Giuliano Procida <gprocida@google.com>
2020-03-18 14:45:26 +01:00
..
test30-include-dir-v0 Make abi{pkg}diff filter out changes about private types 2016-05-24 10:32:08 +02:00
test30-include-dir-v1 Make abi{pkg}diff filter out changes about private types 2016-05-24 10:32:08 +02:00
test34-priv-include-dir-v0 A suppressed diff node implies suppressing all equivalent nodes too 2016-11-26 11:54:19 +01:00
test34-priv-include-dir-v1 A suppressed diff node implies suppressing all equivalent nodes too 2016-11-26 11:54:19 +01:00
test34-pub-include-dir-v0 A suppressed diff node implies suppressing all equivalent nodes too 2016-11-26 11:54:19 +01:00
test34-pub-include-dir-v1 A suppressed diff node implies suppressing all equivalent nodes too 2016-11-26 11:54:19 +01:00
test37-opaque-type-header-dir Fix redundancy detection through fn ptr and typedef paths 2018-06-28 13:03:51 +02:00
test39-public-headers-dir Fix propagation of private type suppression category 2018-10-01 16:14:50 +02:00
libtest4-local-suppr-v0.so Properly propagate {REDUNDANT, SUPPRESSED}_CATEGORY wrt local changes 2014-10-13 17:44:44 +02:00
libtest4-local-suppr-v1.so Properly propagate {REDUNDANT, SUPPRESSED}_CATEGORY wrt local changes 2014-10-13 17:44:44 +02:00
libtest5-fn-suppr-v0.so Initial support for function suppressions 2014-10-28 17:36:32 +01:00
libtest5-fn-suppr-v1.so Initial support for function suppressions 2014-10-28 17:36:32 +01:00
libtest6-fn-suppr-v0.so Initial support for function suppressions 2014-10-28 17:36:32 +01:00
libtest6-fn-suppr-v1.so Initial support for function suppressions 2014-10-28 17:36:32 +01:00
libtest7-var-suppr-v0.so Initial support for variable suppressions 2014-11-01 12:22:08 +01:00
libtest7-var-suppr-v1.so Initial support for variable suppressions 2014-11-01 12:22:08 +01:00
libtest8-redundant-fn-v0.so Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
libtest8-redundant-fn-v1.so Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
libtest9-changed-parm-c-v0.so Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
libtest9-changed-parm-c-v1.so Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
libtest10-changed-parm-c-v0.so Do not mark sibling structurally identical nodes as redundant 2014-12-26 18:45:06 +01:00
libtest10-changed-parm-c-v1.so Do not mark sibling structurally identical nodes as redundant 2014-12-26 18:45:06 +01:00
libtest11-add-data-member-v0.so Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
libtest11-add-data-member-v1.so Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
libtest12-add-data-member-v0.so Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
libtest12-add-data-member-v1.so Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
libtest13-suppr-through-pointer-v0.so Support new 'accessed_through' suppression property 2015-06-04 13:29:32 +02:00
libtest13-suppr-through-pointer-v1.so Support new 'accessed_through' suppression property 2015-06-04 13:29:32 +02:00
libtest23-alias-filter-v0.so Support filtering out just one alias of a function 2015-07-02 17:15:35 +02:00
libtest23-alias-filter-v1.so Support filtering out just one alias of a function 2015-07-02 17:15:35 +02:00
libtest24-soname-v0.so Support file_name_regexp and soname_regexp in supp-specs 2015-07-19 19:48:51 +02:00
libtest24-soname-v1.so Support file_name_regexp and soname_regexp in supp-specs 2015-07-19 19:48:51 +02:00
libtest25-typedef-v0.so Make applying supp specs through pointer access look through typedefs 2015-08-01 14:34:46 +02:00
libtest25-typedef-v1.so Make applying supp specs through pointer access look through typedefs 2015-08-01 14:34:46 +02:00
libtest26-loc-suppr-v0.so Support source_location_not_in and source_location_not_regexp suppressions 2015-09-16 20:54:40 +02:00
libtest26-loc-suppr-v1.so Support source_location_not_in and source_location_not_regexp suppressions 2015-09-16 20:54:40 +02:00
libtest29-soname-v0.so Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
libtest29-soname-v1.so Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
libtest31-v0.so Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
libtest31-v1.so Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
libtest31.suppr Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
libtest32-0.suppr Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
libtest32-v0.so Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
libtest32-v1.so Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
libtest33-v0.so Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
libtest33-v1.so Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
libtest34-v0.so A suppressed diff node implies suppressing all equivalent nodes too 2016-11-26 11:54:19 +01:00
libtest34-v1.so A suppressed diff node implies suppressing all equivalent nodes too 2016-11-26 11:54:19 +01:00
libtest35-leaf-v0.so Initial implementation of a --leaf-changes-only option to abidiff 2017-10-08 18:51:35 +02:00
libtest35-leaf-v1.so Initial implementation of a --leaf-changes-only option to abidiff 2017-10-08 18:51:35 +02:00
libtest36-leaf-v0.so Initial implementation of a --leaf-changes-only option to abidiff 2017-10-08 18:51:35 +02:00
libtest36-leaf-v1.so Initial implementation of a --leaf-changes-only option to abidiff 2017-10-08 18:51:35 +02:00
libtest40-enumerator-changes-v0.so Bug 24139 - Support suppressing some enumerator changes 2019-01-31 09:20:06 +01:00
libtest40-enumerator-changes-v1.so Bug 24139 - Support suppressing some enumerator changes 2019-01-31 09:20:06 +01:00
libtest41-enumerator-changes-v0.so Bug 24139 - Support suppressing some enumerator changes 2019-01-31 09:20:06 +01:00
libtest41-enumerator-changes-v1.so Bug 24139 - Support suppressing some enumerator changes 2019-01-31 09:20:06 +01:00
libtest48-soname-abixml-report-1.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
libtest48-soname-abixml-report-2.txt abixml-reader: Support SONAME related properties on file suppression 2020-02-21 16:01:26 +01:00
libtest48-soname-abixml-suppr-2.txt abixml-reader: Support SONAME related properties on file suppression 2020-02-21 16:01:26 +01:00
libtest48-soname-abixml-suppr-3.txt abixml-reader: Support SONAME related properties on file suppression 2020-02-21 16:01:26 +01:00
libtest48-soname-abixml-suppr-4.txt abixml-reader: Support SONAME related properties on file suppression 2020-02-21 16:01:26 +01:00
libtest48-soname-abixml-suppr.txt abixml-reader: Support SONAME related properties on file suppression 2020-02-21 16:01:26 +01:00
libtest48-soname-abixml-v0.so abixml-reader: Support SONAME related properties on file suppression 2020-02-21 16:01:26 +01:00
libtest48-soname-abixml-v0.so.abi abixml-reader: Support SONAME related properties on file suppression 2020-02-21 16:01:26 +01:00
libtest48-soname-abixml-v1.so abixml-reader: Support SONAME related properties on file suppression 2020-02-21 16:01:26 +01:00
libtest48-soname-abixml-v1.so.abi abixml-reader: Support SONAME related properties on file suppression 2020-02-21 16:01:26 +01:00
test0-type-suppr-0.suppr Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test0-type-suppr-1.suppr Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test0-type-suppr-2.suppr Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test0-type-suppr-3.suppr Implement a [suppress_file] suppression directive 2016-05-08 12:39:26 +02:00
test0-type-suppr-4.suppr Implement a [suppress_file] suppression directive 2016-05-08 12:39:26 +02:00
test0-type-suppr-5.suppr Implement a [suppress_file] suppression directive 2016-05-08 12:39:26 +02:00
test0-type-suppr-6.suppr Implement a [suppress_file] suppression directive 2016-05-08 12:39:26 +02:00
test0-type-suppr-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test0-type-suppr-report-1.txt Support comparing symbols not referenced by debug info 2014-10-22 23:04:40 +02:00
test0-type-suppr-report-2.txt Support comparing symbols not referenced by debug info 2014-10-22 23:04:40 +02:00
test0-type-suppr-report-3.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test0-type-suppr-report-4.txt Implement a [suppress_file] suppression directive 2016-05-08 12:39:26 +02:00
test0-type-suppr-report-5.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test0-type-suppr-report-6.txt Implement a [suppress_file] suppression directive 2016-05-08 12:39:26 +02:00
test0-type-suppr-report-7.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test0-type-suppr-v0.cc Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test0-type-suppr-v0.o Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test0-type-suppr-v1.cc Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test0-type-suppr-v1.o Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test1-typedef-suppr-0.suppr Replace is_typedef by type_kind property in type suppressions 2014-10-13 17:44:44 +02:00
test1-typedef-suppr-1.suppr Replace is_typedef by type_kind property in type suppressions 2014-10-13 17:44:44 +02:00
test1-typedef-suppr-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test1-typedef-suppr-report-1.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test1-typedef-suppr-report-2.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test1-typedef-suppr-v0.c Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test1-typedef-suppr-v0.o Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test1-typedef-suppr-v1.c Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test1-typedef-suppr-v1.o Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test1-typedef-suppr.h Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test2-struct-suppr-0.suppr Fix struct type kind suppression support 2014-10-13 17:44:44 +02:00
test2-struct-suppr-1.suppr Fix struct type kind suppression support 2014-10-13 17:44:44 +02:00
test2-struct-suppr-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test2-struct-suppr-report-1.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test2-struct-suppr-v0.cc Fix struct type kind suppression support 2014-10-13 17:44:44 +02:00
test2-struct-suppr-v0.o Fix struct type kind suppression support 2014-10-13 17:44:44 +02:00
test2-struct-suppr-v1.cc Fix struct type kind suppression support 2014-10-13 17:44:44 +02:00
test2-struct-suppr-v1.o Fix struct type kind suppression support 2014-10-13 17:44:44 +02:00
test3-struct-suppr-0.suppr Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test3-struct-suppr-1.suppr Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test3-struct-suppr-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test3-struct-suppr-report-1.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test3-struct-suppr-report-2.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test3-struct-suppr-v0.cc Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test3-struct-suppr-v0.o Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test3-struct-suppr-v1.cc Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test3-struct-suppr-v1.o Initial support for type suppressions 2014-10-13 17:44:44 +02:00
test4-local-suppr-0.suppr Properly propagate {REDUNDANT, SUPPRESSED}_CATEGORY wrt local changes 2014-10-13 17:44:44 +02:00
test4-local-suppr-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test4-local-suppr-report-1.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test4-local-suppr-v0.c Properly propagate {REDUNDANT, SUPPRESSED}_CATEGORY wrt local changes 2014-10-13 17:44:44 +02:00
test4-local-suppr-v0.h Properly propagate {REDUNDANT, SUPPRESSED}_CATEGORY wrt local changes 2014-10-13 17:44:44 +02:00
test4-local-suppr-v1.c Properly propagate {REDUNDANT, SUPPRESSED}_CATEGORY wrt local changes 2014-10-13 17:44:44 +02:00
test4-local-suppr-v1.h Properly propagate {REDUNDANT, SUPPRESSED}_CATEGORY wrt local changes 2014-10-13 17:44:44 +02:00
test5-fn-suppr-0.suppr Initial support for function suppressions 2014-10-28 17:36:32 +01:00
test5-fn-suppr-1.suppr Initial support for function suppressions 2014-10-28 17:36:32 +01:00
test5-fn-suppr-2.suppr Initial support for function suppressions 2014-10-28 17:36:32 +01:00
test5-fn-suppr-3.suppr Initial support for function suppressions 2014-10-28 17:36:32 +01:00
test5-fn-suppr-4.suppr Initial support for function suppressions 2014-10-28 17:36:32 +01:00
test5-fn-suppr-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test5-fn-suppr-report-1.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test5-fn-suppr-report-2.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test5-fn-suppr-report-3.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test5-fn-suppr-report-4.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test5-fn-suppr-report-5.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test5-fn-suppr-v0.cc Initial support for function suppressions 2014-10-28 17:36:32 +01:00
test5-fn-suppr-v1.cc Initial support for function suppressions 2014-10-28 17:36:32 +01:00
test6-fn-suppr-0.suppr Initial support for function suppressions 2014-10-28 17:36:32 +01:00
test6-fn-suppr-1.suppr Initial support for function suppressions 2014-10-28 17:36:32 +01:00
test6-fn-suppr-2.suppr Initial support for function suppressions 2014-10-28 17:36:32 +01:00
test6-fn-suppr-3.suppr Initial support for function suppressions 2014-10-28 17:36:32 +01:00
test6-fn-suppr-report-0-1.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test6-fn-suppr-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test6-fn-suppr-report-1.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test6-fn-suppr-report-2.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test6-fn-suppr-report-3.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test6-fn-suppr-report-4.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test6-fn-suppr-v0.cc Initial support for function suppressions 2014-10-28 17:36:32 +01:00
test6-fn-suppr-v1.cc Initial support for function suppressions 2014-10-28 17:36:32 +01:00
test6-fn-suppr-version-script Initial support for function suppressions 2014-10-28 17:36:32 +01:00
test7-var-suppr-1.suppr Initial support for variable suppressions 2014-11-01 12:22:08 +01:00
test7-var-suppr-2.suppr Initial support for variable suppressions 2014-11-01 12:22:08 +01:00
test7-var-suppr-3.suppr Initial support for variable suppressions 2014-11-01 12:22:08 +01:00
test7-var-suppr-4.suppr Initial support for variable suppressions 2014-11-01 12:22:08 +01:00
test7-var-suppr-5.suppr Initial support for variable suppressions 2014-11-01 12:22:08 +01:00
test7-var-suppr-6.suppr Initial support for variable suppressions 2014-11-01 12:22:08 +01:00
test7-var-suppr-7.suppr Initial support for variable suppressions 2014-11-01 12:22:08 +01:00
test7-var-suppr-8.suppr Initial support for variable suppressions 2014-11-01 12:22:08 +01:00
test7-var-suppr-9.suppr Escape all characters when reading a string in ini files 2016-05-31 12:37:57 +02:00
test7-var-suppr-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test7-var-suppr-report-1.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test7-var-suppr-report-2.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test7-var-suppr-report-3.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test7-var-suppr-report-4.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test7-var-suppr-report-5.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test7-var-suppr-report-6.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test7-var-suppr-report-7.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test7-var-suppr-report-8.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test7-var-suppr-report-9.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test7-var-suppr-v0.cc Initial support for variable suppressions 2014-11-01 12:22:08 +01:00
test7-var-suppr-v1.cc Initial support for variable suppressions 2014-11-01 12:22:08 +01:00
test7-var-suppr-version-script Initial support for variable suppressions 2014-11-01 12:22:08 +01:00
test8-redundant-fn-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test8-redundant-fn-report-1.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test8-redundant-fn-v0.cc Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
test8-redundant-fn-v1.cc Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
test9-changed-parm-c-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test9-changed-parm-c-report-1.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test9-changed-parm-c-v0.c Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
test9-changed-parm-c-v1.c Un-share diff nodes in the comparison IR 2014-12-26 18:45:06 +01:00
test10-changed-parm-c-report-0.txt Eliminate some unnecessary blank lines in diff output. 2020-03-16 16:15:09 +01:00
test10-changed-parm-c-v0.c Do not mark sibling structurally identical nodes as redundant 2014-12-26 18:45:06 +01:00
test10-changed-parm-c-v1.c Do not mark sibling structurally identical nodes as redundant 2014-12-26 18:45:06 +01:00
test11-add-data-member-0.suppr Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
test11-add-data-member-1.suppr Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
test11-add-data-member-2.suppr Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
test11-add-data-member-3.suppr Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
test11-add-data-member-4.suppr Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
test11-add-data-member-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test11-add-data-member-report-1.txt Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
test11-add-data-member-v0.cc Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
test11-add-data-member-v1.cc Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
test12-add-data-member-0.suppr Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
test12-add-data-member-1.suppr Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
test12-add-data-member-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test12-add-data-member-report-1.txt Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
test12-add-data-member-report-2.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test12-add-data-member-v0.cc Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
test12-add-data-member-v1.cc Support specifying data member insertion in suppressions 2015-05-24 23:43:02 +02:00
test13-suppr-through-pointer-0.suppr Support new 'accessed_through' suppression property 2015-06-04 13:29:32 +02:00
test13-suppr-through-pointer-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test13-suppr-through-pointer-report-1.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test13-suppr-through-pointer-v0.cc Support new 'accessed_through' suppression property 2015-06-04 13:29:32 +02:00
test13-suppr-through-pointer-v1.cc Support new 'accessed_through' suppression property 2015-06-04 13:29:32 +02:00
test14-suppr-non-redundant-0.suppr Support new 'accessed_through' suppression property 2015-06-04 13:29:32 +02:00
test14-suppr-non-redundant-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test14-suppr-non-redundant-report-1.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test14-suppr-non-redundant-v0.cc Support new 'accessed_through' suppression property 2015-06-04 13:29:32 +02:00
test14-suppr-non-redundant-v0.o Support new 'accessed_through' suppression property 2015-06-04 13:29:32 +02:00
test14-suppr-non-redundant-v1.cc Support new 'accessed_through' suppression property 2015-06-04 13:29:32 +02:00
test14-suppr-non-redundant-v1.o Support new 'accessed_through' suppression property 2015-06-04 13:29:32 +02:00
test15-suppr-added-fn-0.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test15-suppr-added-fn-1.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test15-suppr-added-fn-2.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test15-suppr-added-fn-3.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test15-suppr-added-fn-4.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test15-suppr-added-fn-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test15-suppr-added-fn-report-1.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test15-suppr-added-fn-report-2.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test15-suppr-added-fn-report-3.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test15-suppr-added-fn-report-4.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test15-suppr-added-fn-report-5.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test15-suppr-added-fn-v0.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test15-suppr-added-fn-v0.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test15-suppr-added-fn-v1.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test15-suppr-added-fn-v1.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test16-suppr-removed-fn-0.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test16-suppr-removed-fn-1.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test16-suppr-removed-fn-2.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test16-suppr-removed-fn-3.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test16-suppr-removed-fn-4.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test16-suppr-removed-fn-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test16-suppr-removed-fn-report-1.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test16-suppr-removed-fn-report-2.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test16-suppr-removed-fn-report-3.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test16-suppr-removed-fn-report-4.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test16-suppr-removed-fn-report-5.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test16-suppr-removed-fn-v0.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test16-suppr-removed-fn-v0.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test16-suppr-removed-fn-v1.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test16-suppr-removed-fn-v1.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test17-suppr-added-var-0.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test17-suppr-added-var-1.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test17-suppr-added-var-2.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test17-suppr-added-var-3.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test17-suppr-added-var-4.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test17-suppr-added-var-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test17-suppr-added-var-report-1.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test17-suppr-added-var-report-2.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test17-suppr-added-var-report-3.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test17-suppr-added-var-report-4.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test17-suppr-added-var-report-5.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test17-suppr-added-var-v0.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test17-suppr-added-var-v0.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test17-suppr-added-var-v1.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test17-suppr-added-var-v1.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test18-suppr-removed-var-0.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test18-suppr-removed-var-1.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test18-suppr-removed-var-2.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test18-suppr-removed-var-3.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test18-suppr-removed-var-4.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test18-suppr-removed-var-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test18-suppr-removed-var-report-1.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test18-suppr-removed-var-report-2.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test18-suppr-removed-var-report-3.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test18-suppr-removed-var-report-4.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test18-suppr-removed-var-report-5.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test18-suppr-removed-var-v0.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test18-suppr-removed-var-v0.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test18-suppr-removed-var-v1.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test18-suppr-removed-var-v1.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test19-suppr-added-fn-sym-0.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test19-suppr-added-fn-sym-1.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test19-suppr-added-fn-sym-2.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test19-suppr-added-fn-sym-3.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test19-suppr-added-fn-sym-4.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test19-suppr-added-fn-sym-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test19-suppr-added-fn-sym-report-1.txt Fix spurious new lines after diff sections. 2020-03-12 10:19:45 +01:00
test19-suppr-added-fn-sym-report-2.txt Fix spurious new lines after diff sections. 2020-03-12 10:19:45 +01:00
test19-suppr-added-fn-sym-report-3.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test19-suppr-added-fn-sym-report-4.txt Fix spurious new lines after diff sections. 2020-03-12 10:19:45 +01:00
test19-suppr-added-fn-sym-report-5.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test19-suppr-added-fn-sym-v0.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test19-suppr-added-fn-sym-v0.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test19-suppr-added-fn-sym-v1.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test19-suppr-added-fn-sym-v1.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test20-suppr-removed-fn-sym-0.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test20-suppr-removed-fn-sym-1.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test20-suppr-removed-fn-sym-2.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test20-suppr-removed-fn-sym-3.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test20-suppr-removed-fn-sym-4.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test20-suppr-removed-fn-sym-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test20-suppr-removed-fn-sym-report-1.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test20-suppr-removed-fn-sym-report-2.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test20-suppr-removed-fn-sym-report-3.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test20-suppr-removed-fn-sym-report-4.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test20-suppr-removed-fn-sym-report-5.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test20-suppr-removed-fn-sym-v0.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test20-suppr-removed-fn-sym-v0.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test20-suppr-removed-fn-sym-v1.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test20-suppr-removed-fn-sym-v1.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test21-suppr-added-var-sym-0.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test21-suppr-added-var-sym-1.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test21-suppr-added-var-sym-2.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test21-suppr-added-var-sym-3.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test21-suppr-added-var-sym-4.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test21-suppr-added-var-sym-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test21-suppr-added-var-sym-report-1.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test21-suppr-added-var-sym-report-2.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test21-suppr-added-var-sym-report-3.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test21-suppr-added-var-sym-report-4.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test21-suppr-added-var-sym-report-5.txt Fix spurious new lines after diff sections. 2020-03-12 10:19:45 +01:00
test21-suppr-added-var-sym-v0.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test21-suppr-added-var-sym-v0.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test21-suppr-added-var-sym-v1.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test21-suppr-added-var-sym-v1.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test22-suppr-removed-var-sym-0.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test22-suppr-removed-var-sym-1.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test22-suppr-removed-var-sym-2.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test22-suppr-removed-var-sym-3.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test22-suppr-removed-var-sym-4.suppr Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test22-suppr-removed-var-sym-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test22-suppr-removed-var-sym-report-1.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test22-suppr-removed-var-sym-report-2.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test22-suppr-removed-var-sym-report-3.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test22-suppr-removed-var-sym-report-4.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test22-suppr-removed-var-sym-report-5.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test22-suppr-removed-var-sym-v0.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test22-suppr-removed-var-sym-v0.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test22-suppr-removed-var-sym-v1.cc Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test22-suppr-removed-var-sym-v1.o Apply suppression specifications to added and removed functions and variables 2015-06-24 12:09:53 +02:00
test23-alias-filter-0.suppr Support filtering out just one alias of a function 2015-07-02 17:15:35 +02:00
test23-alias-filter-1.suppr Support filtering out just one alias of a function 2015-07-02 17:15:35 +02:00
test23-alias-filter-2.suppr Support filtering out just one alias of a function 2015-07-02 17:15:35 +02:00
test23-alias-filter-3.suppr Support filtering out just one alias of a function 2015-07-02 17:15:35 +02:00
test23-alias-filter-4.suppr Support filtering out just one alias of a function 2015-07-02 17:15:35 +02:00
test23-alias-filter-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test23-alias-filter-report-1.txt Support filtering out just one alias of a function 2015-07-02 17:15:35 +02:00
test23-alias-filter-report-2.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test23-alias-filter-report-3.txt Support filtering out just one alias of a function 2015-07-02 17:15:35 +02:00
test23-alias-filter-report-4.txt Support filtering out just one alias of a function 2015-07-02 17:15:35 +02:00
test23-alias-filter-report-5.txt Support filtering out just one alias of a function 2015-07-02 17:15:35 +02:00
test23-alias-filter-v0.c Support filtering out just one alias of a function 2015-07-02 17:15:35 +02:00
test23-alias-filter-v1.c Support filtering out just one alias of a function 2015-07-02 17:15:35 +02:00
test23-alias-filter-version-script Support filtering out just one alias of a function 2015-07-02 17:15:35 +02:00
test24-soname-report-0.txt Support file_name_regexp and soname_regexp in supp-specs 2015-07-19 19:48:51 +02:00
test24-soname-report-1.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test24-soname-report-2.txt Support file_name_regexp and soname_regexp in supp-specs 2015-07-19 19:48:51 +02:00
test24-soname-report-3.txt Support file_name_regexp and soname_regexp in supp-specs 2015-07-19 19:48:51 +02:00
test24-soname-report-4.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test24-soname-report-5.txt Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
test24-soname-report-6.txt Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
test24-soname-report-7.txt Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
test24-soname-report-8.txt Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
test24-soname-report-9.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test24-soname-report-10.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test24-soname-report-11.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test24-soname-report-12.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test24-soname-report-13.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test24-soname-report-14.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test24-soname-report-15.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test24-soname-report-16.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test24-soname-suppr-0.txt Support file_name_regexp and soname_regexp in supp-specs 2015-07-19 19:48:51 +02:00
test24-soname-suppr-1.txt Support file_name_regexp and soname_regexp in supp-specs 2015-07-19 19:48:51 +02:00
test24-soname-suppr-2.txt Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test24-soname-suppr-3.txt Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test24-soname-suppr-4.txt Support file_name_regexp and soname_regexp in supp-specs 2015-07-19 19:48:51 +02:00
test24-soname-suppr-5.txt Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
test24-soname-suppr-6.txt Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
test24-soname-suppr-7.txt Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
test24-soname-suppr-8.txt Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
test24-soname-suppr-9.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test24-soname-suppr-10.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test24-soname-suppr-11.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test24-soname-suppr-12.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test24-soname-suppr-13.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test24-soname-suppr-14.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test24-soname-suppr-15.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test24-soname-suppr-16.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test24-soname-v0.cc Support file_name_regexp and soname_regexp in supp-specs 2015-07-19 19:48:51 +02:00
test24-soname-v1.cc Support file_name_regexp and soname_regexp in supp-specs 2015-07-19 19:48:51 +02:00
test25-typedef-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test25-typedef-report-1.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test25-typedef-suppr-0.txt Make applying supp specs through pointer access look through typedefs 2015-08-01 14:34:46 +02:00
test25-typedef-v0.c Make applying supp specs through pointer access look through typedefs 2015-08-01 14:34:46 +02:00
test25-typedef-v1.c Make applying supp specs through pointer access look through typedefs 2015-08-01 14:34:46 +02:00
test26-loc-suppr-0.suppr Support source_location_not_in and source_location_not_regexp suppressions 2015-09-16 20:54:40 +02:00
test26-loc-suppr-1.suppr Support source_location_not_in and source_location_not_regexp suppressions 2015-09-16 20:54:40 +02:00
test26-loc-suppr-2.suppr Support source_location_not_in and source_location_not_regexp suppressions 2015-09-16 20:54:40 +02:00
test26-loc-suppr-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test26-loc-suppr-report-1.txt Support source_location_not_in and source_location_not_regexp suppressions 2015-09-16 20:54:40 +02:00
test26-loc-suppr-report-2.txt Support source_location_not_in and source_location_not_regexp suppressions 2015-09-16 20:54:40 +02:00
test26-loc-suppr-report-3.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test26-loc-suppr-v0.cc Support source_location_not_in and source_location_not_regexp suppressions 2015-09-16 20:54:40 +02:00
test26-loc-suppr-v1.cc Support source_location_not_in and source_location_not_regexp suppressions 2015-09-16 20:54:40 +02:00
test26-loc-suppr.h Support source_location_not_in and source_location_not_regexp suppressions 2015-09-16 20:54:40 +02:00
test27-add-aliased-function-0.suppr Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test27-add-aliased-function-1.suppr Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test27-add-aliased-function-2.suppr Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test27-add-aliased-function-3.suppr Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test27-add-aliased-function-4.suppr Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test27-add-aliased-function-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test27-add-aliased-function-report-1.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test27-add-aliased-function-report-2.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test27-add-aliased-function-report-3.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test27-add-aliased-function-report-4.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test27-add-aliased-function-report-5.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test27-add-aliased-function-v0.cc Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test27-add-aliased-function-v0.o Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test27-add-aliased-function-v1.cc Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test27-add-aliased-function-v1.o Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test28-add-aliased-function-0.suppr Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test28-add-aliased-function-1.suppr Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test28-add-aliased-function-2.suppr Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test28-add-aliased-function-3.suppr Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test28-add-aliased-function-4.suppr Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test28-add-aliased-function-5.suppr Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test28-add-aliased-function-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test28-add-aliased-function-report-1.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test28-add-aliased-function-report-2.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test28-add-aliased-function-report-3.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test28-add-aliased-function-report-4.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test28-add-aliased-function-report-5.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test28-add-aliased-function-report-6.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test28-add-aliased-function-v0.c Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test28-add-aliased-function-v0.o Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test28-add-aliased-function-v1.c Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test28-add-aliased-function-v1.o Bug 19619 - failing to suppress added aliased function reports for C++ 2016-02-13 08:47:41 +01:00
test29-soname-report-0.txt Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
test29-soname-report-1.txt Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
test29-soname-report-2.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test29-soname-report-3.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test29-soname-report-4.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test29-soname-report-5.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test29-soname-report-6.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test29-soname-report-7.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test29-soname-report-8.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test29-soname-v0.cc Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
test29-soname-v1.cc Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
test29-suppr-0.txt Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
test29-suppr-1.txt Ease use of soname_regexp/file_name_regexp in suppr specs 2016-04-16 21:47:20 +02:00
test29-suppr-2.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test29-suppr-3.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test29-suppr-4.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test29-suppr-5.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test29-suppr-6.txt Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test29-suppr-7.txt Bug 20015 - support file_name_not_regexp and soname_not_regexp in suppr specs 2016-04-27 23:58:50 +02:00
test29-suppr-8.txt Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test30-priv-lib-v0.cc Make abi{pkg}diff filter out changes about private types 2016-05-24 10:32:08 +02:00
test30-priv-lib-v0.h Make abi{pkg}diff filter out changes about private types 2016-05-24 10:32:08 +02:00
test30-priv-lib-v1.cc Make abi{pkg}diff filter out changes about private types 2016-05-24 10:32:08 +02:00
test30-priv-lib-v1.h Make abi{pkg}diff filter out changes about private types 2016-05-24 10:32:08 +02:00
test30-pub-lib-v0.cc Make abi{pkg}diff filter out changes about private types 2016-05-24 10:32:08 +02:00
test30-pub-lib-v0.so Make abi{pkg}diff filter out changes about private types 2016-05-24 10:32:08 +02:00
test30-pub-lib-v1.cc Make abi{pkg}diff filter out changes about private types 2016-05-24 10:32:08 +02:00
test30-pub-lib-v1.so Make abi{pkg}diff filter out changes about private types 2016-05-24 10:32:08 +02:00
test30-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test30-report-1.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test31-report-0.txt Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test31-report-1.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test31-v0.cc Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test31-v1.cc Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test32-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test32-report-1.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test32-v0.c Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test32-v1.c Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test33-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test33-suppr-1.txt Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test33-v0.cc Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test33-v0.h Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test33-v1.cc Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test33-v1.h Drop suppressed ABI artifacts from the IR 2016-09-21 18:35:08 +02:00
test34-report-0.txt Update tests for the "better leaf mode redundancy management" patchset 2018-04-13 11:13:09 +02:00
test34-v0.c A suppressed diff node implies suppressing all equivalent nodes too 2016-11-26 11:54:19 +01:00
test34-v1.c A suppressed diff node implies suppressing all equivalent nodes too 2016-11-26 11:54:19 +01:00
test35-leaf-report-0.txt Eliminate some unnecessary blank lines in diff output. 2020-03-16 16:15:09 +01:00
test35-leaf-v0.cc Initial implementation of a --leaf-changes-only option to abidiff 2017-10-08 18:51:35 +02:00
test35-leaf-v1.cc Initial implementation of a --leaf-changes-only option to abidiff 2017-10-08 18:51:35 +02:00
test35-leaf.suppr Initial implementation of a --leaf-changes-only option to abidiff 2017-10-08 18:51:35 +02:00
test36-leaf-report-0.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test36-leaf-v0.cc Initial implementation of a --leaf-changes-only option to abidiff 2017-10-08 18:51:35 +02:00
test36-leaf-v1.cc Initial implementation of a --leaf-changes-only option to abidiff 2017-10-08 18:51:35 +02:00
test37-opaque-type-report-0.txt Fix redundancy detection through fn ptr and typedef paths 2018-06-28 13:03:51 +02:00
test37-opaque-type-v0.c Fix redundancy detection through fn ptr and typedef paths 2018-06-28 13:03:51 +02:00
test37-opaque-type-v0.o Fix redundancy detection through fn ptr and typedef paths 2018-06-28 13:03:51 +02:00
test37-opaque-type-v1.c Fix redundancy detection through fn ptr and typedef paths 2018-06-28 13:03:51 +02:00
test37-opaque-type-v1.o Fix redundancy detection through fn ptr and typedef paths 2018-06-28 13:03:51 +02:00
test38-char-class-in-ini-report-0.txt Allow square brackets in ini property values 2018-07-12 13:47:08 +02:00
test38-char-class-in-ini-v0.c Allow square brackets in ini property values 2018-07-12 13:47:08 +02:00
test38-char-class-in-ini-v0.o Allow square brackets in ini property values 2018-07-12 13:47:08 +02:00
test38-char-class-in-ini-v1.c Allow square brackets in ini property values 2018-07-12 13:47:08 +02:00
test38-char-class-in-ini-v1.o Allow square brackets in ini property values 2018-07-12 13:47:08 +02:00
test38-char-class-in-ini.abignore Allow square brackets in ini property values 2018-07-12 13:47:08 +02:00
test39-opaque-type-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test39-opaque-type-v0.c Fix propagation of private type suppression category 2018-10-01 16:14:50 +02:00
test39-opaque-type-v0.o Fix propagation of private type suppression category 2018-10-01 16:14:50 +02:00
test39-opaque-type-v1.c Fix propagation of private type suppression category 2018-10-01 16:14:50 +02:00
test39-opaque-type-v1.o Fix propagation of private type suppression category 2018-10-01 16:14:50 +02:00
test40-enumerator-changes-0.suppr Bug 24139 - Support suppressing some enumerator changes 2019-01-31 09:20:06 +01:00
test40-enumerator-changes-report-0.txt Bug 24139 - Support suppressing some enumerator changes 2019-01-31 09:20:06 +01:00
test40-enumerator-changes-v0.cc Bug 24139 - Support suppressing some enumerator changes 2019-01-31 09:20:06 +01:00
test40-enumerator-changes-v1.cc Bug 24139 - Support suppressing some enumerator changes 2019-01-31 09:20:06 +01:00
test41-enumerator-changes-0.suppr Bug 24139 - Support suppressing some enumerator changes 2019-01-31 09:20:06 +01:00
test41-enumerator-changes-report-0.txt Eliminate some unnecessary blank lines in diff output. 2020-03-16 16:15:09 +01:00
test41-enumerator-changes-v0.cc Bug 24139 - Support suppressing some enumerator changes 2019-01-31 09:20:06 +01:00
test41-enumerator-changes-v1.cc Bug 24139 - Support suppressing some enumerator changes 2019-01-31 09:20:06 +01:00
test42-negative-suppr-type-report-0.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test42-negative-suppr-type-report-1.txt Add space missing between "[C]" tag and description of changed item. 2020-03-06 15:23:22 +01:00
test42-negative-suppr-type-suppr-1.txt Support the "name_not_regexp" property in the [suppress_type] section 2019-09-30 14:56:52 +02:00
test42-negative-suppr-type-suppr-2.txt Support the "name_not_regexp" property in the [suppress_type] section 2019-09-30 14:56:52 +02:00
test42-negative-suppr-type-v0.cc Support the "name_not_regexp" property in the [suppress_type] section 2019-09-30 14:56:52 +02:00
test42-negative-suppr-type-v0.o Support the "name_not_regexp" property in the [suppress_type] section 2019-09-30 14:56:52 +02:00
test42-negative-suppr-type-v1.cc Support the "name_not_regexp" property in the [suppress_type] section 2019-09-30 14:56:52 +02:00
test42-negative-suppr-type-v1.o Support the "name_not_regexp" property in the [suppress_type] section 2019-09-30 14:56:52 +02:00
test43-suppr-direct-fn-subtype-report-1.txt Better propagation of suppressed-ness to function types 2019-09-30 14:56:41 +02:00
test43-suppr-direct-fn-subtype-suppr-1.txt Better propagation of suppressed-ness to function types 2019-09-30 14:56:41 +02:00
test43-suppr-direct-fn-subtype-v0.cc Better propagation of suppressed-ness to function types 2019-09-30 14:56:41 +02:00
test43-suppr-direct-fn-subtype-v0.o Better propagation of suppressed-ness to function types 2019-09-30 14:56:41 +02:00
test43-suppr-direct-fn-subtype-v1.cc Better propagation of suppressed-ness to function types 2019-09-30 14:56:41 +02:00
test43-suppr-direct-fn-subtype-v1.o Better propagation of suppressed-ness to function types 2019-09-30 14:56:41 +02:00
test44-suppr-sym-name-not-regexp-report-1.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test44-suppr-sym-name-not-regexp-report-2.txt Support symbol_name_not_regexp in [suppress_{function, variable}] 2019-11-08 11:01:54 +01:00
test44-suppr-sym-name-not-regexp-v0.c Support symbol_name_not_regexp in [suppress_{function, variable}] 2019-11-08 11:01:54 +01:00
test44-suppr-sym-name-not-regexp-v0.o Support symbol_name_not_regexp in [suppress_{function, variable}] 2019-11-08 11:01:54 +01:00
test44-suppr-sym-name-not-regexp-v0.o.abi Support symbol_name_not_regexp in [suppress_{function, variable}] 2019-11-08 11:01:54 +01:00
test44-suppr-sym-name-not-regexp-v1.c Support symbol_name_not_regexp in [suppress_{function, variable}] 2019-11-08 11:01:54 +01:00
test44-suppr-sym-name-not-regexp-v1.o Support symbol_name_not_regexp in [suppress_{function, variable}] 2019-11-08 11:01:54 +01:00
test44-suppr-sym-name-not-regexp-v1.o.abi Support symbol_name_not_regexp in [suppress_{function, variable}] 2019-11-08 11:01:54 +01:00
test44-suppr-sym-name-not-regexp.suppr.txt Support symbol_name_not_regexp in [suppress_{function, variable}] 2019-11-08 11:01:54 +01:00
test45-abi-report-1.txt Bug 25128 - Leaf diff reporter shouldn't compare decl-only classes 2019-11-08 11:08:38 +01:00
test45-abi-wl.xml Bug 25128 - Leaf diff reporter shouldn't compare decl-only classes 2019-11-08 11:08:38 +01:00
test45-abi.suppr.txt Bug 25128 - Leaf diff reporter shouldn't compare decl-only classes 2019-11-08 11:08:38 +01:00
test45-abi.xml Bug 25128 - Leaf diff reporter shouldn't compare decl-only classes 2019-11-08 11:08:38 +01:00
test46-PR25128-base.xml Bug 25128 - Leaf diff reporter shouldn't compare decl-only classes 2019-11-08 11:08:38 +01:00
test46-PR25128-new.xml Bug 25128 - Leaf diff reporter shouldn't compare decl-only classes 2019-11-08 11:08:38 +01:00
test46-PR25128-report-1.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test46-PR25128-report-2.txt Output 2-space indentation consistently. 2020-03-16 22:39:35 +01:00
test47-non-reachable-types-report-1.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test47-non-reachable-types-report-2.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test47-non-reachable-types-report-3.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test47-non-reachable-types-report-4.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test47-non-reachable-types-report-5.txt Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test47-non-reachable-types-report-6.txt Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test47-non-reachable-types-report-7.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test47-non-reachable-types-report-8.txt Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test47-non-reachable-types-report-9.txt Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test47-non-reachable-types-report-10.txt Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test47-non-reachable-types-suppr-1.txt Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test47-non-reachable-types-suppr-2.txt Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test47-non-reachable-types-suppr-3.txt Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test47-non-reachable-types-suppr-4.txt Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test47-non-reachable-types-suppr-5.txt Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test47-non-reachable-types-v0.c Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test47-non-reachable-types-v0.o Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test47-non-reachable-types-v0.o.alltypes.abixml Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test47-non-reachable-types-v1.c Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test47-non-reachable-types-v1.o Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test47-non-reachable-types-v1.o.alltypes.abixml Bug 24690 - Support comparing non-reachable types of a binary 2020-01-06 14:26:00 +01:00
test48-soname-abixml-v0.c abixml-reader: Support SONAME related properties on file suppression 2020-02-21 16:01:26 +01:00
test48-soname-abixml-v1.c abixml-reader: Support SONAME related properties on file suppression 2020-02-21 16:01:26 +01:00