From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4DB0A1581B9 for ; Sat, 04 Oct 2025 15:02:24 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 37DBF340F0E for ; Sat, 04 Oct 2025 15:02:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EED1611028A; Sat, 04 Oct 2025 15:02:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E8ECE11028A for ; Sat, 04 Oct 2025 15:02:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DA5A340F0E for ; Sat, 04 Oct 2025 15:02:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 313DC39B8 for ; Sat, 04 Oct 2025 15:02:21 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1759590123.ed852f4313a8362fb6f6742828d7074c8e13610a.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtbase/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtbase/qtbase-6.10.9999.ebuild dev-qt/qtbase/qtbase-6.9999.ebuild X-VCS-Directories: dev-qt/qtbase/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ed852f4313a8362fb6f6742828d7074c8e13610a X-VCS-Branch: master Date: Sat, 04 Oct 2025 15:02:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 00c83f11-9e45-4ea8-b0be-48c0fcc007de X-Archives-Hash: b413c952bf591ded160eadd77f60e084 commit: ed852f4313a8362fb6f6742828d7074c8e13610a Author: Ionen Wolkens gentoo org> AuthorDate: Sat Oct 4 11:27:52 2025 +0000 Commit: Ionen Wolkens gentoo 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 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