commit: f1a872f3916b2a8887876956b48bd550ff0e676b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 24 11:09:45 2026 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jan 24 11:10:31 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a872f3
sys-libs/glibc: XFAIL one test broken by portage
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-libs/glibc/glibc-2.43.ebuild | 3 +++
sys-libs/glibc/glibc-9999.ebuild | 3 +++
2 files changed, 6 insertions(+)
diff --git a/sys-libs/glibc/glibc-2.43.ebuild b/sys-libs/glibc/glibc-2.43.ebuild
index 5ec25c760f1c..9e83ab47400d 100644
--- a/sys-libs/glibc/glibc-2.43.ebuild
+++ b/sys-libs/glibc/glibc-2.43.ebuild
@@ -218,6 +218,9 @@ XFAIL_NSPAWN_TEST_LIST=(
# These fail if --suppress-sync and/or low priority is set
tst-sync_file_range
test-errno
+
+ # Fails only in portage. Needs investigation.
+ tst-setvbuf2
)
#
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index 5ec25c760f1c..9e83ab47400d 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -218,6 +218,9 @@ XFAIL_NSPAWN_TEST_LIST=(
# These fail if --suppress-sync and/or low priority is set
tst-sync_file_range
test-errno
+
+ # Fails only in portage. Needs investigation.
+ tst-setvbuf2
)
#