mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
std.http.test: disable redirect to different connection on mips*-linux w/o libc
https://codeberg.org/ziglang/zig/issues/30216
This commit is contained in:
@@ -1151,6 +1151,7 @@ fn createTestServer(io: Io, S: type) !*TestServer {
|
||||
|
||||
test "redirect to different connection" {
|
||||
if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/171879
|
||||
if (builtin.cpu.arch.isMIPS32() and !builtin.link_libc) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30216
|
||||
|
||||
const io = std.testing.io;
|
||||
const test_server_new = try createTestServer(io, struct {
|
||||
|
||||
Reference in New Issue
Block a user