commit: 83c03e773c11931e6482879e36df091fa17c7b7d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 22 23:11:24 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 23:13:53 2026 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=83c03e77
kde-apps/okular: Disable yet another broken test: visibilitytest Closes: https://bugs.gentoo.org/970239 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/okular/okular-25.12.49.9999.ebuild | 19 ++++++++----------- kde-apps/okular/okular-9999.ebuild | 19 ++++++++----------- 2 files changed, 16 insertions(+), 22 deletions(-) diff --git a/kde-apps/okular/okular-25.12.49.9999.ebuild b/kde-apps/okular/okular-25.12.49.9999.ebuild index 975c5ffb61..1b3a7384b6 100644 --- a/kde-apps/okular/okular-25.12.49.9999.ebuild +++ b/kde-apps/okular/okular-25.12.49.9999.ebuild @@ -65,6 +65,14 @@ PATCHES=( "${FILESDIR}/${PN}-23.08.5-implicit-vasprintf.patch" # bug 922345; pending upstream ) +CMAKE_SKIP_TESTS=( + mainshelltest # hangs, bug #603116 + parttest # hangs, bug #641728, annotationtoolbartest fails, KDE-Bug #429640 + annotationtoolbartest + signunsignedfieldtest # fails, whatever. bug #852749 + visibilitytest # fails, whatever. bug #970239 +) + src_configure() { local mycmakeargs=( -DFORCE_NOT_REQUIRED_DEPENDENCIES="KF6DocTools;KF6Wallet;DjVuLibre;EPub;Discount;QMobipocket6;Poppler;LibSpectre;KF6Purpose;Qt6TextToSpeech;TIFF;" @@ -83,14 +91,3 @@ src_configure() { ) ecm_src_configure } - -src_test() { - # mainshelltest hangs, bug #603116 - # parttest hangs, bug #641728, annotationtoolbartest fails, KDE-Bug #429640 - # signunsignedfieldtest fails, whatever. bug #852749 - local myctestargs=( - -E "(mainshelltest|parttest|annotationtoolbartest|signunsignedfieldtest)" - ) - - ecm_src_test -} diff --git a/kde-apps/okular/okular-9999.ebuild b/kde-apps/okular/okular-9999.ebuild index fdd51dc528..d540e015f2 100644 --- a/kde-apps/okular/okular-9999.ebuild +++ b/kde-apps/okular/okular-9999.ebuild @@ -65,6 +65,14 @@ PATCHES=( "${FILESDIR}/${PN}-23.08.5-implicit-vasprintf.patch" # bug 922345; pending upstream ) +CMAKE_SKIP_TESTS=( + mainshelltest # hangs, bug #603116 + parttest # hangs, bug #641728, annotationtoolbartest fails, KDE-Bug #429640 + annotationtoolbartest + signunsignedfieldtest # fails, whatever. bug #852749 + visibilitytest # fails, whatever. bug #970239 +) + src_configure() { local mycmakeargs=( -DFORCE_NOT_REQUIRED_DEPENDENCIES="KF6DocTools;KF6Wallet;DjVuLibre;EPub;Discount;QMobipocket6;Poppler;LibSpectre;KF6Purpose;Qt6TextToSpeech;TIFF;" @@ -83,14 +91,3 @@ src_configure() { ) ecm_src_configure } - -src_test() { - # mainshelltest hangs, bug #603116 - # parttest hangs, bug #641728, annotationtoolbartest fails, KDE-Bug #429640 - # signunsignedfieldtest fails, whatever. bug #852749 - local myctestargs=( - -E "(mainshelltest|parttest|annotationtoolbartest|signunsignedfieldtest)" - ) - - ecm_src_test -}
