diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-03 21:24:11 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-03 21:24:11 +0100 |
| commit | 4cfdaa32a2326492a30b10754bdf12a22572196a (patch) | |
| tree | b20350f2d292806f05148652e3514ad94bb664f1 | |
| parent | 735ed294781f1dd95ca56d5aef50cda044a20a9c (diff) | |
| download | kde-4cfdaa32a2326492a30b10754bdf12a22572196a.tar.gz kde-4cfdaa32a2326492a30b10754bdf12a22572196a.tar.bz2 kde-4cfdaa32a2326492a30b10754bdf12a22572196a.zip | |
net-im/neochat: Disable broken tests
Closes: https://bugs.gentoo.org/909816
Closes: https://bugs.gentoo.org/938530
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | net-im/neochat/neochat-24.11.90.ebuild | 7 | ||||
| -rw-r--r-- | net-im/neochat/neochat-24.12.49.9999.ebuild | 7 | ||||
| -rw-r--r-- | net-im/neochat/neochat-9999.ebuild | 7 |
3 files changed, 21 insertions, 0 deletions
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 +) |
