commit:     ed852f4313a8362fb6f6742828d7074c8e13610a
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  4 11:27:52 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Oct  4 15:02:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed852f43

dev-qt/qtbase: skip flaky tst_wayland_cursor in 6.10

Randomly had this fail then pass, test sounds timing related.
It's a small test case and probably not super important to check
here, so not going to worry about it. Unsure if even relevant
without a real wayland compositor and a cursor (offscreen).

For 6.9, this test was in dev-qt/qtwayland instead, albeit I
never had it fail there (yet) so will leave that alone.

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

 dev-qt/qtbase/qtbase-6.10.9999.ebuild | 6 +++---
 dev-qt/qtbase/qtbase-6.9999.ebuild    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-qt/qtbase/qtbase-6.10.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.10.9999.ebuild
index 2a5a4acfcfc4..c3b02502a18f 100644
--- a/dev-qt/qtbase/qtbase-6.10.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.10.9999.ebuild
@@ -356,11 +356,11 @@ src_test() {
                tst_qsharedmemory
                # typical to lack SCTP support on non-generic kernels
                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
+               # flaky tests, may be better with -j1 but not worth using over 
this
+               tst_qfiledialog{,2} #916181
                tst_qprocess #936484
                tst_qtimer
+               tst_wayland_cursor
                # haystacksWithMoreThan4GiBWork can easily OOM (16GB ram not 
enough)
                tst_qlatin1stringmatcher
                # these can be flaky depending on the environment/toolchain

diff --git a/dev-qt/qtbase/qtbase-6.9999.ebuild 
b/dev-qt/qtbase/qtbase-6.9999.ebuild
index 2a5a4acfcfc4..c3b02502a18f 100644
--- a/dev-qt/qtbase/qtbase-6.9999.ebuild
+++ b/dev-qt/qtbase/qtbase-6.9999.ebuild
@@ -356,11 +356,11 @@ src_test() {
                tst_qsharedmemory
                # typical to lack SCTP support on non-generic kernels
                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
+               # flaky tests, may be better with -j1 but not worth using over 
this
+               tst_qfiledialog{,2} #916181
                tst_qprocess #936484
                tst_qtimer
+               tst_wayland_cursor
                # haystacksWithMoreThan4GiBWork can easily OOM (16GB ram not 
enough)
                tst_qlatin1stringmatcher
                # these can be flaky depending on the environment/toolchain

Reply via email to