Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sun, 03 May 2020 11:01:46
Message-Id: 1588503695.f55f2be1bd6791465453c7b0dfc60bf4c3c75613.slyfox@gentoo
1 commit: f55f2be1bd6791465453c7b0dfc60bf4c3c75613
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 11:01:18 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 11:01:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f55f2be1
7
8 sys-libs/glibc: disable flaky tst-stack4, bug #719674
9
10 tst-stack4 exposes known race condition in glibc
11 (https://sourceware.org/PR19329). Let's disable
12 this test until it's fixed upstream.
13
14 Reported-by: Sam James
15 Bug: https://bugs.gentoo.org/719674
16 Bug: https://sourceware.org/PR19329
17 Package-Manager: Portage-2.3.99, Repoman-2.3.22
18 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
19
20 sys-libs/glibc/glibc-2.30-r8.ebuild | 5 +++++
21 sys-libs/glibc/glibc-2.31-r2.ebuild | 5 +++++
22 sys-libs/glibc/glibc-9999.ebuild | 5 +++++
23 3 files changed, 15 insertions(+)
24
25 diff --git a/sys-libs/glibc/glibc-2.30-r8.ebuild b/sys-libs/glibc/glibc-2.30-r8.ebuild
26 index 430297d8706..e5e446efc2f 100644
27 --- a/sys-libs/glibc/glibc-2.30-r8.ebuild
28 +++ b/sys-libs/glibc/glibc-2.30-r8.ebuild
29 @@ -155,6 +155,11 @@ XFAIL_TEST_LIST=(
30 # 'mount --bind /dev/null /chroot/dev/null' breaks it.
31 # https://sourceware.org/PR25909
32 tst-support_descriptors
33 +
34 + # Flaky test, known to fail occasionally:
35 + # https://sourceware.org/PR19329
36 + # https://bugs.gentoo.org/719674#c12
37 + tst-stack4
38 )
39
40 #
41
42 diff --git a/sys-libs/glibc/glibc-2.31-r2.ebuild b/sys-libs/glibc/glibc-2.31-r2.ebuild
43 index 214f217af19..2648f673885 100644
44 --- a/sys-libs/glibc/glibc-2.31-r2.ebuild
45 +++ b/sys-libs/glibc/glibc-2.31-r2.ebuild
46 @@ -146,6 +146,11 @@ XFAIL_TEST_LIST=(
47 # 'mount --bind /dev/null /chroot/dev/null' breaks it.
48 # https://sourceware.org/PR25909
49 tst-support_descriptors
50 +
51 + # Flaky test, known to fail occasionally:
52 + # https://sourceware.org/PR19329
53 + # https://bugs.gentoo.org/719674#c12
54 + tst-stack4
55 )
56
57 #
58
59 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
60 index 8b440f31782..aec5e3c69a7 100644
61 --- a/sys-libs/glibc/glibc-9999.ebuild
62 +++ b/sys-libs/glibc/glibc-9999.ebuild
63 @@ -145,6 +145,11 @@ XFAIL_TEST_LIST=(
64 # 'mount --bind /dev/null /chroot/dev/null' breaks it.
65 # https://sourceware.org/PR25909
66 tst-support_descriptors
67 +
68 + # Flaky test, known to fail occasionally:
69 + # https://sourceware.org/PR19329
70 + # https://bugs.gentoo.org/719674#c12
71 + tst-stack4
72 )
73
74 #