| ... | @@ -1151,6 +1151,7 @@ fn createTestServer(io: Io, S: type) !*TestServer { | ... | @@ -1151,6 +1151,7 @@ fn createTestServer(io: Io, S: type) !*TestServer { |
| 1151 | | 1151 | |
| 1152 | test "redirect to different connection" { | 1152 | test "redirect to different connection" { |
| 1153 | if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/171879 | 1153 | if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/171879 |
| | 1154 | if (builtin.cpu.arch.isMIPS32() and !builtin.link_libc) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30216 |
| 1154 | | 1155 | |
| 1155 | const io = std.testing.io; | 1156 | const io = std.testing.io; |
| 1156 | const test_server_new = try createTestServer(io, struct { | 1157 | const test_server_new = try createTestServer(io, struct { |