| author | |
| committer | |
| log | 5078acf3a3972f89c2f4c94d9a952be32dedf81f |
| tree | 619b5ecde48a72d8eb61112031442153027917b7 |
| parent | 4ed5bb0bacc1c4030d4dda32e0be59f552997089 |
| signature |
https://github.com/ziglang/zig/issues/259831 files changed, 1 insertions(+), 0 deletions(-)
lib/std/Io/net/test.zig+1| ... | ... | @@ -268,6 +268,7 @@ fn testServer(server: *net.Server) anyerror!void { |
| 268 | 268 | test "listen on a unix socket, send bytes, receive bytes" { |
| 269 | 269 | if (builtin.single_threaded) return error.SkipZigTest; |
| 270 | 270 | if (!net.has_unix_sockets) return error.SkipZigTest; |
| 271 | if (builtin.os.tag == .windows) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/25983 | |
| 271 | 272 | |
| 272 | 273 | const io = testing.io; |
| 273 | 274 |