From 7db0f731b1033befaffd0f3f43b7fa5c6c7a5fb5 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 24 Feb 2023 20:34:03 +0100 Subject: htl: Mark select loop test as unsupported It overflows pflocal and doesn't manage to terminate. --- sysdeps/mach/hurd/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sysdeps') diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index d0f759a..c97eb94 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 -- cgit v1.1