From: Samuel Thibault Date: Fri, 24 Feb 2023 19:34:03 +0000 (+0100) Subject: htl: Mark select loop test as unsupported X-Git-Tag: glibc-2.38~531 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7db0f731b1033befaffd0f3f43b7fa5c6c7a5fb5;p=thirdparty%2Fglibc.git htl: Mark select loop test as unsupported It overflows pflocal and doesn't manage to terminate. --- diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index d0f759afddb..c97eb9415ac 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