Skip to content

Commit

Permalink
net-im/neochat: Disable broken tests
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/909816
Closes: https://bugs.gentoo.org/938530
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 3, 2024
1 parent 735ed29 commit 4cfdaa3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions net-im/neochat/neochat-24.11.90.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
7 changes: 7 additions & 0 deletions net-im/neochat/neochat-24.12.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
7 changes: 7 additions & 0 deletions net-im/neochat/neochat-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 4cfdaa3

Please sign in to comment.