Loading system/vendor_libs/test_vendor_lib/test/posix_socket_unittest.cc +0 −4 Original line number Diff line number Diff line Loading @@ -302,10 +302,6 @@ TEST_F(PosixSocketTest, noConnectWhenNotCallingStart) { // Should timeout, as we never invoke the callback that accepts the socket. ASSERT_FALSE(cv.wait_for(lk, 250ms, [&] { return connected; })); // Close the server socket, which will reject the socket. pass_.Close(); ASSERT_FALSE(socket->Connected()); } ASSERT_EQ(1, (int)connections.size()); Loading Loading
system/vendor_libs/test_vendor_lib/test/posix_socket_unittest.cc +0 −4 Original line number Diff line number Diff line Loading @@ -302,10 +302,6 @@ TEST_F(PosixSocketTest, noConnectWhenNotCallingStart) { // Should timeout, as we never invoke the callback that accepts the socket. ASSERT_FALSE(cv.wait_for(lk, 250ms, [&] { return connected; })); // Close the server socket, which will reject the socket. pass_.Close(); ASSERT_FALSE(socket->Connected()); } ASSERT_EQ(1, (int)connections.size()); Loading