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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9F8B138350 for ; Sat, 2 May 2020 20:08:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 109A3E0BCB; Sat, 2 May 2020 20:08:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2916E0BCB for ; Sat, 2 May 2020 20:08:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E317E34F2CB for ; Sat, 2 May 2020 20:08:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E74F10D for ; Sat, 2 May 2020 20:08:11 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1588450079.e328f9953b360fcdf759881f2c83c0092ddd1abc.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.30-r8.ebuild sys-libs/glibc/glibc-2.31-r2.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e328f9953b360fcdf759881f2c83c0092ddd1abc X-VCS-Branch: master Date: Sat, 2 May 2020 20:08:11 +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: f6b2d026-2ec9-4bbe-af84-c226a1bb7e4d X-Archives-Hash: 7d1e1c9b052a41662a830d0d09614adf commit: e328f9953b360fcdf759881f2c83c0092ddd1abc Author: Sergei Trofimovich gentoo org> AuthorDate: Sat May 2 20:07:59 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat May 2 20:07:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e328f995 sys-libs/glibc: add a reference to disable support test Bug: https://sourceware.org/PR25909 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich gentoo.org> sys-libs/glibc/glibc-2.30-r8.ebuild | 1 + sys-libs/glibc/glibc-2.31-r2.ebuild | 1 + sys-libs/glibc/glibc-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sys-libs/glibc/glibc-2.30-r8.ebuild b/sys-libs/glibc/glibc-2.30-r8.ebuild index efce95c6089..430297d8706 100644 --- a/sys-libs/glibc/glibc-2.30-r8.ebuild +++ b/sys-libs/glibc/glibc-2.30-r8.ebuild @@ -153,6 +153,7 @@ XFAIL_TEST_LIST=( # buggy test, assumes /dev/ and /dev/null on a single filesystem # 'mount --bind /dev/null /chroot/dev/null' breaks it. + # https://sourceware.org/PR25909 tst-support_descriptors ) diff --git a/sys-libs/glibc/glibc-2.31-r2.ebuild b/sys-libs/glibc/glibc-2.31-r2.ebuild index 19510c320d4..214f217af19 100644 --- a/sys-libs/glibc/glibc-2.31-r2.ebuild +++ b/sys-libs/glibc/glibc-2.31-r2.ebuild @@ -144,6 +144,7 @@ XFAIL_TEST_LIST=( # buggy test, assumes /dev/ and /dev/null on a single filesystem # 'mount --bind /dev/null /chroot/dev/null' breaks it. + # https://sourceware.org/PR25909 tst-support_descriptors ) diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 589a69224e4..8b440f31782 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -143,6 +143,7 @@ XFAIL_TEST_LIST=( # buggy test, assumes /dev/ and /dev/null on a single filesystem # 'mount --bind /dev/null /chroot/dev/null' breaks it. + # https://sourceware.org/PR25909 tst-support_descriptors )