sys-libs/glibc: disable flaky tst-stack4, bug #719674
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 3 May 2020 11:01:18 +0000 (12:01 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 3 May 2020 11:01:35 +0000 (12:01 +0100)
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@gentoo.org>
sys-libs/glibc/glibc-2.30-r8.ebuild
sys-libs/glibc/glibc-2.31-r2.ebuild
sys-libs/glibc/glibc-9999.ebuild

index 430297d8706f2142e05a5cb1c390fa2c95f580e2..e5e446efc2fc0f548581db8322e29d1fb0d75beb 100644 (file)
@@ -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
 )
 
 #
index 214f217af19bc90b4435f806c6d5364e8a1570a6..2648f6738855c605f19b72b0a6f39738f4ab54f9 100644 (file)
@@ -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
 )
 
 #
index 8b440f317829a78f0b075735905f138ffe302e4c..aec5e3c69a7202fc630da4b6a7c67cdbb1cafe56 100644 (file)
@@ -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
 )
 
 #