diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-02-21 02:17:01 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-02-21 02:17:01 (GMT) |
commit | 9a0f98e0a140caed40006f9c9990d028ffa9ffd1 (patch) | |
tree | 7edefdb6055bda152946558d77af721d3623265b /Lib/test/output/test_zlib | |
parent | 9aff4a2ad003dcc98c59fc2788e5f9146f8a53be (diff) | |
download | cpython-9a0f98e0a140caed40006f9c9990d028ffa9ffd1.zip cpython-9a0f98e0a140caed40006f9c9990d028ffa9ffd1.tar.gz cpython-9a0f98e0a140caed40006f9c9990d028ffa9ffd1.tar.bz2 |
Add test case from bug #124981: zlib decompress of sync-flushed data
fails
Diffstat (limited to 'Lib/test/output/test_zlib')
-rw-r--r-- | Lib/test/output/test_zlib | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_zlib b/Lib/test/output/test_zlib index 6995c11..61c33cf 100644 --- a/Lib/test/output/test_zlib +++ b/Lib/test/output/test_zlib @@ -8,3 +8,4 @@ normal compression/decompression succeeded compress/decompression obj succeeded decompress with init options succeeded decompressobj with init options succeeded +Testing on 17K of random data |