Flags: --gtest_random_seed = 1555785693 [==========] Running 28 tests from 1 test case. [----------] Global test environment set-up. [----------] 28 tests from SocketTest [ RUN ] SocketTest.EndpointsAreRelated [ OK ] SocketTest.EndpointsAreRelated (0 ms) [ RUN ] SocketTest.EmptySocketShouldWait [ OK ] SocketTest.EmptySocketShouldWait (0 ms) [ RUN ] SocketTest.WriteReadDataVerify [ OK ] SocketTest.WriteReadDataVerify (0 ms) [ RUN ] SocketTest.PeerClosedError [ OK ] SocketTest.PeerClosedError (0 ms) [ RUN ] SocketTest.PeekingLeavesData [ OK ] SocketTest.PeekingLeavesData (0 ms) [ RUN ] SocketTest.PeekingIntoEmpty [ OK ] SocketTest.PeekingIntoEmpty (0 ms) [ RUN ] SocketTest.Signals [ OK ] SocketTest.Signals (3 ms) [ RUN ] SocketTest.SetThreshholdsProp [ OK ] SocketTest.SetThreshholdsProp (0 ms) [ RUN ] SocketTest.SetThreshholdsAndCheckSignals [ OK ] SocketTest.SetThreshholdsAndCheckSignals (8 ms) [ RUN ] SocketTest.SignalClosedPeer [ OK ] SocketTest.SignalClosedPeer (0 ms) [ RUN ] SocketTest.PeerClosedSetProperty [ OK ] SocketTest.PeerClosedSetProperty (0 ms) [ RUN ] SocketTest.ShutdownWrite [ OK ] SocketTest.ShutdownWrite (2 ms) [ RUN ] SocketTest.ShutdownRead [ OK ] SocketTest.ShutdownRead (1 ms) [ RUN ] SocketTest.BytesOutstanding [ OK ] SocketTest.BytesOutstanding (0 ms) [ RUN ] SocketTest.ShutdownWriteBytesOutstanding [ OK ] SocketTest.ShutdownWriteBytesOutstanding (1 ms) [ RUN ] SocketTest.ShutdownReadBytesOutstanding [ OK ] SocketTest.ShutdownReadBytesOutstanding (2 ms) [ RUN ] SocketTest.ShortWrite [ OK ] SocketTest.ShortWrite (5 ms) [ RUN ] SocketTest.Datagram [ OK ] SocketTest.Datagram (1 ms) [ RUN ] SocketTest.DatagramPeek [ OK ] SocketTest.DatagramPeek (0 ms) [ RUN ] SocketTest.DatagramPeekEmpty [ OK ] SocketTest.DatagramPeekEmpty (0 ms) [ RUN ] SocketTest.DatagramNoShortWrite [ OK ] SocketTest.DatagramNoShortWrite (7 ms) [ RUN ] SocketTest.ControlPlaneAbsent [ OK ] SocketTest.ControlPlaneAbsent (0 ms) [ RUN ] SocketTest.ControlPlane [ OK ] SocketTest.ControlPlane (1 ms) [ RUN ] SocketTest.ControlPlanePeek [ OK ] SocketTest.ControlPlanePeek (0 ms) [ RUN ] SocketTest.ControlPlanePeekEmpty [ OK ] SocketTest.ControlPlanePeekEmpty (0 ms) [ RUN ] SocketTest.ControlPlaneShutdown [ OK ] SocketTest.ControlPlaneShutdown (1 ms) [ RUN ] SocketTest.Accept [ OK ] SocketTest.Accept (4 ms) [ RUN ] SocketTest.ZeroSize [ OK ] SocketTest.ZeroSize (0 ms) [----------] 28 tests from SocketTest (50 ms total) [----------] Global test environment tear-down. [==========] 28 tests from 1 test case ran (50 ms total). [ PASSED ] 28 tests