From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C7E6159C96 for ; Mon, 22 Jul 2024 22:53:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 182F6E2A06; Mon, 22 Jul 2024 22:53:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id EF30AE2A06 for ; Mon, 22 Jul 2024 22:53:05 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB1EA340C7C for ; Mon, 22 Jul 2024 22:53:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B87B1DF4 for ; Mon, 22 Jul 2024 22:53:03 +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: <1721688724.d6bad4026d30c5cd1de2b5f3e91c60fef2842330.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.7.2-r1.ebuild dev-qt/qtbase/qtbase-6.7.9999.ebuild dev-qt/qtbase/qtbase-6.8.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: d6bad4026d30c5cd1de2b5f3e91c60fef2842330 X-VCS-Branch: master Date: Mon, 22 Jul 2024 22:53:03 +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: 206bb8c2-6d90-4aad-aa8d-23ca57b792e7 X-Archives-Hash: ab8a60eef188c3cc4d8b0f152c350f04 commit: d6bad4026d30c5cd1de2b5f3e91c60fef2842330 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jul 22 22:46:57 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Jul 22 22:52:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6bad402 dev-qt/qtbase: skip flaky tst_qprocess Closes: https://bugs.gentoo.org/936484 Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtbase/qtbase-6.7.2-r1.ebuild | 3 +-- dev-qt/qtbase/qtbase-6.7.9999.ebuild | 3 +-- dev-qt/qtbase/qtbase-6.8.9999.ebuild | 3 +-- dev-qt/qtbase/qtbase-6.9999.ebuild | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-qt/qtbase/qtbase-6.7.2-r1.ebuild b/dev-qt/qtbase/qtbase-6.7.2-r1.ebuild index 428654198862..54a41ae62c97 100644 --- a/dev-qt/qtbase/qtbase-6.7.2-r1.ebuild +++ b/dev-qt/qtbase/qtbase-6.7.2-r1.ebuild @@ -275,6 +275,7 @@ src_test() { # 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_qprocess #936484 tst_qtimer # these can be flaky depending on the environment/toolchain tst_qlogging # backtrace log test can easily vary @@ -309,7 +310,6 @@ src_test() { tst_qicoimageformat tst_qimagereader tst_qimage - tst_qprocess ') # fails due to hppa's NaN handling, needs looking into (bug #914371) $(usev hppa ' @@ -319,7 +319,6 @@ src_test() { # bug #914033 $(usev sparc ' tst_qbuffer - tst_qprocess tst_qtconcurrentiteratekernel ') # note: for linux, upstream only really runs+maintains tests for amd64 diff --git a/dev-qt/qtbase/qtbase-6.7.9999.ebuild b/dev-qt/qtbase/qtbase-6.7.9999.ebuild index 435584eeecbe..21ce4da21682 100644 --- a/dev-qt/qtbase/qtbase-6.7.9999.ebuild +++ b/dev-qt/qtbase/qtbase-6.7.9999.ebuild @@ -274,6 +274,7 @@ src_test() { # 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_qprocess #936484 tst_qtimer # these can be flaky depending on the environment/toolchain tst_qlogging # backtrace log test can easily vary @@ -308,7 +309,6 @@ src_test() { tst_qicoimageformat tst_qimagereader tst_qimage - tst_qprocess ') # fails due to hppa's NaN handling, needs looking into (bug #914371) $(usev hppa ' @@ -318,7 +318,6 @@ src_test() { # bug #914033 $(usev sparc ' tst_qbuffer - tst_qprocess tst_qtconcurrentiteratekernel ') # note: for linux, upstream only really runs+maintains tests for amd64 diff --git a/dev-qt/qtbase/qtbase-6.8.9999.ebuild b/dev-qt/qtbase/qtbase-6.8.9999.ebuild index 04fb1a0aaefe..a07ea4a4d232 100644 --- a/dev-qt/qtbase/qtbase-6.8.9999.ebuild +++ b/dev-qt/qtbase/qtbase-6.8.9999.ebuild @@ -286,6 +286,7 @@ src_test() { # 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_qprocess #936484 tst_qtimer # these can be flaky depending on the environment/toolchain tst_qlogging # backtrace log test can easily vary @@ -320,7 +321,6 @@ src_test() { tst_qicoimageformat tst_qimagereader tst_qimage - tst_qprocess ') # fails due to hppa's NaN handling, needs looking into (bug #914371) $(usev hppa ' @@ -330,7 +330,6 @@ src_test() { # bug #914033 $(usev sparc ' tst_qbuffer - tst_qprocess tst_qtconcurrentiteratekernel ') # note: for linux, upstream only really runs+maintains tests for amd64 diff --git a/dev-qt/qtbase/qtbase-6.9999.ebuild b/dev-qt/qtbase/qtbase-6.9999.ebuild index 04fb1a0aaefe..a07ea4a4d232 100644 --- a/dev-qt/qtbase/qtbase-6.9999.ebuild +++ b/dev-qt/qtbase/qtbase-6.9999.ebuild @@ -286,6 +286,7 @@ src_test() { # 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_qprocess #936484 tst_qtimer # these can be flaky depending on the environment/toolchain tst_qlogging # backtrace log test can easily vary @@ -320,7 +321,6 @@ src_test() { tst_qicoimageformat tst_qimagereader tst_qimage - tst_qprocess ') # fails due to hppa's NaN handling, needs looking into (bug #914371) $(usev hppa ' @@ -330,7 +330,6 @@ src_test() { # bug #914033 $(usev sparc ' tst_qbuffer - tst_qprocess tst_qtconcurrentiteratekernel ') # note: for linux, upstream only really runs+maintains tests for amd64