| ... | @@ -271,6 +271,7 @@ test "listen on a unix socket, send bytes, receive bytes" { | ... | @@ -271,6 +271,7 @@ test "listen on a unix socket, send bytes, receive bytes" { |
| 271 | if (builtin.single_threaded) return error.SkipZigTest; | 271 | if (builtin.single_threaded) return error.SkipZigTest; |
| 272 | if (!net.has_unix_sockets) return error.SkipZigTest; | 272 | if (!net.has_unix_sockets) return error.SkipZigTest; |
| 273 | if (builtin.os.tag == .windows) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/25983 | 273 | if (builtin.os.tag == .windows) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/25983 |
| | 274 | if (builtin.cpu.arch == .mipsel) return error.SkipZigTest; // TODO |
| 274 | | 275 | |
| 275 | const io = testing.io; | 276 | const io = testing.io; |
| 276 | | 277 | |