Hello community, here is the log from the commit of package breezy for openSUSE:Factory checked in at 2020-05-17 23:42:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/breezy (Old) and /work/SRC/openSUSE:Factory/.breezy.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "breezy" Sun May 17 23:42:43 2020 rev:2 rq:805967 version:3.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/breezy/breezy.changes 2020-04-19 21:48:52.632009431 +0200 +++ /work/SRC/openSUSE:Factory/.breezy.new.2738/breezy.changes 2020-05-17 23:42:47.765012831 +0200 @@ -1,0 +2,7 @@ +Tue May 12 11:41:27 UTC 2020 - Guillaume GARDET <[email protected]> + +- Disable test_ancient_{ctime,mtime} tests as they are known + to be broken on aarch64 %arm ppc ppc64le s390x +- Disable test_distant_{ctime,mtime} on %arm + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ breezy.spec ++++++ --- /var/tmp/diff_new_pack.bSH2PO/_old 2020-05-17 23:42:48.585014477 +0200 +++ /var/tmp/diff_new_pack.bSH2PO/_new 2020-05-17 23:42:48.589014485 +0200 @@ -70,10 +70,20 @@ export LANG=en_US.UTF8 # log_C log_BOGUS - borked with py3.8+ as you can't change encoding # test_pack_revision - endswith first arg must be bytes or a tuple of bytes, not str +# test_ancient_{ctime,mtime} - broken on aarch64 %%arm ppc ppc64le +# test_distant_{ctime,mtime} - broken on %%arm %{buildroot}%{_bindir}/bzr selftest -v --parallel=fork \ -Oselftest.timeout=6000 -x bash_completion \ -x breezy.tests.test_transport.TestSSHConnections.test_bzr_connect_to_bzr_ssh -x test_export_pot \ -x test_log_C -x test_log_BOGUS \ +%ifnarch %{ix86} x86_64 ppc64 + -x breezy.tests.test__dirstate_helpers.TestPackStat.test_ancient_ctime \ + -x breezy.tests.test__dirstate_helpers.TestPackStat.test_ancient_mtime \ +%endif +%ifarch %arm + -x breezy.tests.test__dirstate_helpers.TestPackStat.test_distant_ctime \ + -x breezy.tests.test__dirstate_helpers.TestPackStat.test_distant_mtime \ +%endif -x breezy.tests.test_xml.TestSerializer.test_pack_revision_5 \ -x breezy.tests.test_xml.TestSerializer.test_revision_text_v8 \ -x breezy.tests.test_xml.TestSerializer.test_revision_text_v7 \
