Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python3-pyside6 for openSUSE:Factory checked in at 2025-05-07 19:16:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-pyside6 (Old) and /work/SRC/openSUSE:Factory/.python3-pyside6.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyside6" Wed May 7 19:16:01 2025 rev:43 rq:1275133 version:6.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python3-pyside6/python3-pyside6.changes 2025-04-07 17:36:33.084658596 +0200 +++ /work/SRC/openSUSE:Factory/.python3-pyside6.new.30101/python3-pyside6.changes 2025-05-07 19:16:29.811285650 +0200 @@ -1,0 +2,10 @@ +Wed May 7 07:44:43 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Disable more failing test on x86_64 and riscv + +------------------------------------------------------------------- +Thu Apr 24 10:40:36 UTC 2025 - Antonio Larrosa <alarr...@suse.com> + +- Exclude a number of tests that segfault in ppc64le + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-pyside6.spec ++++++ --- /var/tmp/diff_new_pack.iXVX79/_old 2025-05-07 19:16:30.387309711 +0200 +++ /var/tmp/diff_new_pack.iXVX79/_new 2025-05-07 19:16:30.387309711 +0200 @@ -311,7 +311,7 @@ %define xvfb_command xvfb-run -s "-screen 0 1600x1200x16 -ac +extension GLX +render -noreset" \\ %define excluded_tests 1 -# Excluded tests (last update: 2025-04-04) +# Excluded tests (last update: 2025-05-07) # QtWebEngineWidgets_pyside-474-qtwebengineview fails with 'ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer' # QtGui_qpen_test times out # QtMultimediaWidgets_qmultimediawidgets aborts @@ -334,6 +334,15 @@ %ifarch riscv64 ctest_exclude_regex+="|QtWebEngineCore_web_engine_custom_scheme|QtQml_qquickitem_grabToImage" %endif +%ifarch ppc64le +# Tests started segfaulting after an unknown change that happened ~ april 10 +ctest_exclude_regex+="|QtQml_bug_825_old|QtQml_bug_825|QtQml_bug_847|QtQml_qqmlnetwork_test|QtQml_registertype|QtQml_registersingletontype|QtQml_qqmlincubator_incubateWhile|QtQml_qquickitem_grabToImage|quicktestmainwithsetup_tst_quicktestmainwithsetup|QtDataVisualization_datavisualization_test" +%endif +%ifarch x86_64 riscv64 +# QtWebengine failures caused by fixes for AMD graphics (cf. sr#1274939) +ctest_exclude_regex+="|QtWebEngineCore_web_engine_custom_scheme|QtWebEngineCore_qwebenginecookiestore_test" +%endif + # qemu linux-user emulation is always multi-threaded, sandbox refuses to start %if 0%{?qemu_user_space_build} ctest_exclude_regex+="|QtWebEngineCore_web_engine_custom_scheme|QtWebEngineCore_qwebenginecookiestore_test|QtWebEngineWidgets_pyside-474-qtwebengineview"