diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-01-15 20:35:48 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-01-15 20:36:21 +0100 |
commit | 230c414ce4f93455d6e0e553312b2bbdfd58477d (patch) | |
tree | 696d4555c96beb56066139e5b0f4149f34170312 /sys-libs | |
parent | sys-cluster/minikube: Bump to 1.24.0-r1 for #831265 (diff) | |
download | gentoo-230c414ce4f93455d6e0e553312b2bbdfd58477d.tar.gz gentoo-230c414ce4f93455d6e0e553312b2bbdfd58477d.tar.bz2 gentoo-230c414ce4f93455d6e0e553312b2bbdfd58477d.zip |
sys-libs/glibc: XFAIL 3 more tests
Bug: https://bugs.gentoo.org/831267
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.34-r6.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.34-r6.ebuild b/sys-libs/glibc/glibc-2.34-r6.ebuild index eaae05f82915..b1093aed0f13 100644 --- a/sys-libs/glibc/glibc-2.34-r6.ebuild +++ b/sys-libs/glibc/glibc-2.34-r6.ebuild @@ -181,6 +181,12 @@ XFAIL_TEST_LIST=( # https://sourceware.org/PR19329 # https://bugs.gentoo.org/719674#c12 tst-stack4 + + # The following tests fail only inside portage + # https://bugs.gentoo.org/831267 + tst-system + tst-strerror + tst-strsignal ) # diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 19d0bf001397..80dd186c1af6 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -182,6 +182,12 @@ XFAIL_TEST_LIST=( # https://sourceware.org/PR19329 # https://bugs.gentoo.org/719674#c12 tst-stack4 + + # The following tests fail only inside portage + # https://bugs.gentoo.org/831267 + tst-system + tst-strerror + tst-strsignal ) # |