History log of /freebsd/tests/sys/kern/unix_stream.c (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1b2636e5 11-Feb-2025 Gleb Smirnoff <glebius@FreeBSD.org>

tests/unix_stream: fix signedness error

Fixes: bc7ee0b52a8dd613711c7225244aac954b41e534


# bc7ee0b5 10-Feb-2025 Gleb Smirnoff <glebius@FreeBSD.org>

tests/unix_stream: add test that checks a full socket isn't writable


Revision tags: release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0
# 6655bec4 14-Apr-2024 Gleb Smirnoff <glebius@FreeBSD.org>

tests/unix_stream: test that send(2) of zero bytes is successful

Put this simple test into an existing file. We don't have a designated
file for all unix/stream tests. There is extensive unix_seqp

tests/unix_stream: test that send(2) of zero bytes is successful

Put this simple test into an existing file. We don't have a designated
file for all unix/stream tests. There is extensive unix_seqpacket_test,
but (at least right now) unix/seqpacket is not a superset of unix/stream,
but a different implementation. We have one file that does one test for
unix/stream - unix_socketpair_test. So rename it to unix_stream and start
collecting all unix/stream tests in it.

show more ...