From patchwork Thu Mar 12 14:42:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dodji Seketeli X-Patchwork-Id: 39032 From: dodji@seketeli.org (Dodji Seketeli) Date: Thu, 12 Mar 2020 15:42:27 +0100 Subject: [PATCH] Update fedabipkgdiff tests according to commit b602f46c Message-ID: <87r1xxws6k.fsf@seketeli.org> This patch is a follow-up to this commit: b602f46c Fix spurious new lines after diff sections. The intent is to update the tests that relate to the fedpkgdiff tool. I didn't notice that those tests reference output were not updated by commit b602f46c because I didn't have 'koji' installed on the system I ran the regression test suite on; and without koji installed, the fedpkgdiff test is automatically disabled. The patch just mechanically adjusts the reference output that needed it to comply with the newer better output of fedpkgdiff. * tests/data/test-fedabipkgdiff/test0-from-fc20-to-fc23-dbus-glib-report-0.txt: Adjust for useless whitespace removal. * tests/data/test-fedabipkgdiff/test1-from-fc20-to-dbus-glib-0.106-1.fc23.x86_64-report-0.txt: Likewise. * tests/data/test-fedabipkgdiff/test2-dbus-glib-0.100.2-2.fc20--dbus-glib-0.106-1.fc23-report-0.txt: Likewise. * tests/data/test-fedabipkgdiff/test3-dbus-glib-0.100.2-2.fc20.i686--dbus-glib-0.106-1.fc23.i686-report-0.txt: Likewise. * tests/data/test-fedabipkgdiff/test4-glib-0.100.2-2.fc20.x86_64.rpm-glib-0.106-1.fc23.x86_64.rpm-report-0.txt: Likewise. Signed-off-by: Dodji Seketeli --- .../test0-from-fc20-to-fc23-dbus-glib-report-0.txt | 2 -- ...est1-from-fc20-to-dbus-glib-0.106-1.fc23.x86_64-report-0.txt | 1 - ...bus-glib-0.100.2-2.fc20--dbus-glib-0.106-1.fc23-report-0.txt | 2 -- ....100.2-2.fc20.i686--dbus-glib-0.106-1.fc23.i686-report-0.txt | 1 - ...-2.fc20.x86_64.rpm-glib-0.106-1.fc23.x86_64.rpm-report-0.txt | 1 - 5 files changed, 7 deletions(-) diff --git a/tests/data/test-fedabipkgdiff/test0-from-fc20-to-fc23-dbus-glib-report-0.txt b/tests/data/test-fedabipkgdiff/test0-from-fc20-to-fc23-dbus-glib-report-0.txt index a3241095..71307d78 100644 --- a/tests/data/test-fedabipkgdiff/test0-from-fc20-to-fc23-dbus-glib-report-0.txt +++ b/tests/data/test-fedabipkgdiff/test0-from-fc20-to-fc23-dbus-glib-report-0.txt @@ -26,7 +26,6 @@ Comparing the ABI of binaries between dbus-glib-0.100.2-2.fc20.i686.rpm and dbus 'function int main(int, char**)' {main} - 2 Removed variable symbols not referenced by debug info: stderr @@ -57,7 +56,6 @@ Comparing the ABI of binaries between dbus-glib-0.100.2-2.fc20.x86_64.rpm and db 'function BaseInfo* base_info_ref(BaseInfo*)' {base_info_ref} 'function void base_info_unref(BaseInfo*)' {base_info_unref} - ================ end of changes of 'dbus-binding-tool'=============== diff --git a/tests/data/test-fedabipkgdiff/test1-from-fc20-to-dbus-glib-0.106-1.fc23.x86_64-report-0.txt b/tests/data/test-fedabipkgdiff/test1-from-fc20-to-dbus-glib-0.106-1.fc23.x86_64-report-0.txt index d774e54d..99926664 100644 --- a/tests/data/test-fedabipkgdiff/test1-from-fc20-to-dbus-glib-0.106-1.fc23.x86_64-report-0.txt +++ b/tests/data/test-fedabipkgdiff/test1-from-fc20-to-dbus-glib-0.106-1.fc23.x86_64-report-0.txt @@ -20,7 +20,6 @@ Comparing the ABI of binaries between dbus-glib-0.100.2-2.fc20.x86_64.rpm and db 'function BaseInfo* base_info_ref(BaseInfo*)' {base_info_ref} 'function void base_info_unref(BaseInfo*)' {base_info_unref} - ================ end of changes of 'dbus-binding-tool'=============== diff --git a/tests/data/test-fedabipkgdiff/test2-dbus-glib-0.100.2-2.fc20--dbus-glib-0.106-1.fc23-report-0.txt b/tests/data/test-fedabipkgdiff/test2-dbus-glib-0.100.2-2.fc20--dbus-glib-0.106-1.fc23-report-0.txt index a3241095..71307d78 100644 --- a/tests/data/test-fedabipkgdiff/test2-dbus-glib-0.100.2-2.fc20--dbus-glib-0.106-1.fc23-report-0.txt +++ b/tests/data/test-fedabipkgdiff/test2-dbus-glib-0.100.2-2.fc20--dbus-glib-0.106-1.fc23-report-0.txt @@ -26,7 +26,6 @@ Comparing the ABI of binaries between dbus-glib-0.100.2-2.fc20.i686.rpm and dbus 'function int main(int, char**)' {main} - 2 Removed variable symbols not referenced by debug info: stderr @@ -57,7 +56,6 @@ Comparing the ABI of binaries between dbus-glib-0.100.2-2.fc20.x86_64.rpm and db 'function BaseInfo* base_info_ref(BaseInfo*)' {base_info_ref} 'function void base_info_unref(BaseInfo*)' {base_info_unref} - ================ end of changes of 'dbus-binding-tool'=============== diff --git a/tests/data/test-fedabipkgdiff/test3-dbus-glib-0.100.2-2.fc20.i686--dbus-glib-0.106-1.fc23.i686-report-0.txt b/tests/data/test-fedabipkgdiff/test3-dbus-glib-0.100.2-2.fc20.i686--dbus-glib-0.106-1.fc23.i686-report-0.txt index fc85920c..4dcdf37e 100644 --- a/tests/data/test-fedabipkgdiff/test3-dbus-glib-0.100.2-2.fc20.i686--dbus-glib-0.106-1.fc23.i686-report-0.txt +++ b/tests/data/test-fedabipkgdiff/test3-dbus-glib-0.100.2-2.fc20.i686--dbus-glib-0.106-1.fc23.i686-report-0.txt @@ -26,7 +26,6 @@ Comparing the ABI of binaries between dbus-glib-0.100.2-2.fc20.i686.rpm and dbus 'function int main(int, char**)' {main} - 2 Removed variable symbols not referenced by debug info: stderr diff --git a/tests/data/test-fedabipkgdiff/test4-glib-0.100.2-2.fc20.x86_64.rpm-glib-0.106-1.fc23.x86_64.rpm-report-0.txt b/tests/data/test-fedabipkgdiff/test4-glib-0.100.2-2.fc20.x86_64.rpm-glib-0.106-1.fc23.x86_64.rpm-report-0.txt index d774e54d..99926664 100644 --- a/tests/data/test-fedabipkgdiff/test4-glib-0.100.2-2.fc20.x86_64.rpm-glib-0.106-1.fc23.x86_64.rpm-report-0.txt +++ b/tests/data/test-fedabipkgdiff/test4-glib-0.100.2-2.fc20.x86_64.rpm-glib-0.106-1.fc23.x86_64.rpm-report-0.txt @@ -20,7 +20,6 @@ Comparing the ABI of binaries between dbus-glib-0.100.2-2.fc20.x86_64.rpm and db 'function BaseInfo* base_info_ref(BaseInfo*)' {base_info_ref} 'function void base_info_unref(BaseInfo*)' {base_info_unref} - ================ end of changes of 'dbus-binding-tool'===============