]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
disable agent-restrict test on minix3
authorDamien Miller <djm@mindrot.org>
Tue, 22 Feb 2022 00:14:51 +0000 (11:14 +1100)
committerDamien Miller <djm@mindrot.org>
Tue, 22 Feb 2022 00:14:51 +0000 (11:14 +1100)
commit7c0d4ce911d5c58b6166b2db754a4e91f352adf5
tree38999bd7a0c357ef05f13c7bb7cb258d69f5dbf7
parent81d33d8e3cf7ea5ce3a5653c6102b623e019428a
disable agent-restrict test on minix3

Minix seems to have a platform-wide limit on the number of
select(2) syscalls that can be concurrently issued. This test
seems to exceed this limit.

Refer to:

https://github.com/Stichting-MINIX-Research-Foundation/minix/blob/R3.3.0/minix/servers/vfs/select.c#L114
https://github.com/Stichting-MINIX-Research-Foundation/minix/blob/R3.3.0/minix/servers/vfs/select.c#L30-L31
.github/configs