Noa
8c5602f2fb
Fix a bunch of zlib tests
2025-02-26 00:10:24 -06:00
Ashwin Naren
2d83a67bd6
Update zlib from 3.12.6 and _ZlibDecompressor implementation ( #5476 )
...
* add is_s390x and skip_on_s390x to test support
* update zlib tests to 3.12
* _ZlibDecompressor implementation
2025-01-16 13:28:09 +09:00
CPython Developers
5be22a073b
Update test/test_zlib.py from CPython 3.11.2
2023-03-07 04:34:58 +09:00
CPython Developers
ead12b5611
Update test_zlib from CPython 3.10.6
2022-08-14 23:50:53 +09:00
gilteunchoi
600e924c53
unmark expectedFauilure decorator
...
Signed-off-by: gilteunchoi <gilteunchoi@gmail.com >
2022-03-13 18:04:24 +09:00
Dean Li
6f98288e84
test: use import_helper
2021-11-29 21:03:02 +08:00
Robert Booth
af6b230dad
Change int type checking, amend tests
...
- add a special_retrieve fudge function to the PyValue trait
- define the special_retrieve function for PyInt
- remove blocks on successful tests to reflect effect of changes
2021-04-25 01:18:57 +09:00
Robert Booth
ae815839e8
Change Rust zlib compression code for zlib tests
...
- decompress method: Amend error message
- Pass data chunks on a per-slice basis to compression API
2021-04-21 23:21:57 +09:00
Padraic Fanning
0b14772717
Explain test_big_compress_buffer skip
2021-02-08 21:30:54 -05:00
Padraic Fanning
fe25a749b7
Unskip test_compressincremental
2021-02-08 21:29:45 -05:00
Padraic Fanning
982f87064e
Unskip test_baddecompressobj
2021-02-08 21:29:04 -05:00
Padraic Fanning
33e8e0670d
Unskip test_badcompressobj
2021-02-08 21:28:32 -05:00
Noah
f428fcc692
unskip tests
2021-01-25 18:28:18 -06:00
Jeong YunWon
f2fa5b849b
mark test_zlib compressobj pickling tests as expected failures
2020-08-20 03:23:13 +09:00
Ben Lewis
43434d8559
Fix zlib decompress
2020-08-02 19:49:57 +12:00
Jeong YunWon
915078e32f
mark failing tests
2020-07-18 20:58:59 +09:00
CPython dev
d71223b546
test_zlib from CPython 3.8.3
2020-07-18 20:51:12 +09:00