Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Mon, 06 Jun 2022 16:04:57
Message-Id: 1654531425.2bbf56eedf278d36b1f8208dbfd47f7db4e12169.dilfridge@gentoo
1 commit: 2bbf56eedf278d36b1f8208dbfd47f7db4e12169
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 16:03:45 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 16:03:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbf56ee
7
8 sys-libs/glibc: Give the testsuite a bit more time
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 sys-libs/glibc/glibc-2.35-r7.ebuild | 5 ++++-
13 sys-libs/glibc/glibc-9999.ebuild | 5 ++++-
14 2 files changed, 8 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-libs/glibc/glibc-2.35-r7.ebuild b/sys-libs/glibc/glibc-2.35-r7.ebuild
17 index 6ce1a5fa2ca8..05fbd55a47fc 100644
18 --- a/sys-libs/glibc/glibc-2.35-r7.ebuild
19 +++ b/sys-libs/glibc/glibc-2.35-r7.ebuild
20 @@ -1191,7 +1191,10 @@ glibc_src_test() {
21 # sandbox does not understand unshare() and prevents
22 # writes to /proc/, which makes many tests fail
23
24 - SANDBOX_ON=0 LD_PRELOAD= emake ${myxfailparams} check
25 + # we give the tests a bit more time to avoid spurious
26 + # bug reports on slow arches
27 +
28 + SANDBOX_ON=0 LD_PRELOAD= TIMEOUTFACTOR=16 emake ${myxfailparams} check
29 }
30
31 do_src_test() {
32
33 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
34 index b719a898e915..036cc591795c 100644
35 --- a/sys-libs/glibc/glibc-9999.ebuild
36 +++ b/sys-libs/glibc/glibc-9999.ebuild
37 @@ -1181,7 +1181,10 @@ glibc_src_test() {
38 # sandbox does not understand unshare() and prevents
39 # writes to /proc/, which makes many tests fail
40
41 - SANDBOX_ON=0 LD_PRELOAD= emake ${myxfailparams} check
42 + # we give the tests a bit more time to avoid spurious
43 + # bug reports on slow arches
44 +
45 + SANDBOX_ON=0 LD_PRELOAD= TIMEOUTFACTOR=16 emake ${myxfailparams} check
46 }
47
48 do_src_test() {