libabigail/tests/data/test-diff-pkg
Dodji Seketeli b553802af8 Bug 26780 - Fix array subrange bounds (de)serialization
When serializing subrange bounds to ABIXML today the writer omits the
lower and upper bounds.  Only the length is emitted.  The reader thus
assumes that the lower bound of an array subrange is always 0.  In
Fortran however, that is not true, as the lower bound is 1.

This patch instructs the writer to emits the lower bound whenever it's
different from zero.  It also emits the upper bound in that case.  The
reader is updated accordingly to take the lower and upper bounds into
account whenever they are present.  It they are not, then the
lower bound is assumed to be zero and the upper bound is deduced from
the length, as was already the case until now.

	* src/abg-reader.cc (build_subrange_type): Read lower-bound
	attribute if present.  Then try to read upper-bound attribute as
	well.  If this is not an infinite subrange assert that the length
	must be equal to the difference between the bounds.
	* src/abg-writer.cc (write_array_subrange_type): Write the
	lower-bound if it's present and not zero.  In that case, write the
	upper-bound as well.
	* tests/data/test-diff-pkg/hdf5-1.10.6-2.fc33.x86_64.rpm: Add new
	binary test input.
	* tests/data/test-diff-pkg/hdf5-debuginfo-1.10.6-2.fc33.x86_64.rpm:
	Likewise.
	* tests/data/test-diff-pkg/hdf5-1.10.6-2.fc33.x86_64.self-check-report-0.txt:
	Add new reference output.
	* tests/data/Makefile.am: Add the new test material above to
	source distribution.
	* tests/test-diff-pkg.cc (in_out_specs): Add the binary test input
	to the set of --self-check tests.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2020-11-27 13:50:47 +01:00
..
PR24410-new Fix "Add test for the fix for PR24410" 2019-04-09 11:16:12 +02:00
PR24410-old Fix "Add test for the fix for PR24410" 2019-04-09 11:16:12 +02:00
PR24690 abidiff: Clean up new lines between sections. 2020-03-30 16:26:31 +02:00
dirpkg-0-dir1 Bug 19082 - Recognize suppression spec files 2015-10-13 09:19:47 +02:00
dirpkg-0-dir2 Make abipkgdiff compare directories containing binaries 2015-08-22 12:19:27 +02:00
dirpkg-1-dir1 Bug 19082 - Recognize suppression spec files 2015-10-13 09:19:47 +02:00
dirpkg-1-dir2 Bug 19082 - Recognize suppression spec files 2015-10-13 09:19:47 +02:00
dirpkg-2-dir1 Bug 19082 - Recognize suppression spec files 2015-10-13 09:19:47 +02:00
dirpkg-2-dir2 Bug 19082 - Recognize suppression spec files 2015-10-13 09:19:47 +02:00
dirpkg-3-dir1 Bug 19082 - Recognize suppression spec files 2015-10-13 09:19:47 +02:00
dirpkg-3-dir2 Bug 19082 - Recognize suppression spec files 2015-10-13 09:19:47 +02:00
symlink-dir-test1 Bug 19867 - abipkgdiff skips symbolic links 2016-03-25 13:52:02 +01:00
GtkAda-debuginfo-2.24.2-29.fc29.x86_64.rpm Bug 24157 - Wrong support of Ada ranges 2019-02-07 11:21:34 +01:00
GtkAda-debuginfo-2.24.2-30.fc30.x86_64.rpm Bug 24157 - Wrong support of Ada ranges 2019-02-07 11:21:34 +01:00
GtkAda-devel-2.24.2-29.fc29.x86_64.rpm Bug 24157 - Wrong support of Ada ranges 2019-02-07 11:21:34 +01:00
GtkAda-devel-2.24.2-30.fc30.x86_64.rpm Bug 24157 - Wrong support of Ada ranges 2019-02-07 11:21:34 +01:00
GtkAda-gl-2.24.2-29.fc29.x86_64--2.24.2-30.fc30.x86_64-report-0.txt abidiff: Clean up new lines between sections. 2020-03-30 16:26:31 +02:00
GtkAda-gl-2.24.2-29.fc29.x86_64.rpm Bug 24157 - Wrong support of Ada ranges 2019-02-07 11:21:34 +01:00
GtkAda-gl-2.24.2-30.fc30.x86_64.rpm Bug 24157 - Wrong support of Ada ranges 2019-02-07 11:21:34 +01:00
GtkAda-gl-debuginfo-2.24.2-29.fc29.x86_64.rpm Bug 24157 - Wrong support of Ada ranges 2019-02-07 11:21:34 +01:00
GtkAda-gl-debuginfo-2.24.2-30.fc30.x86_64.rpm Bug 24157 - Wrong support of Ada ranges 2019-02-07 11:21:34 +01:00
PR24410-report-0.txt Fix "Add test for the fix for PR24410" 2019-04-09 11:16:12 +02:00
dbus-glib-0.80-3.fc12.x86_64.rpm Add regression tests for abipkgdiff tool 2015-07-17 10:10:21 +02:00
dbus-glib-0.104-3.fc23.armv7hl.rpm Bug 19272 - abipkgdiff doesn't report arch change 2016-12-12 19:55:23 +01:00
dbus-glib-0.104-3.fc23.x86_64--dbus-glib-0.104-3.fc23.armv7hl-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
dbus-glib-0.104-3.fc23.x86_64.rpm Add regression tests for abipkgdiff tool 2015-07-17 10:10:21 +02:00
dbus-glib-debuginfo-0.80-3.fc12.x86_64.rpm Add regression tests for abipkgdiff tool 2015-07-17 10:10:21 +02:00
dbus-glib-debuginfo-0.104-3.fc23.x86_64.rpm Add regression tests for abipkgdiff tool 2015-07-17 10:10:21 +02:00
dirpkg-0-report-0.txt Make abipkgdiff.cc use the abigail::workers interface 2017-02-27 10:15:33 +01:00
dirpkg-1-report-0.txt Bug 19082 - Recognize suppression spec files 2015-10-13 09:19:47 +02:00
dirpkg-1-report-1.txt abidiff: Clean up new lines between sections. 2020-03-30 16:26:31 +02:00
dirpkg-2-report-0.txt Bug 19082 - Recognize suppression spec files 2015-10-13 09:19:47 +02:00
dirpkg-3-report-0.txt Bug 19082 - Recognize suppression spec files 2015-10-13 09:19:47 +02:00
dirpkg-3-report-1.txt abidiff: Clean up new lines between sections. 2020-03-30 16:26:31 +02:00
dirpkg-3-report-2.txt abidiff: Clean up new lines between sections. 2020-03-30 16:26:31 +02:00
dirpkg-3.suppr Bug 19082 - Recognize suppression spec files 2015-10-13 09:19:47 +02:00
elfutils-debuginfo-0.170-4.el7.x86_64.rpm Identify a function using its symbol name and version 2018-06-08 05:12:24 +02:00
elfutils-debuginfo-0.171-1.el7.x86_64.rpm Identify a function using its symbol name and version 2018-06-08 05:12:24 +02:00
elfutils-devel-0.170-4.el7.x86_64.rpm Identify a function using its symbol name and version 2018-06-08 05:12:24 +02:00
elfutils-devel-0.171-1.el7.x86_64.rpm Identify a function using its symbol name and version 2018-06-08 05:12:24 +02:00
elfutils-libs-0.170-4.el7.x86_64-multiple-sym-vers-report-0.txt Fix decl_base comparison function 2020-08-04 17:07:24 +02:00
elfutils-libs-0.170-4.el7.x86_64.rpm Identify a function using its symbol name and version 2018-06-08 05:12:24 +02:00
elfutils-libs-0.171-1.el7.x86_64.rpm Identify a function using its symbol name and version 2018-06-08 05:12:24 +02:00
empty-pkg-libvirt-0.9.11.3-1.el7.ppc64.rpm Do not abort when there is no binary to compare in a package 2015-11-26 11:59:42 +01:00
empty-pkg-libvirt-1.2.17-13.el7_2.2.ppc64.rpm Do not abort when there is no binary to compare in a package 2015-11-26 11:59:42 +01:00
empty-pkg-report-0.txt Do not abort when there is no binary to compare in a package 2015-11-26 11:59:42 +01:00
gmp-4.3.1-7.el6_2.2.ppc64--gmp-4.3.1-10.el6.ppc64-report-0.txt Fix aborting when reading .foo symbols from a ppc64 binary 2016-12-09 01:07:05 +01:00
gmp-4.3.1-7.el6_2.2.ppc64.rpm Fix aborting when reading .foo symbols from a ppc64 binary 2016-12-09 01:07:05 +01:00
gmp-4.3.1-10.el6.ppc64.rpm Fix aborting when reading .foo symbols from a ppc64 binary 2016-12-09 01:07:05 +01:00
gmp-debuginfo-4.3.1-7.el6_2.2.ppc64.rpm Fix aborting when reading .foo symbols from a ppc64 binary 2016-12-09 01:07:05 +01:00
gmp-debuginfo-4.3.1-10.el6.ppc64.rpm Fix aborting when reading .foo symbols from a ppc64 binary 2016-12-09 01:07:05 +01:00
gtk2-debuginfo-2.24.22-5.el7.i686.rpm Bug 19844 - Cannot try to canonicalize a type that is being constructed 2016-03-18 18:15:29 +01:00
gtk2-debuginfo-2.24.28-8.el7.i686.rpm Bug 19844 - Cannot try to canonicalize a type that is being constructed 2016-03-18 18:15:29 +01:00
gtk2-immodule-xim-2.24.22-5.el7.i686--gtk2-immodule-xim-2.24.28-8.el7.i686-report-0.txt Bug 19844 - Cannot try to canonicalize a type that is being constructed 2016-03-18 18:15:29 +01:00
gtk2-immodule-xim-2.24.22-5.el7.i686.rpm Bug 19844 - Cannot try to canonicalize a type that is being constructed 2016-03-18 18:15:29 +01:00
gtk2-immodule-xim-2.24.28-8.el7.i686.rpm Bug 19844 - Cannot try to canonicalize a type that is being constructed 2016-03-18 18:15:29 +01:00
hdf5-1.10.6-2.fc33.x86_64.rpm Bug 26780 - Fix array subrange bounds (de)serialization 2020-11-27 13:50:47 +01:00
hdf5-1.10.6-2.fc33.x86_64.self-check-report-0.txt Bug 26780 - Fix array subrange bounds (de)serialization 2020-11-27 13:50:47 +01:00
hdf5-debuginfo-1.10.6-2.fc33.x86_64.rpm Bug 26780 - Fix array subrange bounds (de)serialization 2020-11-27 13:50:47 +01:00
libICE-1.0.6-1.el6.x86_64.rpm Bug 19778 - diff_has_ancestor_filtered_out() loops forever 2016-03-07 12:30:13 +01:00
libICE-1.0.6-1.el6.x86_64.rpm--libICE-1.0.9-2.el7.x86_64.rpm-report-0.txt Fix redundancy detection in the diff graph 2020-10-12 16:34:56 +02:00
libICE-1.0.9-2.el7.x86_64.rpm Bug 19778 - diff_has_ancestor_filtered_out() loops forever 2016-03-07 12:30:13 +01:00
libICE-debuginfo-1.0.6-1.el6.x86_64.rpm Bug 19778 - diff_has_ancestor_filtered_out() loops forever 2016-03-07 12:30:13 +01:00
libICE-debuginfo-1.0.9-2.el7.x86_64.rpm Bug 19778 - diff_has_ancestor_filtered_out() loops forever 2016-03-07 12:30:13 +01:00
libcdio-0.94-1.fc26.x86_64--libcdio-0.94-2.fc26.x86_64-report.1.txt reporter: Fix report whitespace typos. 2020-07-10 15:09:33 +02:00
libcdio-0.94-1.fc26.x86_64.rpm Bug 21153 - abipkgdiff reports undetermined interface subtype changes 2017-07-05 18:04:28 +02:00
libcdio-0.94-2.fc26.x86_64.rpm Bug 21153 - abipkgdiff reports undetermined interface subtype changes 2017-07-05 18:04:28 +02:00
libcdio-debuginfo-0.94-1.fc26.x86_64.rpm Bug 21153 - abipkgdiff reports undetermined interface subtype changes 2017-07-05 18:04:28 +02:00
libcdio-debuginfo-0.94-2.fc26.x86_64.rpm Bug 21153 - abipkgdiff reports undetermined interface subtype changes 2017-07-05 18:04:28 +02:00
libsigc++-2.0-0c2a-dbgsym_2.4.0-1_amd64.ddeb Add support for .deb files to abipkgdiff 2015-08-14 13:36:23 +02:00
libsigc++-2.0-0c2a_2.4.0-1_amd64--libsigc++-2.0-0v5_2.4.1-1ubuntu2_amd64-report-0.txt Consider the implicit 'this' parameter when comparing methods 2020-10-09 11:05:23 +02:00
libsigc++-2.0-0c2a_2.4.0-1_amd64.deb Add support for .deb files to abipkgdiff 2015-08-14 13:36:23 +02:00
libsigc++-2.0-0v5-dbgsym_2.4.1-1ubuntu2_amd64.ddeb Add support for .deb files to abipkgdiff 2015-08-14 13:36:23 +02:00
libsigc++-2.0-0v5_2.4.1-1ubuntu2_amd64.deb Add support for .deb files to abipkgdiff 2015-08-14 13:36:23 +02:00
libxfce4ui-debuginfo-4.12.1-8.fc27.ppc64.rpm Bug 22436 - make abipkgdiff accept several debuginfo packages 2017-11-27 17:15:20 +01:00
libxfce4ui-devel-4.12.1-8.fc27.ppc64-self-report-0.txt Bug 22488 - Make abipkgdiff handle different binaries with same basename 2017-12-06 16:01:55 +01:00
libxfce4ui-devel-4.12.1-8.fc27.ppc64-self-report-ok-0.txt Bug 22436 - make abipkgdiff accept several debuginfo packages 2017-11-27 17:15:20 +01:00
libxfce4ui-devel-4.12.1-8.fc27.ppc64.rpm Bug 22438 - Emit a clear message when debug info is not found 2017-11-21 11:09:00 +01:00
libxfce4ui-devel-debuginfo-4.12.1-8.fc27.ppc64.rpm Bug 22438 - Emit a clear message when debug info is not found 2017-11-21 11:09:00 +01:00
mesa-libGLU-9.0.1-3.fc33.x86_64.rpm dwarf-reader: support artificially generated translation units 2020-11-24 05:04:06 +01:00
mesa-libGLU-9.0.1-3.fc33.x86_64.self-check-report-0.txt dwarf-reader: support artificially generated translation units 2020-11-24 05:04:06 +01:00
mesa-libGLU-debuginfo-9.0.1-3.fc33.x86_64.rpm dwarf-reader: support artificially generated translation units 2020-11-24 05:04:06 +01:00
netcdf-fortran-debuginfo-4.4.4-10.fc29.x86_64.rpm Bug 24188 - Assertion failed while analysing a Fortran binary 2019-02-08 10:43:59 +01:00
netcdf-fortran-debuginfo-4.4.4-11.fc30.x86_64.rpm Bug 24188 - Assertion failed while analysing a Fortran binary 2019-02-08 10:43:59 +01:00
netcdf-fortran-mpich-4.4.4-10.fc29.x86_64-4.4.4-11.fc30.x86_64-report-0.txt Bug 24188 - Assertion failed while analysing a Fortran binary 2019-02-08 10:43:59 +01:00
netcdf-fortran-mpich-4.4.4-10.fc29.x86_64.rpm Bug 24188 - Assertion failed while analysing a Fortran binary 2019-02-08 10:43:59 +01:00
netcdf-fortran-mpich-4.4.4-11.fc30.x86_64.rpm Bug 24188 - Assertion failed while analysing a Fortran binary 2019-02-08 10:43:59 +01:00
netcdf-fortran-mpich-debuginfo-4.4.4-10.fc29.x86_64.rpm Bug 24188 - Assertion failed while analysing a Fortran binary 2019-02-08 10:43:59 +01:00
netcdf-fortran-mpich-debuginfo-4.4.4-11.fc30.x86_64.rpm Bug 24188 - Assertion failed while analysing a Fortran binary 2019-02-08 10:43:59 +01:00
netcdf-fortran-mpich-devel-4.4.4-10.fc29.x86_64.rpm Bug 24188 - Assertion failed while analysing a Fortran binary 2019-02-08 10:43:59 +01:00
netcdf-fortran-mpich-devel-4.4.4-11.fc30.x86_64.rpm Bug 24188 - Assertion failed while analysing a Fortran binary 2019-02-08 10:43:59 +01:00
nss-3.23.0-1.0.fc23.x86_64-report-0.txt abidiff: Fix enum impacted interfaces blank line. 2020-03-30 16:27:13 +02:00
nss-3.23.0-1.0.fc23.x86_64.rpm Bug 20175 - Classify CV qual changes in variable type as harmless 2019-01-25 11:54:29 +01:00
nss-3.24.0-1.0.fc23.x86_64.rpm Bug 20175 - Classify CV qual changes in variable type as harmless 2019-01-25 11:54:29 +01:00
nss-debuginfo-3.23.0-1.0.fc23.x86_64.rpm Bug 20175 - Classify CV qual changes in variable type as harmless 2019-01-25 11:54:29 +01:00
nss-debuginfo-3.24.0-1.0.fc23.x86_64.rpm Bug 20175 - Classify CV qual changes in variable type as harmless 2019-01-25 11:54:29 +01:00
nss-devel-3.23.0-1.0.fc23.x86_64.rpm Bug 20175 - Classify CV qual changes in variable type as harmless 2019-01-25 11:54:29 +01:00
nss-devel-3.24.0-1.0.fc23.x86_64.rpm Bug 20175 - Classify CV qual changes in variable type as harmless 2019-01-25 11:54:29 +01:00
qemu-img-rhev-2.3.0-7.el7.ppc64--qemu-img-rhev-2.3.0-20.el7.ppc64-report-0.txt Correctly handle fn DIE with abstract_origin in alt debug info 2015-11-12 16:53:36 +01:00
qemu-img-rhev-2.3.0-7.el7.ppc64.rpm Correctly handle fn DIE with abstract_origin in alt debug info 2015-11-12 16:53:36 +01:00
qemu-img-rhev-2.3.0-20.el7.ppc64.rpm Correctly handle fn DIE with abstract_origin in alt debug info 2015-11-12 16:53:36 +01:00
qemu-kvm-rhev-debuginfo-2.3.0-7.el7.ppc64.rpm Correctly handle fn DIE with abstract_origin in alt debug info 2015-11-12 16:53:36 +01:00
qemu-kvm-rhev-debuginfo-2.3.0-20.el7.ppc64.rpm Correctly handle fn DIE with abstract_origin in alt debug info 2015-11-12 16:53:36 +01:00
spice-debuginfo-0.12.4-19.el7.x86_64.rpm Fix suppression category propagation in diff node graph 2017-01-20 10:59:58 +01:00
spice-debuginfo-0.12.8-1.el7.x86_64.rpm Fix suppression category propagation in diff node graph 2017-01-20 10:59:58 +01:00
spice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-0.txt abidiff: Fix enum impacted interfaces blank line. 2020-03-30 16:27:13 +02:00
spice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-1.txt abidiff: Fix enum impacted interfaces blank line. 2020-03-30 16:27:13 +02:00
spice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt Use flat representation to canonicalize anonymous classes and unions 2020-09-10 15:49:11 +02:00
spice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-3.txt Bug 26309 - Wrong leaf reporting of changes to typedef underlying type 2020-09-15 08:51:58 +02:00
spice-server-0.12.4-19.el7.x86_64.rpm Fix suppression category propagation in diff node graph 2017-01-20 10:59:58 +01:00
spice-server-0.12.8-1.el7.x86_64.rpm Fix suppression category propagation in diff node graph 2017-01-20 10:59:58 +01:00
spice-server-devel-0.12.4-19.el7.x86_64.rpm Fix suppression category propagation in diff node graph 2017-01-20 10:59:58 +01:00
spice-server-devel-0.12.8-1.el7.x86_64.rpm Fix suppression category propagation in diff node graph 2017-01-20 10:59:58 +01:00
symlink-dir-test1-report0.txt abidiff: Clean up new lines between sections. 2020-03-30 16:26:31 +02:00
tarpkg-0-dir1.ta Make abipkgdiff compare tar archives containing binaries 2015-08-22 14:32:20 +02:00
tarpkg-0-dir1.tar Make abipkgdiff compare tar archives containing binaries 2015-08-22 14:32:20 +02:00
tarpkg-0-dir1.tar.bz2 Make abipkgdiff compare tar archives containing binaries 2015-08-22 14:32:20 +02:00
tarpkg-0-dir1.tar.gz Make abipkgdiff compare tar archives containing binaries 2015-08-22 14:32:20 +02:00
tarpkg-0-dir2.ta Make abipkgdiff compare tar archives containing binaries 2015-08-22 14:32:20 +02:00
tarpkg-0-dir2.tar Make abipkgdiff compare tar archives containing binaries 2015-08-22 14:32:20 +02:00
tarpkg-0-dir2.tar.bz2 Make abipkgdiff compare tar archives containing binaries 2015-08-22 14:32:20 +02:00
tarpkg-0-dir2.tar.gz Make abipkgdiff compare tar archives containing binaries 2015-08-22 14:32:20 +02:00
tarpkg-0-report-0.txt abidiff: Clean up new lines between sections. 2020-03-30 16:26:31 +02:00
tarpkg-1-dir1.tar.gz Bug 19961 - Distinguish between PI executable and shared library 2016-04-20 17:05:16 +02:00
tarpkg-1-dir2.tar.gz Bug 19961 - Distinguish between PI executable and shared library 2016-04-20 17:05:16 +02:00
tarpkg-1-report-0.txt abidiff: Clean up new lines between sections. 2020-03-30 16:26:31 +02:00
tbb-4.1-9.20130314.fc22.x86_64--tbb-4.3-3.20141204.fc23.x86_64-report-0.txt Fix redundancy detection in the diff graph 2020-10-12 16:34:56 +02:00
tbb-4.1-9.20130314.fc22.x86_64--tbb-4.3-3.20141204.fc23.x86_64-report-1.txt Fix redundancy detection in the diff graph 2020-10-12 16:34:56 +02:00
tbb-4.1-9.20130314.fc22.x86_64.rpm Fix regression on the support for alternate debug info files 2016-01-06 19:50:28 +01:00
tbb-4.3-3.20141204.fc23.x86_64.rpm Fix regression on the support for alternate debug info files 2016-01-06 19:50:28 +01:00
tbb-2017-8.20161128.fc26.x86_64--tbb-2017-9.20170118.fc27.x86_64.txt Bug 21228 - Handle cloning union member functions 2017-03-07 11:50:56 +01:00
tbb-2017-8.20161128.fc26.x86_64.rpm Bug 21228 - Handle cloning union member functions 2017-03-07 11:50:56 +01:00
tbb-2017-9.20170118.fc27.x86_64.rpm Bug 21228 - Handle cloning union member functions 2017-03-07 11:50:56 +01:00
tbb-debuginfo-4.1-9.20130314.fc22.x86_64.rpm Fix regression on the support for alternate debug info files 2016-01-06 19:50:28 +01:00
tbb-debuginfo-4.3-3.20141204.fc23.x86_64.rpm Fix regression on the support for alternate debug info files 2016-01-06 19:50:28 +01:00
tbb-debuginfo-2017-8.20161128.fc26.x86_64.rpm Bug 21228 - Handle cloning union member functions 2017-03-07 11:50:56 +01:00
tbb-debuginfo-2017-9.20170118.fc27.x86_64.rpm Bug 21228 - Handle cloning union member functions 2017-03-07 11:50:56 +01:00
tbb-devel-4.1-9.20130314.fc22.x86_64.rpm Make abi{pkg}diff filter out changes about private types 2016-05-24 10:32:08 +02:00
tbb-devel-4.3-3.20141204.fc23.x86_64.rpm Make abi{pkg}diff filter out changes about private types 2016-05-24 10:32:08 +02:00
test-dbus-glib-0.80-3.fc12.x86_64-report-0.txt Make abipkgdiff.cc use the abigail::workers interface 2017-02-27 10:15:33 +01:00
test-nonexistent-report-0.txt Properly report missing files for abipkgdiff 2016-12-15 20:16:01 +01:00
test-rpm-report-0.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test-rpm-report-1.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test-rpm-report-2.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test-rpm-report-3.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00
test-rpm-report-4.txt Add regression tests for abipkgdiff tool 2015-07-17 10:10:21 +02:00
test-rpm-report-5.txt Tag add/remove/change lines unconditionally with [A], [D], [C]. 2020-03-18 14:45:26 +01:00