Issue1036

classification
Title: make Jython set pass (almost) all CPython tests
Type: Severity: normal
Components: Library Versions: 2.5alpha1
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: fwierzbicki, jbellis, pjenvey
Priority: Keywords:

Created on 2008-05-20.14:00:00 by jbellis, last changed 2008-05-20.19:02:23 by pjenvey.

Files
File name Uploaded Description Edit Remove
fix-set.txt jbellis, 2008-05-20.13:59:58 patch
test_set.py jbellis, 2008-05-20.14:01:13 test suite (modified to remove generator expressions and some cpython-specific tests)
Messages
msg3193 (view) Author: Jonathan Ellis (jbellis) Date: 2008-05-20.13:59:48
A few tests still error out.  The pickle ones are probably a simple 
fix.  The ConcurrentModificationException ones however seem to depend 
on side effects of many tests; I can't reproduce them outside of the 
test suite.
msg3194 (view) Author: Philip Jenvey (pjenvey) Date: 2008-05-20.19:02:13
applied in r4427, thanks
History
Date User Action Args
2008-05-20 19:02:23pjenveysetstatus: open -> closed
nosy: + pjenvey
resolution: fixed
messages: + msg3194
2008-05-20 18:27:03fwierzbickisetnosy: + fwierzbicki
2008-05-20 14:01:13jbellissetfiles: + test_set.py
2008-05-20 14:00:00jbelliscreate