[Lldb-commits] [lldb] [lldb] Add a MainLoop version of DomainSocket::Accept (PR #108188)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 13 03:53:51 PDT 2024


================
@@ -85,6 +85,43 @@ TEST_P(SocketTest, DomainListenConnectAccept) {
   std::unique_ptr<DomainSocket> socket_b_up;
   CreateDomainConnectedSockets(Path, &socket_a_up, &socket_b_up);
 }
+
+TEST_P(SocketTest, DomainMainLoopAccept) {
----------------
labath wrote:

It's already in a ifdef block, next to the other domain socket test. That's why you don't see an ifdef in the default view.

https://github.com/llvm/llvm-project/pull/108188


More information about the lldb-commits mailing list