commit:     384a0dc2a523ac6f68a1ab844ebb7dd52b9e65dd
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  2 14:59:00 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Sep  2 17:51:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384a0dc2

dev-qt/qtbase: skip tst_qlatin1stringmatcher in 6.8+

Haven't tried 6.7.9999 yet, may possibly be needed depending
on what changes made it in from dev branch.

Will notice when bump 6.7.3 (assuming this ever releases),
it's hard to miss when the whole system slows down until the
OOM killer kicks in.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-qt/qtbase/qtbase-6.8.9999.ebuild | 2 ++
 dev-qt/qtbase/qtbase-6.9999.ebuild   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-qt/qtbase/qtbase-6.8.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.8.9999.ebuild
index e2867369035a..7c4afe2f0a19 100644
--- a/dev-qt/qtbase/qtbase-6.8.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.8.9999.ebuild
@@ -303,6 +303,8 @@ src_test() {
                # may randomly hang+timeout, perhaps related to -j as well
                tst_qprocess #936484
                tst_qtimer
+               # haystacksWithMoreThan4GiBWork can easily OOM (16GB ram not 
enough)
+               tst_qlatin1stringmatcher
                # these can be flaky depending on the environment/toolchain
                tst_qlogging # backtrace log test can easily vary
                tst_q{,raw}font # affected by available fonts / settings (bug 
#914737)

diff --git a/dev-qt/qtbase/qtbase-6.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.9999.ebuild
index e2867369035a..7c4afe2f0a19 100644
--- a/dev-qt/qtbase/qtbase-6.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.9999.ebuild
@@ -303,6 +303,8 @@ src_test() {
                # may randomly hang+timeout, perhaps related to -j as well
                tst_qprocess #936484
                tst_qtimer
+               # haystacksWithMoreThan4GiBWork can easily OOM (16GB ram not 
enough)
+               tst_qlatin1stringmatcher
                # these can be flaky depending on the environment/toolchain
                tst_qlogging # backtrace log test can easily vary
                tst_q{,raw}font # affected by available fonts / settings (bug 
#914737)

Reply via email to