From 4cfdaa32a2326492a30b10754bdf12a22572196a Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 3 Dec 2024 21:24:11 +0100 Subject: [PATCH] net-im/neochat: Disable broken tests Closes: https://bugs.gentoo.org/909816 Closes: https://bugs.gentoo.org/938530 Signed-off-by: Andreas Sturmlechner --- 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 24d7b5a7a3f..5e3a5b00f57 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 6b59acbb347..f7fa48908d4 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 6b59acbb347..f7fa48908d4 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 +)