mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Import decompression-corrupt-input.tentative.any.html tests
Some checks are pending
CI / macOS, arm64, Sanitizer_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, Clang (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
Some checks are pending
CI / macOS, arm64, Sanitizer_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, Clang (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
It is now fully green :)
This commit is contained in:
parent
81bfb51756
commit
e7906f4332
Notes:
github-actions[bot]
2025-06-14 22:27:59 +00:00
Author: https://github.com/tete17
Commit: e7906f4332
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4759
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/devgianlu
Reviewed-by: https://github.com/trflynn89 ✅
3 changed files with 364 additions and 0 deletions
|
@ -0,0 +1,31 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 26 tests
|
||||
|
||||
26 Pass
|
||||
Pass the unchanged input for 'deflate' should decompress successfully
|
||||
Pass truncating the input for 'deflate' should give an error
|
||||
Pass trailing junk for 'deflate' should give an error
|
||||
Pass format 'deflate' field CMF should be error for 0
|
||||
Pass format 'deflate' field FLG should be success for 218
|
||||
Pass format 'deflate' field FLG should be success for 1
|
||||
Pass format 'deflate' field FLG should be success for 94
|
||||
Pass format 'deflate' field FLG should be error for 157
|
||||
Pass format 'deflate' field DATA should be success for 4
|
||||
Pass format 'deflate' field DATA should be error for 5
|
||||
Pass format 'deflate' field ADLER should be error for 255
|
||||
Pass the unchanged input for 'gzip' should decompress successfully
|
||||
Pass truncating the input for 'gzip' should give an error
|
||||
Pass trailing junk for 'gzip' should give an error
|
||||
Pass format 'gzip' field ID should be error for 255
|
||||
Pass format 'gzip' field CM should be error for 0
|
||||
Pass format 'gzip' field FLG should be success for 1
|
||||
Pass format 'gzip' field FLG should be error for 2
|
||||
Pass format 'gzip' field MTIME should be success for 255
|
||||
Pass format 'gzip' field XFL should be success for 255
|
||||
Pass format 'gzip' field OS should be success for 128
|
||||
Pass format 'gzip' field DATA should be error for 3
|
||||
Pass format 'gzip' field DATA should be success for 4
|
||||
Pass format 'gzip' field CRC should be error for 0
|
||||
Pass format 'gzip' field ISIZE should be error for 1
|
||||
Pass the deflate input compressed with dictionary should give an error
|
Loading…
Add table
Add a link
Reference in a new issue