Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sat, 02 May 2020 20:08:14
Message-Id: 1588450079.e328f9953b360fcdf759881f2c83c0092ddd1abc.slyfox@gentoo
1 commit: e328f9953b360fcdf759881f2c83c0092ddd1abc
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 2 20:07:59 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 20:07:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e328f995
7
8 sys-libs/glibc: add a reference to disable support test
9
10 Bug: https://sourceware.org/PR25909
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 sys-libs/glibc/glibc-2.30-r8.ebuild | 1 +
15 sys-libs/glibc/glibc-2.31-r2.ebuild | 1 +
16 sys-libs/glibc/glibc-9999.ebuild | 1 +
17 3 files changed, 3 insertions(+)
18
19 diff --git a/sys-libs/glibc/glibc-2.30-r8.ebuild b/sys-libs/glibc/glibc-2.30-r8.ebuild
20 index efce95c6089..430297d8706 100644
21 --- a/sys-libs/glibc/glibc-2.30-r8.ebuild
22 +++ b/sys-libs/glibc/glibc-2.30-r8.ebuild
23 @@ -153,6 +153,7 @@ XFAIL_TEST_LIST=(
24
25 # buggy test, assumes /dev/ and /dev/null on a single filesystem
26 # 'mount --bind /dev/null /chroot/dev/null' breaks it.
27 + # https://sourceware.org/PR25909
28 tst-support_descriptors
29 )
30
31
32 diff --git a/sys-libs/glibc/glibc-2.31-r2.ebuild b/sys-libs/glibc/glibc-2.31-r2.ebuild
33 index 19510c320d4..214f217af19 100644
34 --- a/sys-libs/glibc/glibc-2.31-r2.ebuild
35 +++ b/sys-libs/glibc/glibc-2.31-r2.ebuild
36 @@ -144,6 +144,7 @@ XFAIL_TEST_LIST=(
37
38 # buggy test, assumes /dev/ and /dev/null on a single filesystem
39 # 'mount --bind /dev/null /chroot/dev/null' breaks it.
40 + # https://sourceware.org/PR25909
41 tst-support_descriptors
42 )
43
44
45 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
46 index 589a69224e4..8b440f31782 100644
47 --- a/sys-libs/glibc/glibc-9999.ebuild
48 +++ b/sys-libs/glibc/glibc-9999.ebuild
49 @@ -143,6 +143,7 @@ XFAIL_TEST_LIST=(
50
51 # buggy test, assumes /dev/ and /dev/null on a single filesystem
52 # 'mount --bind /dev/null /chroot/dev/null' breaks it.
53 + # https://sourceware.org/PR25909
54 tst-support_descriptors
55 )