public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] htl: Mark select loop test as unsupported
@ 2023-02-24 19:34 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2023-02-24 19:34 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7db0f731b1033befaffd0f3f43b7fa5c6c7a5fb5

commit 7db0f731b1033befaffd0f3f43b7fa5c6c7a5fb5
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Fri Feb 24 20:34:03 2023 +0100

    htl: Mark select loop test as unsupported
    
    It overflows pflocal and doesn't manage to terminate.

Diff:
---
 sysdeps/mach/hurd/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile
index d0f759afdd..c97eb9415a 100644
--- a/sysdeps/mach/hurd/Makefile
+++ b/sysdeps/mach/hurd/Makefile
@@ -300,3 +300,9 @@ tests-unsupported += tst-malloc-thread-fail-malloc-hugetlb1
 tests-unsupported += tst-malloc-thread-fail-malloc-hugetlb2
 tests-unsupported += tst-dynarray-fail
 endif
+
+# For bug 30167
+# (select requests overflow)
+ifeq ($(subdir),htl)
+tests-unsupported += tst-pthread_cancel-select-loop
+endif

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-24 19:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-24 19:34 [glibc] htl: Mark select loop test as unsupported Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).