Message7649

Author amak
Recipients amak, csebasha, fwierzbicki, geraint
Date 2013-02-09.13:56:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360418204.1.0.332078674922.issue1998@psf.upfronthosting.co.za>
In-reply-to
Content
It is indeed the case that ordering of keys should not be relied on. This is the behaviour of the original cpython test, and we target getting all cpython tests to pass on jython. This ordering assumption makes the test non-portable to jython, especially when it is run on different JVMs, as you have found.

Frank Wierzbicki is in the process of fixing these in cpython, so that we don't have to have specialised versions of the tests.

Doctests in test_dictcomp depend on dict order
http://bugs.python.org/issue16886
History
Date User Action Args
2013-02-09 13:56:44amaksetmessageid: <1360418204.1.0.332078674922.issue1998@psf.upfronthosting.co.za>
2013-02-09 13:56:44amaksetrecipients: + amak, fwierzbicki, geraint, csebasha
2013-02-09 13:56:44amaklinkissue1998 messages
2013-02-09 13:56:43amakcreate