commit:     cd2cc76bb2c487121a81a1724d1aff76b3051625
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  3 20:24:11 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec  3 20:33:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2cc76b

net-im/neochat: Disable broken tests

Closes: https://bugs.gentoo.org/909816
Closes: https://bugs.gentoo.org/938530
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-im/neochat/neochat-24.08.1-r2.ebuild | 7 +++++++
 net-im/neochat/neochat-24.08.3.ebuild    | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/net-im/neochat/neochat-24.08.1-r2.ebuild 
b/net-im/neochat/neochat-24.08.1-r2.ebuild
index fe69c98b2db2..c271f6e4352a 100644
--- a/net-im/neochat/neochat-24.08.1-r2.ebuild
+++ b/net-im/neochat/neochat-24.08.1-r2.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.08.3.ebuild 
b/net-im/neochat/neochat-24.08.3.ebuild
index eab060dd1363..5209b67bb8a5 100644
--- a/net-im/neochat/neochat-24.08.3.ebuild
+++ b/net-im/neochat/neochat-24.08.3.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
+)

Reply via email to