Message7658

Author amak
Recipients amak, fwierzbicki
Date 2013-02-10.15:53:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360511597.64.0.914550992018.issue1859@psf.upfronthosting.co.za>
In-reply-to
Content
The tests based on check_big_decompress_buffer do not hang for me, even though they are marked as skipped on jython, because "they hang on jython".

I have checked in some comments to this effect, but made no functional changes.

http://hg.python.org/jython/rev/6b4a1088566e

We should track on which platforms these tests do actually hang.

As noted in the comments, the tests are misleading, because they appear to be testing for compressing and then decompressing data of size 1G + 1M. But the decorator wrapping these tests modifies this value to 5147, based on the value of test_support.real_max_memuse
History
Date User Action Args
2013-02-10 15:53:17amaksetmessageid: <1360511597.64.0.914550992018.issue1859@psf.upfronthosting.co.za>
2013-02-10 15:53:17amaksetrecipients: + amak, fwierzbicki
2013-02-10 15:53:17amaklinkissue1859 messages
2013-02-10 15:53:17amakcreate