Message7656

Author amak
Recipients amak, fwierzbicki
Date 2013-02-10.14:24:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360506249.3.0.809043059936.issue1859@psf.upfronthosting.co.za>
In-reply-to
Content
Some of these test case failures are caused by passing a start value != 1 to the adler32 method. Since java.util.zip.Adler32 does not support start values, these tests cannot pass with the current jython implementation.

I have separated out these tests so that

A: Tests that can pass on jython are not skipped
B: Tests that cannot pass on jython are still skipped

http://hg.python.org/jython/rev/50966417912b

The jython documentation for the zlib module should also be updated to note that a start value other than 1 is not supported on jython.
History
Date User Action Args
2013-02-10 14:24:09amaksetmessageid: <1360506249.3.0.809043059936.issue1859@psf.upfronthosting.co.za>
2013-02-10 14:24:09amaksetrecipients: + amak, fwierzbicki
2013-02-10 14:24:09amaklinkissue1859 messages
2013-02-10 14:24:09amakcreate