================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits