From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1634650-garchives=archives.gentoo.org@lists.gentoo.org> 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 D2ECA1581D3 for <garchives@archives.gentoo.org>; Fri, 24 May 2024 06:04:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6671E2A43; Fri, 24 May 2024 06:04:32 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA3D5E2A43 for <gentoo-commits@lists.gentoo.org>; Fri, 24 May 2024 06:04:32 +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 770BB34300F for <gentoo-commits@lists.gentoo.org>; Fri, 24 May 2024 06:04:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC5AB1B43 for <gentoo-commits@lists.gentoo.org>; Fri, 24 May 2024 06:04:28 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1716530632.9aa2b1a14f8c5d41f02b5112c31e9a2f47e928b1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/util-linux-2.39.4-r1.ebuild sys-apps/util-linux/util-linux-2.40.1-r3.ebuild sys-apps/util-linux/util-linux-9999.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9aa2b1a14f8c5d41f02b5112c31e9a2f47e928b1 X-VCS-Branch: master Date: Fri, 24 May 2024 06:04:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 635af94f-3aae-4057-abb1-9d3e8a33ba49 X-Archives-Hash: 10f7d461a7821c18e6ddc288523cdeb4 commit: 9aa2b1a14f8c5d41f02b5112c31e9a2f47e928b1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri May 24 06:02:26 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 24 06:03:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa2b1a1 sys-apps/util-linux: skip flaky rename/subdir test It passes for me on re-runs. Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/util-linux/util-linux-2.39.4-r1.ebuild | 3 +++ sys-apps/util-linux/util-linux-2.40.1-r3.ebuild | 3 +++ sys-apps/util-linux/util-linux-9999.ebuild | 3 +++ 3 files changed, 9 insertions(+) diff --git a/sys-apps/util-linux/util-linux-2.39.4-r1.ebuild b/sys-apps/util-linux/util-linux-2.39.4-r1.ebuild index 0230482e78cd..e61811263ec4 100644 --- a/sys-apps/util-linux/util-linux-2.39.4-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.39.4-r1.ebuild @@ -155,6 +155,9 @@ src_prepare() { # Fails with network-sandbox at least in nspawn lsfd/option-inet utmp/last-ipv6 + + # Flaky + rename/subdir ) local known_failing_test diff --git a/sys-apps/util-linux/util-linux-2.40.1-r3.ebuild b/sys-apps/util-linux/util-linux-2.40.1-r3.ebuild index a9980ed89514..340527c06ae4 100644 --- a/sys-apps/util-linux/util-linux-2.40.1-r3.ebuild +++ b/sys-apps/util-linux/util-linux-2.40.1-r3.ebuild @@ -152,6 +152,9 @@ src_prepare() { lsfd/option-inet utmp/last-ipv6 + # Flaky + rename/subdir + # Permission issues on /dev/random lsfd/mkfds-eventpoll lsfd/column-xmode diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index f3ea42edeeff..90d69b34f877 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -152,6 +152,9 @@ src_prepare() { lsfd/option-inet utmp/last-ipv6 + # Flaky + rename/subdir + # Permission issues on /dev/random lsfd/mkfds-eventpoll lsfd/column-xmode