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 2B33615802E for ; Mon, 24 Jun 2024 00:43:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72C6EE2ACA; Mon, 24 Jun 2024 00:43:44 +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 55FA7E2ACA for ; Mon, 24 Jun 2024 00:43:44 +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 3E336342FF7 for ; Mon, 24 Jun 2024 00:43:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E2B21C5C for ; Mon, 24 Jun 2024 00:43:41 +0000 (UTC) From: "Sam James" 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" Message-ID: <1719189773.317b5e58dcf37a565e78e24c568bd99d6017bb54.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/coreutils/coreutils-9.5.ebuild sys-apps/coreutils/coreutils-9999.ebuild X-VCS-Directories: sys-apps/coreutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 317b5e58dcf37a565e78e24c568bd99d6017bb54 X-VCS-Branch: master Date: Mon, 24 Jun 2024 00:43:41 +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: 6f91c435-5a85-4798-b862-a61514863dc0 X-Archives-Hash: f1f43a460deb9763ef9f64c15a02a592 commit: 317b5e58dcf37a565e78e24c568bd99d6017bb54 Author: Sam James gentoo org> AuthorDate: Mon Jun 24 00:42:53 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 24 00:42:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=317b5e58 sys-apps/coreutils: skip dd/no-allocate.sh again I'm pretty sure I commented this out to test and never fixed it. Bug: https://bugs.gentoo.org/629660 Closes: https://bugs.gentoo.org/928486 Signed-off-by: Sam James gentoo.org> sys-apps/coreutils/coreutils-9.5.ebuild | 2 +- sys-apps/coreutils/coreutils-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/coreutils/coreutils-9.5.ebuild b/sys-apps/coreutils/coreutils-9.5.ebuild index 7e7f411f12cc..0b4053a9b3d9 100644 --- a/sys-apps/coreutils/coreutils-9.5.ebuild +++ b/sys-apps/coreutils/coreutils-9.5.ebuild @@ -225,7 +225,7 @@ src_test() { local xfail_tests=( # bug #629660 - #tests/dd/no-allocate.sh + tests/dd/no-allocate.sh # bug #675802 tests/env/env-S diff --git a/sys-apps/coreutils/coreutils-9999.ebuild b/sys-apps/coreutils/coreutils-9999.ebuild index 187e8ba621a9..086f5cc8e036 100644 --- a/sys-apps/coreutils/coreutils-9999.ebuild +++ b/sys-apps/coreutils/coreutils-9999.ebuild @@ -223,7 +223,7 @@ src_test() { local xfail_tests=( # bug #629660 - #tests/dd/no-allocate.sh + tests/dd/no-allocate.sh # bug #675802 tests/env/env-S