freebsd-dev/lib/libnv/tests
Robert Wing 7c9948c2e9 skip test case nvlist_send_recv__send_many_fds__dgram
If I'm not mistaken, the underlying sendmsg() for nvlist_send() is
failing with ENOBUFS. In turn, nvlist_recv() returns NULL because it
didn't receive the expected number of file descriptors.

Adjusting net.local.dgram.recvspace worked on my local machine, but on
CI the test still fails consistently.

PR:     260891
2022-01-02 12:26:07 -09:00
..
cnv_tests.cc
dnv_tests.cc
Makefile Convert the nvlist send/recv tests to ATF. 2019-07-16 16:25:27 +00:00
Makefile.depend
nv_array_tests.cc
nv_tests.cc
nvlist_add_test.c
nvlist_append_test.c
nvlist_exists_test.c
nvlist_free_test.c
nvlist_get_test.c
nvlist_move_test.c
nvlist_send_recv_test.c skip test case nvlist_send_recv__send_many_fds__dgram 2022-01-02 12:26:07 -09:00