Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit-tests match-lz77 and dictionary-semantics fail #38

Open
valeriyvan opened this issue Nov 27, 2022 · 0 comments
Open

Unit-tests match-lz77 and dictionary-semantics fail #38

valeriyvan opened this issue Nov 27, 2022 · 0 comments

Comments

@valeriyvan
Copy link

swift run unit-test
Building for debugging...
Build complete! (0.11s)
 test 'decode-bitstream'             passed                                     
 test 'encode-bitstream'             passed                                     
[[1], [2], [3], [3], [1], [2], [3], [3], [1], [2], [3], [1], [2], [2], [2], [2], [2], [2], [0], [1], [2], [2], [2], [2], [2], [0], [1], [2], [2], [0], [0], [0], [0], [2], [3], [2], [1], [2], [3], [3], [1], [5], [1], [1], [3], [3], [1], [2], [3], [1], [2], [4], [4], [2], [1]]
 test 'match-lz77'                   failed                                     
 [ 0]: compressed lz77 tokens do not match expected output
 test 'compress-lz77-greedy'         passed  (6 cases)                          
 test 'compress-lz77-lazy'           passed  (6 cases)                          
 test 'compress-lz77-full'           passed  (6 cases)                          
 test 'filtering'                    passed  (8 cases)                          
 test 'premultiplication-8-bit'      passed                                     
 test 'premultiplication-16-bit'     passed                                     
 test 'dictionary-semantics'         failed                                     
 [ 0]: dictionary update/remove semantics are inconsistent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant