commit:     4cfdaa32a2326492a30b10754bdf12a22572196a
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: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 <asturm <AT> 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
+)

Reply via email to