sys-libs/glibc: disable tst-pkey and tst-support_descriptors tests
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 2 May 2020 19:51:08 +0000 (20:51 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 2 May 2020 19:51:21 +0000 (20:51 +0100)
tst-pkey did not hande -ENOSPC-as-unsupported untli glibc-2.31.
tst-support_descriptors is yet to be reported upstream.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
sys-libs/glibc/glibc-2.30-r8.ebuild
sys-libs/glibc/glibc-2.31-r2.ebuild
sys-libs/glibc/glibc-9999.ebuild

index 2836d93f552ea1656452f6708ad06e79360343d8..efce95c6089c7c990df72677403013d56dcbf86e 100644 (file)
@@ -147,6 +147,13 @@ XFAIL_TEST_LIST=(
        tst-locale-locpath
        # 9) Failures of unknown origin
        tst-latepthread
+
+       # buggy test, fixed in glibc-2.31 in 70ba28f7ab29
+       tst-pkey
+
+       # buggy test, assumes /dev/ and /dev/null on a single filesystem
+       # 'mount --bind /dev/null /chroot/dev/null' breaks it.
+       tst-support_descriptors
 )
 
 #
index 2945adf1290a9baac81edeae41297fb0c3e862e2..19510c320d4a5bf73b1c6c515c5c415b2d078f54 100644 (file)
@@ -141,6 +141,10 @@ GENTOO_GLIBC_XFAIL_TESTS="${GENTOO_GLIBC_XFAIL_TESTS:-yes}"
 XFAIL_TEST_LIST=(
        # 9) Failures of unknown origin
        tst-latepthread
+
+       # buggy test, assumes /dev/ and /dev/null on a single filesystem
+       # 'mount --bind /dev/null /chroot/dev/null' breaks it.
+       tst-support_descriptors
 )
 
 #
index dafe72da8ed7fa0f4457e43d9a8c7f25cd921cf8..589a69224e4c59fcb5df84ba7eaf5c3421587921 100644 (file)
@@ -140,6 +140,10 @@ GENTOO_GLIBC_XFAIL_TESTS="${GENTOO_GLIBC_XFAIL_TESTS:-yes}"
 XFAIL_TEST_LIST=(
        # 9) Failures of unknown origin
        tst-latepthread
+
+       # buggy test, assumes /dev/ and /dev/null on a single filesystem
+       # 'mount --bind /dev/null /chroot/dev/null' breaks it.
+       tst-support_descriptors
 )
 
 #