From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3610115800A for ; Wed, 2 Aug 2023 22:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72221E0909; Wed, 2 Aug 2023 22:58:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 579D9E0909 for ; Wed, 2 Aug 2023 22:58:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FEF9340D36 for ; Wed, 2 Aug 2023 22:58:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD5E6EB2 for ; Wed, 2 Aug 2023 22:58:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1691017074.e1c4193fd354aab01c8e53282b7cb36a0c2bfcd5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.37-r4.ebuild sys-libs/glibc/glibc-2.38.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e1c4193fd354aab01c8e53282b7cb36a0c2bfcd5 X-VCS-Branch: master Date: Wed, 2 Aug 2023 22:58:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 90f54309-a2ae-4fb8-adc0-bf9f2a9cd1cf X-Archives-Hash: cae79f4069d3478917f800969cd679ac commit: e1c4193fd354aab01c8e53282b7cb36a0c2bfcd5 Author: Sam James gentoo org> AuthorDate: Wed Aug 2 22:57:14 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 2 22:57:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c4193f sys-libs/glibc: skip a handful more nspawn-sensitive tests These seem to fail in nspawn with --suppress-sync, --ephemeral, and/or some other low priority setting. We're only skipping these for nspawn, so it's not a big deal. Signed-off-by: Sam James gentoo.org> sys-libs/glibc/glibc-2.37-r4.ebuild | 5 +++++ sys-libs/glibc/glibc-2.38.ebuild | 5 +++++ sys-libs/glibc/glibc-9999.ebuild | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/sys-libs/glibc/glibc-2.37-r4.ebuild b/sys-libs/glibc/glibc-2.37-r4.ebuild index 5fb0eb873238..6a907b7f56e4 100644 --- a/sys-libs/glibc/glibc-2.37-r4.ebuild +++ b/sys-libs/glibc/glibc-2.37-r4.ebuild @@ -187,6 +187,11 @@ XFAIL_NSPAWN_TEST_LIST=( tst-adjtime-time64 tst-clock2 tst-clock2-time64 + + # These fail if --suppress-sync and/or low priority is set + tst-sync_file_range + tst-sched1 + test-errno ) # diff --git a/sys-libs/glibc/glibc-2.38.ebuild b/sys-libs/glibc/glibc-2.38.ebuild index 1e4988e77976..4e348b241285 100644 --- a/sys-libs/glibc/glibc-2.38.ebuild +++ b/sys-libs/glibc/glibc-2.38.ebuild @@ -187,6 +187,11 @@ XFAIL_NSPAWN_TEST_LIST=( tst-adjtime-time64 tst-clock2 tst-clock2-time64 + + # These fail if --suppress-sync and/or low priority is set + tst-sync_file_range + tst-sched1 + test-errno ) # diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 1e4988e77976..4e348b241285 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -187,6 +187,11 @@ XFAIL_NSPAWN_TEST_LIST=( tst-adjtime-time64 tst-clock2 tst-clock2-time64 + + # These fail if --suppress-sync and/or low priority is set + tst-sync_file_range + tst-sched1 + test-errno ) #