commit:     f55f2be1bd6791465453c7b0dfc60bf4c3c75613
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 11:01:18 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May  3 11:01:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f55f2be1

sys-libs/glibc: disable flaky tst-stack4, bug #719674

tst-stack4 exposes known race condition in glibc
(https://sourceware.org/PR19329). Let's disable
this test until it's fixed upstream.

Reported-by: Sam James
Bug: https://bugs.gentoo.org/719674
Bug: https://sourceware.org/PR19329
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-libs/glibc/glibc-2.30-r8.ebuild | 5 +++++
 sys-libs/glibc/glibc-2.31-r2.ebuild | 5 +++++
 sys-libs/glibc/glibc-9999.ebuild    | 5 +++++
 3 files changed, 15 insertions(+)

diff --git a/sys-libs/glibc/glibc-2.30-r8.ebuild 
b/sys-libs/glibc/glibc-2.30-r8.ebuild
index 430297d8706..e5e446efc2f 100644
--- a/sys-libs/glibc/glibc-2.30-r8.ebuild
+++ b/sys-libs/glibc/glibc-2.30-r8.ebuild
@@ -155,6 +155,11 @@ XFAIL_TEST_LIST=(
        # 'mount --bind /dev/null /chroot/dev/null' breaks it.
        # https://sourceware.org/PR25909
        tst-support_descriptors
+
+       # Flaky test, known to fail occasionally:
+       # https://sourceware.org/PR19329
+       # https://bugs.gentoo.org/719674#c12
+       tst-stack4
 )
 
 #

diff --git a/sys-libs/glibc/glibc-2.31-r2.ebuild 
b/sys-libs/glibc/glibc-2.31-r2.ebuild
index 214f217af19..2648f673885 100644
--- a/sys-libs/glibc/glibc-2.31-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.31-r2.ebuild
@@ -146,6 +146,11 @@ XFAIL_TEST_LIST=(
        # 'mount --bind /dev/null /chroot/dev/null' breaks it.
        # https://sourceware.org/PR25909
        tst-support_descriptors
+
+       # Flaky test, known to fail occasionally:
+       # https://sourceware.org/PR19329
+       # https://bugs.gentoo.org/719674#c12
+       tst-stack4
 )
 
 #

diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index 8b440f31782..aec5e3c69a7 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -145,6 +145,11 @@ XFAIL_TEST_LIST=(
        # 'mount --bind /dev/null /chroot/dev/null' breaks it.
        # https://sourceware.org/PR25909
        tst-support_descriptors
+
+       # Flaky test, known to fail occasionally:
+       # https://sourceware.org/PR19329
+       # https://bugs.gentoo.org/719674#c12
+       tst-stack4
 )
 
 #

Reply via email to