From 230c414ce4f93455d6e0e553312b2bbdfd58477d Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 15 Jan 2022 20:35:48 +0100 Subject: sys-libs/glibc: XFAIL 3 more tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/831267 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- sys-libs/glibc/glibc-2.34-r6.ebuild | 6 ++++++ sys-libs/glibc/glibc-9999.ebuild | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) 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 ) # -- cgit v1.2.3-65-gdbad