commit:     6de131fbfcfa0b85d0beb945c6272d7da649c94b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 15:17:25 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 15:18:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de131fb

dev-qt/qtbase: skip tst_qtimer (randomly hangs)

Ran into this while testing the previous patch (which did
not touch anything timer-related), and worked again after
another rebuild.

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

 dev-qt/qtbase/qtbase-6.6.1-r3.ebuild | 2 ++
 dev-qt/qtbase/qtbase-6.6.9999.ebuild | 4 +++-
 dev-qt/qtbase/qtbase-6.7.9999.ebuild | 4 +++-
 dev-qt/qtbase/qtbase-6.9999.ebuild   | 4 +++-
 4 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtbase/qtbase-6.6.1-r3.ebuild 
b/dev-qt/qtbase/qtbase-6.6.1-r3.ebuild
index 6125bd277f01..4ff680df2dbf 100644
--- a/dev-qt/qtbase/qtbase-6.6.1-r3.ebuild
+++ b/dev-qt/qtbase/qtbase-6.6.1-r3.ebuild
@@ -292,6 +292,8 @@ src_test() {
                tst_qsctpsocket
                # randomly fails without -j1, and not worth it over this (bug 
#916181)
                tst_qfiledialog{,2}
+               # may randomly hang+timeout, perhaps related to -j as well
+               tst_qtimer
                # 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.6.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.6.9999.ebuild
index e0e435925cbc..967bb5716ee6 100644
--- a/dev-qt/qtbase/qtbase-6.6.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.6.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -289,6 +289,8 @@ src_test() {
                tst_qsctpsocket
                # randomly fails without -j1, and not worth it over this (bug 
#916181)
                tst_qfiledialog{,2}
+               # may randomly hang+timeout, perhaps related to -j as well
+               tst_qtimer
                # 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.7.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.7.9999.ebuild
index 2056d447ada9..c05adee9ff93 100644
--- a/dev-qt/qtbase/qtbase-6.7.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.7.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -292,6 +292,8 @@ src_test() {
                tst_qsctpsocket
                # randomly fails without -j1, and not worth it over this (bug 
#916181)
                tst_qfiledialog{,2}
+               # may randomly hang+timeout, perhaps related to -j as well
+               tst_qtimer
                # 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 2056d447ada9..c05adee9ff93 100644
--- a/dev-qt/qtbase/qtbase-6.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -292,6 +292,8 @@ src_test() {
                tst_qsctpsocket
                # randomly fails without -j1, and not worth it over this (bug 
#916181)
                tst_qfiledialog{,2}
+               # may randomly hang+timeout, perhaps related to -j as well
+               tst_qtimer
                # 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