| author | |
| committer | |
| log | 8f98a2b90fe0834af34a943886c67855ba6c4f7b |
| tree | 15875ab5fae54f0be59401f30897b1228bcfe93e |
| parent | aa44512b8511e18a334dcee55c1d9ae5d5aba842 |
closes #138921 files changed, 0 insertions(+), 5 deletions(-)
lib/std/compress/deflate/huffman_bit_writer.zig-5| ... | ... | @@ -848,11 +848,6 @@ test "writeBlockHuff" { |
| 848 | 848 | // Tests huffman encoding against reference files to detect possible regressions. |
| 849 | 849 | // If encoding/bit allocation changes you can regenerate these files |
| 850 | 850 | |
| 851 | if (builtin.os.tag == .windows) { | |
| 852 | // https://github.com/ziglang/zig/issues/13892 | |
| 853 | return error.SkipZigTest; | |
| 854 | } | |
| 855 | ||
| 856 | 851 | try testBlockHuff( |
| 857 | 852 | "huffman-null-max.input", |
| 858 | 853 | "huffman-null-max.golden", |