about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-02-24 20:34:03 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-02-24 20:34:34 +0100
commit7db0f731b1033befaffd0f3f43b7fa5c6c7a5fb5 (patch)
tree0fc4bcb91bdc173a377e76f018b10f093a181e06 /sysdeps/mach/hurd/Makefile
parent2352b407c928fbff8674cea11060ee661508331f (diff)
downloadglibc-7db0f731b1033befaffd0f3f43b7fa5c6c7a5fb5.tar.gz
glibc-7db0f731b1033befaffd0f3f43b7fa5c6c7a5fb5.tar.xz
glibc-7db0f731b1033befaffd0f3f43b7fa5c6c7a5fb5.zip
htl: Mark select loop test as unsupported
It overflows pflocal and doesn't manage to terminate.
Diffstat (limited to 'sysdeps/mach/hurd/Makefile')
-rw-r--r--sysdeps/mach/hurd/Makefile6
1 files changed, 6 insertions, 0 deletions
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