From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 049D21581EE for ; Wed, 26 Mar 2025 20:30:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DB0D634321D for ; Wed, 26 Mar 2025 20:30:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6F98A1104AF; Wed, 26 Mar 2025 20:30:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6A8851104AF for ; Wed, 26 Mar 2025 20:30:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22B28343119 for ; Wed, 26 Mar 2025 20:30:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D371283B for ; Wed, 26 Mar 2025 20:30:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1743020945.1af29530dd97dccceca61dac6ed04c6f46d3ac52.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/libalkimia/libalkimia-8.2.9999.ebuild app-office/libalkimia/libalkimia-9999.ebuild X-VCS-Directories: app-office/libalkimia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1af29530dd97dccceca61dac6ed04c6f46d3ac52 X-VCS-Branch: master Date: Wed, 26 Mar 2025 20:30:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f9f4b7e-4500-4af6-92e6-7fefae12264a X-Archives-Hash: f35b63d98c99ef689d935b473af047c6 commit: 1af29530dd97dccceca61dac6ed04c6f46d3ac52 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 26 20:29:05 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 26 20:29:05 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1af29530 app-office/libalkimia: disable failing tests Bug: https://bugs.gentoo.org/951641 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libalkimia/libalkimia-8.2.9999.ebuild | 16 ++++++++++++++++ app-office/libalkimia/libalkimia-9999.ebuild | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-office/libalkimia/libalkimia-8.2.9999.ebuild b/app-office/libalkimia/libalkimia-8.2.9999.ebuild index 9f669314e7..5b544e679b 100644 --- a/app-office/libalkimia/libalkimia-8.2.9999.ebuild +++ b/app-office/libalkimia/libalkimia-8.2.9999.ebuild @@ -61,3 +61,19 @@ src_configure() { ) ecm_src_configure } + +src_test() { + # bug 951641 + local CMAKE_SKIP_TESTS=( + alkdownloadengine-qt-test + alknewstuffenginetest + alkonlinequotestest + appstreamtest-onlinequoteseditor + # these fail with USE=webengine + alkdownloadengine-webengine-test + alkonlinequotes-webengine-test + alkwebpage-webengine-test + test-qwebengine-offscreen + ) + TZ=UTC ecm_src_test +} diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild index a95ea06ca8..22f791abfa 100644 --- a/app-office/libalkimia/libalkimia-9999.ebuild +++ b/app-office/libalkimia/libalkimia-9999.ebuild @@ -63,3 +63,19 @@ src_configure() { ) ecm_src_configure } + +src_test() { + # bug 951641 + local CMAKE_SKIP_TESTS=( + alkdownloadengine-qt-test + alknewstuffenginetest + alkonlinequotestest + appstreamtest-onlinequoteseditor + # these fail with USE=webengine + alkdownloadengine-webengine-test + alkonlinequotes-webengine-test + alkwebpage-webengine-test + test-qwebengine-offscreen + ) + TZ=UTC ecm_src_test +}