| ... | ... | @@ -85,8 +85,6 @@ test { |
| 85 | 85 | } |
| 86 | 86 | |
| 87 | 87 | test "compress/decompress" { |
| 88 | | if (builtin.target.cpu.arch == .wasm32) return error.SkipZigTest; |
| 89 | | |
| 90 | 88 | var cmp_buf: [64 * 1024]u8 = undefined; // compressed data buffer |
| 91 | 89 | var dcm_buf: [64 * 1024]u8 = undefined; // decompressed data buffer |
| 92 | 90 | |
| ... | ... | @@ -354,8 +352,6 @@ test "gzip header" { |
| 354 | 352 | } |
| 355 | 353 | |
| 356 | 354 | test "public interface" { |
| 357 | | if (builtin.target.cpu.arch == .wasm32) return error.SkipZigTest; |
| 358 | | |
| 359 | 355 | const plain_data = [_]u8{ 'H', 'e', 'l', 'l', 'o', ' ', 'w', 'o', 'r', 'l', 'd', 0x0a }; |
| 360 | 356 | |
| 361 | 357 | // deflate final stored block, header + plain (stored) data |