summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-05-02 21:07:59 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-05-02 21:07:59 +0100
commite328f9953b360fcdf759881f2c83c0092ddd1abc (patch)
treea7819cf7783ba7b2ba0cb6c71b1b37c52b08b24c /sys-libs
parentsys-libs/glibc: disable tst-pkey and tst-support_descriptors tests (diff)
downloadgentoo-e328f9953b360fcdf759881f2c83c0092ddd1abc.tar.gz
gentoo-e328f9953b360fcdf759881f2c83c0092ddd1abc.tar.bz2
gentoo-e328f9953b360fcdf759881f2c83c0092ddd1abc.zip
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@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.30-r8.ebuild1
-rw-r--r--sys-libs/glibc/glibc-2.31-r2.ebuild1
-rw-r--r--sys-libs/glibc/glibc-9999.ebuild1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys-libs/glibc/glibc-2.30-r8.ebuild b/sys-libs/glibc/glibc-2.30-r8.ebuild
index efce95c6089c..430297d8706f 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 19510c320d4a..214f217af19b 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 589a69224e4c..8b440f317829 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
)