Issue1758322

classification
Title: List mutation during sort doesn't throw a ValueError
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, mehendran, pjenvey
Priority: normal Keywords: test failure causes

Created on 2007-07-22.04:47:56 by cgroves, last changed 2008-03-10.01:20:46 by pjenvey.

Messages
msg1778 (view) Author: Charlie Groves (cgroves) Date: 2007-07-22.04:47:56
List mutation during sort doesn't throw a ValueError, but it should and test_sort fails because it doesn't.
msg1779 (view) Author: Charlie Groves (cgroves) Date: 2007-08-06.00:04:48
See http://wiki.python.org/jython/JythonDeveloperGuide/VersionTransitionTestExclusions for how to get the test running again to fix this.
msg1780 (view) Author: Mehendran (mehendran) Date: 2007-10-16.15:23:18
Patch with ID=[ 1814527 ] is attached
msg3076 (view) Author: Philip Jenvey (pjenvey) Date: 2008-03-10.01:20:46
this was fixed by #1814527, and I turned the failing tests back on in r4087
History
Date User Action Args
2008-03-10 01:20:46pjenveysetstatus: open -> closed
nosy: + pjenvey
resolution: fixed
messages: + msg3076
2007-07-22 04:47:56cgrovescreate