summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-02 23:57:14 +0100
committerSam James <sam@gentoo.org>2023-08-02 23:57:54 +0100
commite1c4193fd354aab01c8e53282b7cb36a0c2bfcd5 (patch)
tree43c8920adbe4fd90076513b359370b0ced41f177 /sys-libs
parentmake.defaults: need python_single_target_python3_11 in BOOTSTRAP_USE now too (diff)
downloadgentoo-e1c4193fd354aab01c8e53282b7cb36a0c2bfcd5.tar.gz
gentoo-e1c4193fd354aab01c8e53282b7cb36a0c2bfcd5.tar.bz2
gentoo-e1c4193fd354aab01c8e53282b7cb36a0c2bfcd5.zip
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@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.37-r4.ebuild5
-rw-r--r--sys-libs/glibc/glibc-2.38.ebuild5
-rw-r--r--sys-libs/glibc/glibc-9999.ebuild5
3 files changed, 15 insertions, 0 deletions
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
)
#