| ... | ... | @@ -1661,18 +1661,3 @@ pub fn fetch(client: *Client, options: FetchOptions) !FetchResult { |
| 1661 | 1661 | .status = req.response.status, |
| 1662 | 1662 | }; |
| 1663 | 1663 | } |
| 1664 | | |
| 1665 | | test { |
| 1666 | | const native_endian = comptime builtin.cpu.arch.endian(); |
| 1667 | | if (builtin.zig_backend == .stage2_llvm and native_endian == .big) { |
| 1668 | | // https://github.com/ziglang/zig/issues/13782 |
| 1669 | | return error.SkipZigTest; |
| 1670 | | } |
| 1671 | | |
| 1672 | | if (builtin.os.tag == .wasi) return error.SkipZigTest; |
| 1673 | | |
| 1674 | | if (builtin.zig_backend == .stage2_x86_64 and |
| 1675 | | !comptime std.Target.x86.featureSetHas(builtin.cpu.features, .avx)) return error.SkipZigTest; |
| 1676 | | |
| 1677 | | std.testing.refAllDecls(@This()); |
| 1678 | | } |