authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-26 21:46:14+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-26 21:46:14+02:00
log19fd87fff19ef4325100446b439941536662de24
treede6c53d4d3e3cd5e0f82300ccbc97127f781056c
parent4eb9db0b24aa8d82369a3c29ce4ab4ad2aa63bb9
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.http.test: update issue link for powerpc64 LLVM crash

https://github.com/llvm/llvm-project/issues/194257

1 files changed, 9 insertions(+), 9 deletions(-)

lib/std/http/test.zig+9-9
...@@ -34,7 +34,7 @@ test "content length reader state update" {...@@ -34,7 +34,7 @@ test "content length reader state update" {
34}34}
3535
36test "trailers" {36test "trailers" {
37 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/17187937 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/194257
38 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/3080638 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806
3939
40 const io = std.testing.io;40 const io = std.testing.io;
...@@ -121,7 +121,7 @@ test "trailers" {...@@ -121,7 +121,7 @@ test "trailers" {
121}121}
122122
123test "HTTP server handles a chunked transfer coding request" {123test "HTTP server handles a chunked transfer coding request" {
124 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/171879124 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/194257
125 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806125 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806
126126
127 const io = std.testing.io;127 const io = std.testing.io;
...@@ -190,7 +190,7 @@ test "HTTP server handles a chunked transfer coding request" {...@@ -190,7 +190,7 @@ test "HTTP server handles a chunked transfer coding request" {
190}190}
191191
192test "echo content server" {192test "echo content server" {
193 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/171879193 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/194257
194 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806194 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806
195195
196 const io = std.testing.io;196 const io = std.testing.io;
...@@ -281,7 +281,7 @@ test "echo content server" {...@@ -281,7 +281,7 @@ test "echo content server" {
281}281}
282282
283test "Server.Request.respondStreaming non-chunked, unknown content-length" {283test "Server.Request.respondStreaming non-chunked, unknown content-length" {
284 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/171879284 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/194257
285 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806285 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806
286286
287 const io = std.testing.io;287 const io = std.testing.io;
...@@ -360,7 +360,7 @@ test "Server.Request.respondStreaming non-chunked, unknown content-length" {...@@ -360,7 +360,7 @@ test "Server.Request.respondStreaming non-chunked, unknown content-length" {
360}360}
361361
362test "receiving arbitrary http headers from the client" {362test "receiving arbitrary http headers from the client" {
363 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/171879363 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/194257
364 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806364 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806
365365
366 const io = std.testing.io;366 const io = std.testing.io;
...@@ -426,7 +426,7 @@ test "receiving arbitrary http headers from the client" {...@@ -426,7 +426,7 @@ test "receiving arbitrary http headers from the client" {
426}426}
427427
428test "general client/server API coverage" {428test "general client/server API coverage" {
429 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/171879429 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/194257
430 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806430 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806
431431
432 const io = std.testing.io;432 const io = std.testing.io;
...@@ -922,7 +922,7 @@ test "general client/server API coverage" {...@@ -922,7 +922,7 @@ test "general client/server API coverage" {
922}922}
923923
924test "Server streams both reading and writing" {924test "Server streams both reading and writing" {
925 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/171879925 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/194257
926 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806926 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806
927927
928 const io = std.testing.io;928 const io = std.testing.io;
...@@ -1192,7 +1192,7 @@ fn createTestServer(io: Io, S: type) !*TestServer {...@@ -1192,7 +1192,7 @@ fn createTestServer(io: Io, S: type) !*TestServer {
1192}1192}
11931193
1194test "redirect to different connection" {1194test "redirect to different connection" {
1195 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/1718791195 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/194257
1196 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/308061196 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806
11971197
1198 const io = std.testing.io;1198 const io = std.testing.io;
...@@ -1280,7 +1280,7 @@ test "redirect to different connection" {...@@ -1280,7 +1280,7 @@ test "redirect to different connection" {
1280}1280}
12811281
1282test "boot failed connections from the pool" {1282test "boot failed connections from the pool" {
1283 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/1718791283 if (builtin.cpu.arch.isPowerPC64() and builtin.mode != .Debug) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/194257
1284 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/308061284 if (builtin.os.tag == .openbsd) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/30806
12851285
1286 const io = std.testing.io;1286 const io = std.testing.io;