Add test logs for group 19 (tests 190 to 199)

This commit is contained in:
Vitus 2025-06-04 16:55:22 +08:00
parent 380028e4aa
commit 58e350e739
10 changed files with 6251 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,27 @@
[==========] Running 6 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 6 tests from NonBlockingDgramUnixSockets/NonBlockingDgramUnixSocketPairTest
[ RUN ] NonBlockingDgramUnixSockets/NonBlockingDgramUnixSocketPairTest.ReadOneSideClosed/0
Testing with non-blocking SOCK_DGRAM Unix domain socket
[ OK ] NonBlockingDgramUnixSockets/NonBlockingDgramUnixSocketPairTest.ReadOneSideClosed/0 (0 ms)
[ RUN ] NonBlockingDgramUnixSockets/NonBlockingDgramUnixSocketPairTest.ReadOneSideClosed/1
Testing with non-blocking SOCK_DGRAM Unix domain socket created with filesystem binding
[ OK ] NonBlockingDgramUnixSockets/NonBlockingDgramUnixSocketPairTest.ReadOneSideClosed/1 (0 ms)
[ RUN ] NonBlockingDgramUnixSockets/NonBlockingDgramUnixSocketPairTest.ReadOneSideClosed/2
Testing with non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] NonBlockingDgramUnixSockets/NonBlockingDgramUnixSocketPairTest.ReadOneSideClosed/2 (0 ms)
[ RUN ] NonBlockingDgramUnixSockets/NonBlockingDgramUnixSocketPairTest.ReadOneSideClosed/3
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket
[ OK ] NonBlockingDgramUnixSockets/NonBlockingDgramUnixSocketPairTest.ReadOneSideClosed/3 (0 ms)
[ RUN ] NonBlockingDgramUnixSockets/NonBlockingDgramUnixSocketPairTest.ReadOneSideClosed/4
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with filesystem binding
[ OK ] NonBlockingDgramUnixSockets/NonBlockingDgramUnixSocketPairTest.ReadOneSideClosed/4 (0 ms)
[ RUN ] NonBlockingDgramUnixSockets/NonBlockingDgramUnixSocketPairTest.ReadOneSideClosed/5
Testing with reversed non-blocking SOCK_DGRAM Unix domain socket created with abstract namespace binding
[ OK ] NonBlockingDgramUnixSockets/NonBlockingDgramUnixSocketPairTest.ReadOneSideClosed/5 (0 ms)
[----------] 6 tests from NonBlockingDgramUnixSockets/NonBlockingDgramUnixSocketPairTest (1 ms total)
[----------] Global test environment tear-down
[==========] 6 tests from 1 test suite ran. (1 ms total)
[ PASSED ] 6 tests.
Failed to match any benchmarks against regex: .

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,832 @@
[==========] Running 240 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 144 tests from SeqpacketUnixSockets/NonStreamSocketPairTest
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SendMsgTooLarge/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SplitRecv/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SingleRecv/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsghdrFlagMsgTrunc/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.SinglePeek/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncation/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgTrunc/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncSameSize/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncNotFull/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgTruncPeekDontwaitZeroLen/11 (0 ms)
[----------] 144 tests from SeqpacketUnixSockets/NonStreamSocketPairTest (16 ms total)
[----------] 48 tests from SeqpacketUnixSockets/SeqpacketUnixSocketPairTest
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.WriteOneSideClosed/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.ReadOneSideClosed/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.Sendto/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/0 (40 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/1 (40 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/2 (41 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/3 (40 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/4 (40 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/5 (40 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/6 (41 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/7 (40 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/8 (40 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/9 (40 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/10 (40 ms)
[ RUN ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/11 (40 ms)
[----------] 48 tests from SeqpacketUnixSockets/SeqpacketUnixSocketPairTest (494 ms total)
[----------] 48 tests from SeqpacketUnixSockets/UnixNonStreamSocketPairTest
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.RecvMsgTooLarge/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/0
Testing with SOCK_SEQPACKET Unix domain socket
test/syscalls/linux/socket_unix_non_stream.cc:140: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
test/syscalls/linux/socket_unix_non_stream.cc:140: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
test/syscalls/linux/socket_unix_non_stream.cc:140: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
test/syscalls/linux/socket_unix_non_stream.cc:140: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_non_stream.cc:140: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_non_stream.cc:140: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
test/syscalls/linux/socket_unix_non_stream.cc:140: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
test/syscalls/linux/socket_unix_non_stream.cc:140: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
test/syscalls/linux/socket_unix_non_stream.cc:140: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
test/syscalls/linux/socket_unix_non_stream.cc:140: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_non_stream.cc:140: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_non_stream.cc:140: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/0
Testing with SOCK_SEQPACKET Unix domain socket
test/syscalls/linux/socket_unix_non_stream.cc:196: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/0 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
test/syscalls/linux/socket_unix_non_stream.cc:196: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
test/syscalls/linux/socket_unix_non_stream.cc:196: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/2 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
test/syscalls/linux/socket_unix_non_stream.cc:196: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_non_stream.cc:196: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/4 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_non_stream.cc:196: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
test/syscalls/linux/socket_unix_non_stream.cc:196: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/6 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
test/syscalls/linux/socket_unix_non_stream.cc:196: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
test/syscalls/linux/socket_unix_non_stream.cc:196: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/8 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
test/syscalls/linux/socket_unix_non_stream.cc:196: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_non_stream.cc:196: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/10 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_non_stream.cc:196: Skipped
SO_SNDBUF = 425984, want 4198400
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/11 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/0
Testing with SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/0 (1 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/1 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/2
Testing with SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/2 (1 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/3 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/4
Testing with SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/4 (2 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/5
Testing with non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/5 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/6
Testing with reversed SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/6 (2 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/7 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/8
Testing with reversed SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/8 (1 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/9
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with filesystem binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/9 (0 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/10
Testing with reversed SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/10 (2 ms)
[ RUN ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/11
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket created with abstract namespace binding
[ OK ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.SendTimeout/11 (0 ms)
[----------] 48 tests from SeqpacketUnixSockets/UnixNonStreamSocketPairTest (20 ms total)
[----------] Global test environment tear-down
[==========] 240 tests from 3 test suites ran. (531 ms total)
[ PASSED ] 216 tests.
[ SKIPPED ] 24 tests, listed below:
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/0
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/1
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/2
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/3
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/4
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/5
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/6
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/7
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/8
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/9
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/10
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedSendMsg/11
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/0
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/1
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/2
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/3
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/4
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/5
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/6
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/7
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/8
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/9
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/10
[ SKIPPED ] SeqpacketUnixSockets/UnixNonStreamSocketPairTest.FragmentedRecvMsg/11
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,405 @@
[==========] Running 132 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 132 tests from AllUnixDomainSockets/StreamUnixSocketPairTest
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/0 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/1 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/2 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/3 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/4 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/5 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/6 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/7 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/8 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/9 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/10 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.WriteOneSideClosed/11 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/0 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/1 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/2 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/3 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/4 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/5 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/6 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/7 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/8 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/9 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/10 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosed/11 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/0 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/1 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/2 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/3 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/4 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/5 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/6 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/7 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/8 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/9 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/10 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/11 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/0 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/1 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/2 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/3 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/4 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/5 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/6 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/7 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/8 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/9 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/10 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/11 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/0 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/1 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/2 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/3 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/4 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/5 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/6 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/7 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/8 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/9 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/10 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.Sendto/11 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/0 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/1 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/2 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/3 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/4 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/5 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/6 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/7 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/8 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/9 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/10 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetAndGetSocketLinger/11 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/0 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/1 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/2 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/3 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/4 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/5 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/6 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/7 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/8 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/9 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/10 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetSocketAcceptConn/11 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/0 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/1 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/2 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/3 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/4 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/5 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/6 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/7 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/8 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/9 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/10 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/11 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/0 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/1 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/2 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/3 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/4 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/5 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/6 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/7 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/8 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/9 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/10 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/11 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/0 (40 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/1 (40 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/2 (41 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/3 (41 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/4 (41 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/5 (40 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/6 (40 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/7 (40 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/8 (41 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/9 (41 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/10 (40 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/11 (40 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/0 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/1 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/2 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/3 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/4 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/5 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/6 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/7 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/8 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/9 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/10 (0 ms)
[ RUN ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/StreamUnixSocketPairTest.GetAcceptConn/11 (0 ms)
[----------] 132 tests from AllUnixDomainSockets/StreamUnixSocketPairTest (503 ms total)
[----------] Global test environment tear-down
[==========] 132 tests from 1 test suite ran. (503 ms total)
[ PASSED ] 132 tests.
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,204 @@
[==========] Running 54 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 54 tests from AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AddressAfterNull/0
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AddressAfterNull/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AddressAfterNull/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AddressAfterNull/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AddressAfterNull/2
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AddressAfterNull/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AddressAfterNull/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AddressAfterNull/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AddressAfterNull/4
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AddressAfterNull/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AddressAfterNull/5
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AddressAfterNull/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ShortAddressNotExtended/0
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ShortAddressNotExtended/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ShortAddressNotExtended/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ShortAddressNotExtended/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ShortAddressNotExtended/2
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ShortAddressNotExtended/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ShortAddressNotExtended/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ShortAddressNotExtended/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ShortAddressNotExtended/4
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ShortAddressNotExtended/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ShortAddressNotExtended/5
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ShortAddressNotExtended/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindNothing/0
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindNothing/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindNothing/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindNothing/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindNothing/2
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindNothing/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindNothing/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindNothing/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindNothing/4
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindNothing/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindNothing/5
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindNothing/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindSuccess/0
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindSuccess/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindSuccess/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindSuccess/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindSuccess/2
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindSuccess/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindSuccess/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindSuccess/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindSuccess/4
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindSuccess/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindSuccess/5
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindSuccess/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindAddrInUse/0
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindAddrInUse/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindAddrInUse/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindAddrInUse/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindAddrInUse/2
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindAddrInUse/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindAddrInUse/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindAddrInUse/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindAddrInUse/4
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindAddrInUse/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindAddrInUse/5
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.AutoBindAddrInUse/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/0
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
test/syscalls/linux/socket_unix_unbound_abstract.cc:127: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
test/syscalls/linux/socket_unix_unbound_abstract.cc:127: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/2
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
test/syscalls/linux/socket_unix_unbound_abstract.cc:127: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
test/syscalls/linux/socket_unix_unbound_abstract.cc:127: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/4
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
test/syscalls/linux/socket_unix_unbound_abstract.cc:127: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/5
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
test/syscalls/linux/socket_unix_unbound_abstract.cc:127: Skipped
!ASSERT_NO_ERRNO_AND_VALUE(HaveCapability(CAP_NET_ADMIN))
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ListenZeroBacklog/0
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ListenZeroBacklog/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ListenZeroBacklog/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ListenZeroBacklog/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ListenZeroBacklog/2
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ListenZeroBacklog/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ListenZeroBacklog/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ListenZeroBacklog/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ListenZeroBacklog/4
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
test/syscalls/linux/socket_unix_unbound_abstract.cc:165: Skipped
(GetParam().type & SOCK_DGRAM) != 0
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ListenZeroBacklog/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ListenZeroBacklog/5
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
test/syscalls/linux/socket_unix_unbound_abstract.cc:165: Skipped
(GetParam().type & SOCK_DGRAM) != 0
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ListenZeroBacklog/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNameFullLength/0
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNameFullLength/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNameFullLength/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNameFullLength/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNameFullLength/2
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNameFullLength/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNameFullLength/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNameFullLength/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNameFullLength/4
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNameFullLength/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNameFullLength/5
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNameFullLength/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNamePartialLength/0
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNamePartialLength/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNamePartialLength/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNamePartialLength/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNamePartialLength/2
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNamePartialLength/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNamePartialLength/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNamePartialLength/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNamePartialLength/4
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNamePartialLength/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNamePartialLength/5
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.GetSockNamePartialLength/5 (0 ms)
[----------] 54 tests from AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest (3 ms total)
[----------] Global test environment tear-down
[==========] 54 tests from 1 test suite ran. (3 ms total)
[ PASSED ] 46 tests.
[ SKIPPED ] 8 tests, listed below:
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/0
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/1
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/2
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/3
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/4
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.BindConnectInSubNamespace/5
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ListenZeroBacklog/4
[ SKIPPED ] AllUnixDomainSockets/UnboundAbstractUnixSocketPairTest.ListenZeroBacklog/5
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,129 @@
[==========] Running 40 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 40 tests from AllUnixDomainSockets/UnboundDgramUnixSocketPairTest
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.BindConnect/0
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.BindConnect/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.BindConnect/1
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.BindConnect/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.BindConnect/2
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.BindConnect/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.BindConnect/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.BindConnect/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SelfConnect/0
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SelfConnect/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SelfConnect/1
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SelfConnect/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SelfConnect/2
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SelfConnect/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SelfConnect/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SelfConnect/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.DoubleConnect/0
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.DoubleConnect/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.DoubleConnect/1
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.DoubleConnect/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.DoubleConnect/2
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.DoubleConnect/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.DoubleConnect/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.DoubleConnect/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.GetRemoteAddress/0
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.GetRemoteAddress/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.GetRemoteAddress/1
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.GetRemoteAddress/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.GetRemoteAddress/2
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.GetRemoteAddress/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.GetRemoteAddress/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.GetRemoteAddress/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Sendto/0
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Sendto/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Sendto/1
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Sendto/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Sendto/2
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Sendto/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Sendto/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Sendto/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.ZeroWriteAllowed/0
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.ZeroWriteAllowed/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.ZeroWriteAllowed/1
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.ZeroWriteAllowed/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.ZeroWriteAllowed/2
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.ZeroWriteAllowed/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.ZeroWriteAllowed/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.ZeroWriteAllowed/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Listen/0
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Listen/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Listen/1
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Listen/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Listen/2
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Listen/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Listen/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Listen/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Accept/0
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Accept/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Accept/1
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Accept/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Accept/2
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Accept/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Accept/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.Accept/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnect/0
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnect/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnect/1
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnect/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnect/2
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnect/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnect/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnect/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnectPassCreds/0
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnectPassCreds/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnectPassCreds/1
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnectPassCreds/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnectPassCreds/2
Testing with SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnectPassCreds/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnectPassCreds/3
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundDgramUnixSocketPairTest.SendtoWithoutConnectPassCreds/3 (0 ms)
[----------] 40 tests from AllUnixDomainSockets/UnboundDgramUnixSocketPairTest (3 ms total)
[----------] Global test environment tear-down
[==========] 40 tests from 1 test suite ran. (4 ms total)
[ PASSED ] 40 tests.
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,63 @@
[==========] Running 18 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 18 tests from AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.AddressAfterNull/0
Testing with SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.AddressAfterNull/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.AddressAfterNull/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.AddressAfterNull/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.AddressAfterNull/2
Testing with SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.AddressAfterNull/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.AddressAfterNull/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.AddressAfterNull/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.AddressAfterNull/4
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.AddressAfterNull/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.AddressAfterNull/5
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.AddressAfterNull/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.GetSockNameLength/0
Testing with SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.GetSockNameLength/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.GetSockNameLength/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.GetSockNameLength/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.GetSockNameLength/2
Testing with SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.GetSockNameLength/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.GetSockNameLength/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.GetSockNameLength/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.GetSockNameLength/4
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.GetSockNameLength/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.GetSockNameLength/5
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.GetSockNameLength/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.OpenSocketWithTruncate/0
Testing with SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.OpenSocketWithTruncate/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.OpenSocketWithTruncate/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.OpenSocketWithTruncate/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.OpenSocketWithTruncate/2
Testing with SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.OpenSocketWithTruncate/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.OpenSocketWithTruncate/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.OpenSocketWithTruncate/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.OpenSocketWithTruncate/4
Testing with SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.OpenSocketWithTruncate/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.OpenSocketWithTruncate/5
Testing with non-blocking SOCK_DGRAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest.OpenSocketWithTruncate/5 (0 ms)
[----------] 18 tests from AllUnixDomainSockets/UnboundFilesystemUnixSocketPairTest (3 ms total)
[----------] Global test environment tear-down
[==========] 18 tests from 1 test suite ran. (3 ms total)
[ PASSED ] 18 tests.
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,57 @@
[==========] Running 16 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 16 tests from AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/0
Testing with SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/2
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/4
Testing with reversed SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/5
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/6
Testing with reversed SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnect/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/0
Testing with SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/1
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/2
Testing with SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/3
Testing with non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/4
Testing with reversed SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/5
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/6
Testing with reversed SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/7
Testing with reversed non-blocking SOCK_SEQPACKET Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest.SendtoWithoutConnectIgnoresAddr/7 (0 ms)
[----------] 16 tests from AllUnixDomainSockets/UnboundUnixSeqpacketSocketPairTest (2 ms total)
[----------] Global test environment tear-down
[==========] 16 tests from 1 test suite ran. (2 ms total)
[ PASSED ] 16 tests.
Failed to match any benchmarks against regex: .

View File

@ -0,0 +1,685 @@
[==========] Running 208 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 192 tests from AllUnixDomainSockets/UnixStreamSocketPairTest
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassPartialRead/11 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRead/11 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ZeroLengthMessageFDDiscarded/11 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassCoalescedRecv/11 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.ReadsNotCoalescedAfterFDPass/11 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.FDPassNotCombined/11 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredPassPartialRead/11 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/0
Testing with SOCK_STREAM Unix domain socket
test/syscalls/linux/socket_unix_unbound_stream.cc:274: Skipped
version.major > 4 || (version.major == 4 && version.minor >= 3)
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/1
Testing with non-blocking SOCK_STREAM Unix domain socket
test/syscalls/linux/socket_unix_unbound_stream.cc:274: Skipped
version.major > 4 || (version.major == 4 && version.minor >= 3)
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
test/syscalls/linux/socket_unix_unbound_stream.cc:274: Skipped
version.major > 4 || (version.major == 4 && version.minor >= 3)
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
test/syscalls/linux/socket_unix_unbound_stream.cc:274: Skipped
version.major > 4 || (version.major == 4 && version.minor >= 3)
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_unbound_stream.cc:274: Skipped
version.major > 4 || (version.major == 4 && version.minor >= 3)
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_unbound_stream.cc:274: Skipped
version.major > 4 || (version.major == 4 && version.minor >= 3)
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/6
Testing with reversed SOCK_STREAM Unix domain socket
test/syscalls/linux/socket_unix_unbound_stream.cc:274: Skipped
version.major > 4 || (version.major == 4 && version.minor >= 3)
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
test/syscalls/linux/socket_unix_unbound_stream.cc:274: Skipped
version.major > 4 || (version.major == 4 && version.minor >= 3)
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
test/syscalls/linux/socket_unix_unbound_stream.cc:274: Skipped
version.major > 4 || (version.major == 4 && version.minor >= 3)
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
test/syscalls/linux/socket_unix_unbound_stream.cc:274: Skipped
version.major > 4 || (version.major == 4 && version.minor >= 3)
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_unbound_stream.cc:274: Skipped
version.major > 4 || (version.major == 4 && version.minor >= 3)
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
test/syscalls/linux/socket_unix_unbound_stream.cc:274: Skipped
version.major > 4 || (version.major == 4 && version.minor >= 3)
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/11 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedUp/11 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CredsNotCoalescedDown/11 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCredsNoPasscred/11 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds1/11 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedCreds2/11 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds1/11 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.NonCoalescedDifferingCreds2/11 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/0
Testing with SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/1
Testing with non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/2
Testing with SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/3
Testing with non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/4
Testing with SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/5
Testing with non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/6
Testing with reversed SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/8
Testing with reversed SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/8 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/9
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with filesystem binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/9 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/10
Testing with reversed SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/10 (0 ms)
[ RUN ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/11
Testing with reversed non-blocking SOCK_STREAM Unix domain socket created with abstract namespace binding
[ OK ] AllUnixDomainSockets/UnixStreamSocketPairTest.CoalescedDifferingCreds/11 (0 ms)
[----------] 192 tests from AllUnixDomainSockets/UnixStreamSocketPairTest (23 ms total)
[----------] 16 tests from AllUnixDomainSockets/UnboundUnixStreamSocketPairTest
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/0
Testing with SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/2
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/3
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/4
Testing with reversed SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/5
Testing with reversed non-blocking SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/6
Testing with reversed SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnect/7 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/0
Testing with SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/0 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/1
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/1 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/2
Testing with SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/2 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/3
Testing with non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/3 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/4
Testing with reversed SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/4 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/5
Testing with reversed non-blocking SOCK_STREAM Unix domain socket unbound with a filesystem address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/5 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/6
Testing with reversed SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/6 (0 ms)
[ RUN ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/7
Testing with reversed non-blocking SOCK_STREAM Unix domain socket unbound with an abstract namespace address
[ OK ] AllUnixDomainSockets/UnboundUnixStreamSocketPairTest.SendtoWithoutConnectIgnoresAddr/7 (0 ms)
[----------] 16 tests from AllUnixDomainSockets/UnboundUnixStreamSocketPairTest (1 ms total)
[----------] Global test environment tear-down
[==========] 208 tests from 2 test suites ran. (25 ms total)
[ PASSED ] 196 tests.
[ SKIPPED ] 12 tests, listed below:
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/0
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/1
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/2
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/3
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/4
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/5
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/6
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/7
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/8
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/9
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/10
[ SKIPPED ] AllUnixDomainSockets/UnixStreamSocketPairTest.SinglePeek/11
Failed to match any benchmarks against regex: .