summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-09-02 10:59:00 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-09-02 13:51:29 -0400
commit384a0dc2a523ac6f68a1ab844ebb7dd52b9e65dd (patch)
tree7e7bda7a1b9c00f92ff4466312ee6bf36cb24a24
parent0528fe2fcb76f8a88934273c1497555be0ed6832 (diff)
downloadgentoo-384a0dc2a523ac6f68a1ab844ebb7dd52b9e65dd.tar.gz
gentoo-384a0dc2a523ac6f68a1ab844ebb7dd52b9e65dd.tar.bz2
gentoo-384a0dc2a523ac6f68a1ab844ebb7dd52b9e65dd.zip
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@gentoo.org>
-rw-r--r--dev-qt/qtbase/qtbase-6.8.9999.ebuild2
-rw-r--r--dev-qt/qtbase/qtbase-6.9999.ebuild2
2 files changed, 4 insertions, 0 deletions
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)