[hurd,commited] htl: Mark select loop test as unsupported

Message ID 20230224193449.154349-1-samuel.thibault@ens-lyon.org
State Committed, archived
Headers
Series [hurd,commited] htl: Mark select loop test as unsupported |

Checks

Context Check Description
dj/TryBot-apply_patch fail Patch failed to apply to master at the time it was sent
dj/TryBot-32bit fail Patch series failed to apply

Commit Message

Samuel Thibault Feb. 24, 2023, 7:34 p.m. UTC
  It overflows pflocal and doesn't manage to terminate.
---
 sysdeps/mach/hurd/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)
  

Patch

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