| ... | @@ -125,7 +125,7 @@ pub async fn connect(loop: *Loop, _address: *const std.net.Address) !std.os.File | ... | @@ -125,7 +125,7 @@ pub async fn connect(loop: *Loop, _address: *const std.net.Address) !std.os.File |
| 125 | test "listen on a port, send bytes, receive bytes" { | 125 | test "listen on a port, send bytes, receive bytes" { |
| 126 | if (builtin.os != builtin.Os.linux) { | 126 | if (builtin.os != builtin.Os.linux) { |
| 127 | // TODO build abstractions for other operating systems | 127 | // TODO build abstractions for other operating systems |
| 128 | return; | 128 | return error.skip; |
| 129 | } | 129 | } |
| 130 | const MyServer = struct { | 130 | const MyServer = struct { |
| 131 | tcp_server: Server, | 131 | tcp_server: Server, |