commit: e1c4193fd354aab01c8e53282b7cb36a0c2bfcd5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 2 22:57:14 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
)
#