| ... | ... | @@ -1350,7 +1350,10 @@ test "non-page-allocator backing allocator" { |
| 1350 | 1350 | } |
| 1351 | 1351 | |
| 1352 | 1352 | test "realloc large object to larger alignment" { |
| 1353 | | if (!builtin.link_libc and builtin.os.tag == .wasi) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/22731 |
| 1353 | if (builtin.os.tag == .wasi) { |
| 1354 | // https://github.com/ziglang/zig/issues/22731 |
| 1355 | return error.SkipZigTest; |
| 1356 | } |
| 1354 | 1357 | |
| 1355 | 1358 | var gpa = DebugAllocator(test_config){}; |
| 1356 | 1359 | defer std.testing.expect(gpa.deinit() == .ok) catch @panic("leak"); |