mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
compress: activate tests in wasm32
They were disabled because insufficient stack size.
That is
[changed](d51aa9748f) now.
This commit is contained in:
parent
ae7f3fc360
commit
62ce753814
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user