]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
htl: Mark select loop test as unsupported
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 24 Feb 2023 19:34:03 +0000 (20:34 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 24 Feb 2023 19:34:34 +0000 (20:34 +0100)
It overflows pflocal and doesn't manage to terminate.

sysdeps/mach/hurd/Makefile

index d0f759afddbbbfe5cd5d63ec8bb2f19758eaf347..c97eb9415ace8d898ccb520fd7742f0d420133ef 100644 (file)
@@ -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