compress: activate tests in wasm32

They were disabled because insufficient stack size.
That is
[changed](d51aa9748f) now.
This commit is contained in:
Igor Anić 2024-02-27 20:10:16 +01:00 committed by Andrew Kelley
parent ae7f3fc360
commit 62ce753814

View File

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