commit:     e328f9953b360fcdf759881f2c83c0092ddd1abc
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat May  2 20:07:59 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <slyfox <AT> 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
 )
 

Reply via email to