From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 finch.gentoo.org (Postfix) with ESMTPS id 067DF1581F3 for ; Tue, 3 Dec 2024 20:33:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BE82E0819; Tue, 3 Dec 2024 20:33:01 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B02CEE0819 for ; Tue, 3 Dec 2024 20:33:00 +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 90EA73408DD for ; Tue, 3 Dec 2024 20:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB954AED for ; Tue, 3 Dec 2024 20:32:57 +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: <1733257451.4cfdaa32a2326492a30b10754bdf12a22572196a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/neochat/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/neochat/neochat-24.11.90.ebuild net-im/neochat/neochat-24.12.49.9999.ebuild net-im/neochat/neochat-9999.ebuild X-VCS-Directories: net-im/neochat/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4cfdaa32a2326492a30b10754bdf12a22572196a X-VCS-Branch: master Date: Tue, 3 Dec 2024 20:32:57 +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: 9590f4d7-eca3-4f64-bb28-7f9a909ecdf4 X-Archives-Hash: b50f8f97d1560a7b23bf245f638cd03c commit: 4cfdaa32a2326492a30b10754bdf12a22572196a Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 3 20:24:11 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 3 20:24:11 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4cfdaa32 net-im/neochat: Disable broken tests Closes: https://bugs.gentoo.org/909816 Closes: https://bugs.gentoo.org/938530 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/neochat/neochat-24.11.90.ebuild | 7 +++++++ net-im/neochat/neochat-24.12.49.9999.ebuild | 7 +++++++ net-im/neochat/neochat-9999.ebuild | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/net-im/neochat/neochat-24.11.90.ebuild b/net-im/neochat/neochat-24.11.90.ebuild index 24d7b5a7a3..5e3a5b00f5 100644 --- a/net-im/neochat/neochat-24.11.90.ebuild +++ b/net-im/neochat/neochat-24.11.90.ebuild @@ -57,3 +57,10 @@ RDEPEND="${DEPEND} >=kde-frameworks/prison-${KFMIN}:6[qml] " BDEPEND="virtual/pkgconfig" + +CMAKE_SKIP_TESTS=( + # bug 938530, i18n bs + eventhandlertest + # bug 909816, tries access /proc/PID/mem + texthandlertest # ki18n (KLocalizedString) failure +) diff --git a/net-im/neochat/neochat-24.12.49.9999.ebuild b/net-im/neochat/neochat-24.12.49.9999.ebuild index 6b59acbb34..f7fa48908d 100644 --- a/net-im/neochat/neochat-24.12.49.9999.ebuild +++ b/net-im/neochat/neochat-24.12.49.9999.ebuild @@ -57,3 +57,10 @@ RDEPEND="${DEPEND} >=kde-frameworks/prison-${KFMIN}:6[qml] " BDEPEND="virtual/pkgconfig" + +CMAKE_SKIP_TESTS=( + # bug 938530, i18n bs + eventhandlertest + # bug 909816, tries access /proc/PID/mem + texthandlertest # ki18n (KLocalizedString) failure +) diff --git a/net-im/neochat/neochat-9999.ebuild b/net-im/neochat/neochat-9999.ebuild index 6b59acbb34..f7fa48908d 100644 --- a/net-im/neochat/neochat-9999.ebuild +++ b/net-im/neochat/neochat-9999.ebuild @@ -57,3 +57,10 @@ RDEPEND="${DEPEND} >=kde-frameworks/prison-${KFMIN}:6[qml] " BDEPEND="virtual/pkgconfig" + +CMAKE_SKIP_TESTS=( + # bug 938530, i18n bs + eventhandlertest + # bug 909816, tries access /proc/PID/mem + texthandlertest # ki18n (KLocalizedString) failure +)