Dragonos-Syscall-logs/logs/group_14/socket_abstract_test.log

4317 lines
353 KiB
Plaintext

[==========] Running 1356 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 624 tests from AbstractUnixSockets/AllSocketPairTest
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWrite/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicReadWriteBadBuffer/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendRecv/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicSendmmsg/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmmsgIsLimitedByMAXIOV/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.BasicRecvmmsg/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg10KB/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsgMsgCtruncNoop/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendmsgRecvmsg16KB/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsNotClearedOnFailure/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgMsghdrFlagsCleared/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgPeekMsghdrFlagsCleared/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmsgIovNotUpdated/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgInvalidTimeout/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:340: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:340: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:340: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:340: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:340: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:340: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:340: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:340: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:340: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:340: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:340: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:340: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.MsgPeek/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.LingerSocketOption/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.KeepAliveSocketOption/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RcvBufSucceeds/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetSocketRecvBufForceAboveMax/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSndBufSucceeds/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/0 (1 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/2 (1 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/4 (2 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/6 (2 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/8 (1 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/10 (1 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutReadSucceeds/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/0 (1 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/2 (2 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/4 (1 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/6 (1 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/8 (1 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/10 (1 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvSucceeds/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/0 (1021 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/2 (1023 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/4 (1024 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/6 (1022 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/8 (1023 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/10 (1024 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvOneSecondSucceeds/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/0 (1 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/2 (1 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/4 (1 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/6 (1 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/8 (2 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/10 (2 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgSucceeds/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutDefault/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeout/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetSendTimeoutLargerArg/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsWrite/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSend/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutAllowsSendmsg/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutDefault/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeout/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetGetRecvTimeoutLargerArg/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/0 (1002 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/2 (1023 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/4 (1024 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/6 (1022 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/8 (1023 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/10 (1023 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutRecvmsgOneSecondSucceeds/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecTooLarge/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecTooLarge/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutUsecNeg/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SendTimeoutUsecNeg/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRead/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecv/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutNegSecRecvmsg/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAll/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvWaitAllDontWait/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/0 (1014 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/6 (1023 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.RecvTimeoutWaitAll/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptType/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptDomain/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSockoptProtocol/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.SetAndGetBooleanSocketOptions/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:939: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:939: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:939: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:939: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:939: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:939: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:939: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:939: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:939: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:939: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:939: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_generic_test_cases.cc:939: Skipped
!IsRunningOnGvisor() || IsRunningWithHostinet()
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSocketRcvbufOption/11 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/0 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/1 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/2 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/3 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/4 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/5 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/6 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/7 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/8 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/9 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/10 (0 ms)
[ RUN ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/AllSocketPairTest.GetSetSocketRcvlowatOption/11 (0 ms)
[----------] 624 tests from AbstractUnixSockets/AllSocketPairTest (14399 ms total)
[----------] 156 tests from AbstractUnixSockets/UnixSocketPairTest
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.InvalidGetSockOpt/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadName/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.BindToBadFamily/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.RecvmmsgTimeoutAfterRecv/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:143: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:143: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:143: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:143: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:143: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:143: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:143: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:143: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:143: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:143: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:143: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:143: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:169: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:169: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:169: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:169: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:169: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:169: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:169: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:169: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:169: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:169: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:169: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix.cc:169: Skipped
!IsRunningOnGvisor()
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.Shutdown/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownRead/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.ShutdownWrite/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SocketReopenFromProcfs/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/0 (1 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.SendFromMmapBeyondEof/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/0 (1002 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/1 (1000 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/2 (1000 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/3 (1000 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/4 (1000 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/5 (1000 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/6 (1000 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/7 (1000 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/8 (1000 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/9 (1001 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/10 (1000 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairTest.EpollEdgeTrigger/11 (1000 ms)
[----------] 156 tests from AbstractUnixSockets/UnixSocketPairTest (12028 ms total)
[----------] 576 tests from AbstractUnixSockets/UnixSocketPairCmsgTest
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPass/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPass/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPass/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BadFDPass/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ShortCmsg/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpace/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassNotEnoughSpaceMsgCtrunc/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicThreeFDPassTruncationMsgCtrunc/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecv/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicFDPassUnalignedRecvNoMsgTrunc/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicTwoFDPassUnalignedRecvTruncationMsgTrunc/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ConcurrentBasicFDPass/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNoRecv/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed1/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassInterspersed2/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassNotCoalesced/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassPeek/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPass/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_cmsg.cc:678: Skipped
GetParam().type != SOCK_STREAM
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_cmsg.cc:678: Skipped
GetParam().type != SOCK_STREAM
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_cmsg.cc:678: Skipped
GetParam().type != SOCK_STREAM
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_cmsg.cc:678: Skipped
GetParam().type != SOCK_STREAM
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_cmsg.cc:678: Skipped
GetParam().type != SOCK_STREAM
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_cmsg.cc:678: Skipped
GetParam().type != SOCK_STREAM
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_cmsg.cc:678: Skipped
GetParam().type != SOCK_STREAM
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_cmsg.cc:678: Skipped
GetParam().type != SOCK_STREAM
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_cmsg.cc:678: Skipped
GetParam().type != SOCK_STREAM
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_cmsg.cc:678: Skipped
GetParam().type != SOCK_STREAM
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.BasicCredPass/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEnd/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredRecvEnd/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredSendEnd/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsAfterSoPassCredSendEnd/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SendNullCredsBeforeSoPassCredRecvEndAfterSendEnd/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEnd/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredRecvEnd/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredSendEnd/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteAfterSoPassCredSendEnd/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.WriteBeforeSoPassCredRecvEndAfterSendEnd/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncated/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoMsgCtrunc/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassNoSpaceMsgCtrunc/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredPassTruncatedMsgCtrunc/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.SoPassCred/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoDataCredPass/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.NoPassCred/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CredAndFDPass/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassBeforeSoPassCred/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCred/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecDroppedWhenFDPassed/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.CloexecRecvFDPass/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredSpace/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.InheritPasscred/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.MsgCtruncInputIsNoop/11 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/0
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/0 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/1
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/1 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/2
Testing with SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/2 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/3
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/3 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/4 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/5 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/6
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/6 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/7 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/8
Testing with reversed SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/8 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/9
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/9 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/10 (0 ms)
[ RUN ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] AbstractUnixSockets/UnixSocketPairCmsgTest.FDPassAfterSoPassCredWithoutCredHeaderSpace/11 (0 ms)
[----------] 576 tests from AbstractUnixSockets/UnixSocketPairCmsgTest (56 ms total)
[----------] Global test environment tear-down
[==========] 1356 tests from 3 test suites ran. (26486 ms total)
[ PASSED ] 1298 tests.
[ SKIPPED ] 58 tests, listed below:
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/0
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/1
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/2
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/3
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/4
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/5
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/6
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/7
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/8
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/9
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/10
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.RecvmmsgTimeoutBeforeRecv/11
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/0
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/1
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/2
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/3
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/4
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/5
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/6
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/7
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/8
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/9
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/10
[ SKIPPED ] AbstractUnixSockets/AllSocketPairTest.GetSocketOutOfBandInlineOption/11
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/0
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/1
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/2
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/3
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/4
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/5
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/6
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/7
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/8
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/9
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/10
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCINQSucceeds/11
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/0
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/1
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/2
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/3
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/4
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/5
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/6
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/7
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/8
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/9
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/10
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairTest.TIOCOUTQSucceeds/11
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/1
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/2
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/3
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/4
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/5
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/7
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/8
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/9
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/10
[ SKIPPED ] AbstractUnixSockets/UnixSocketPairCmsgTest.ZeroFDPassCoalesceData/11
Failed to match any benchmarks against regex: .