forked from pool/python3-pyside6
This commit is contained in:
parent
873f27cfb0
commit
90402dc528
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 6 07:34:22 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Disable two additional tests on aarch64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 24 08:14:56 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Thu Nov 24 08:14:56 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -207,7 +207,7 @@ done
|
|||||||
%define xvfb_command xvfb-run -s "-screen 0 1600x1200x16 -ac +extension GLX +render -noreset" \\
|
%define xvfb_command xvfb-run -s "-screen 0 1600x1200x16 -ac +extension GLX +render -noreset" \\
|
||||||
|
|
||||||
%define excluded_tests 1
|
%define excluded_tests 1
|
||||||
# Excluded tests (last update: 2022-10-17)
|
# Excluded tests (last update: 2022-12-06)
|
||||||
# QtWebEngineWidgets_pyside-474-qtwebengineview fails with 'ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer'
|
# QtWebEngineWidgets_pyside-474-qtwebengineview fails with 'ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer'
|
||||||
# QtGui_qpen_test times out
|
# QtGui_qpen_test times out
|
||||||
# QtMultimediaWidgets_qmultimediawidgets aborts
|
# QtMultimediaWidgets_qmultimediawidgets aborts
|
||||||
@ -216,6 +216,10 @@ ctest_exclude_regex="QtWebEngineWidgets_pyside-474-qtwebengineview|QtGui_qpen_te
|
|||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
ctest_exclude_regex="$ctest_exclude_regex|Qt3DExtras_qt3dextras_test"
|
ctest_exclude_regex="$ctest_exclude_regex|Qt3DExtras_qt3dextras_test"
|
||||||
%endif
|
%endif
|
||||||
|
# Random failures on aarch64: registry_existence_test times out and QtWebEngineCore_web_engine_custom_scheme asserts
|
||||||
|
%ifarch aarch64
|
||||||
|
ctest_exclude_regex="$ctest_exclude_regex|registry_existence_test|QtWebEngineCore_web_engine_custom_scheme"
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
pushd sources/%{pyside_flavor}
|
pushd sources/%{pyside_flavor}
|
||||||
|
Loading…
Reference in New Issue
Block a user