2088
Comment:
|
8016
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= List of tests that are failing in the py3k-struni branch = | (Back to ["Python3000"].) |
Line 3: | Line 3: |
(Back to ["Python3000"].) | = List of tests that are failing in the py3k branch = '''NOTE:''' we've switched to a new branch. The old py3k-struni branch is dead. If you have that one checked out, ''don't update'', but issue this command (slightly different for anonymous checkouts): {{{svn switch svn+ssh://pythondev@svn.python.org/python/branches/py3k}}} |
Line 7: | Line 10: |
* if you start working on a test, to avoid duplicate work, add your name+email+date to the bulleted item for the test below, with the text "FIXING" or "INVESTIGATING" | * if you start working on a test, to avoid duplicate work, add your name+email+date to the bulleted item for the test below, with the text "MINE" |
Line 9: | Line 12: |
* if you fix a test, and you check in the fix, add a note "FIXED" (occasionally we'll clean these up) * if you don't have checkin permissions, use the SF patch manager and note the patch number here (perhaps in the form of a link to python.org/sf/NNNNN), and add a note "FIXED" (plus name etc.) |
* if you fix a test, and you check in the fix, add a note "COMMITTED" with the svn revision (occasionally we'll clean these up) * if you don't have checkin permissions, use the SF patch manager and note the patch number here (perhaps in the form of a link to python.org/sf/NNNNN), and add a note "FIXED IN SF" (plus name etc.) |
Line 14: | Line 17: |
* Assume you've got the py3k-struni branch checked out * ./configure * make * ./python Lib/test/regrtest.py test_foobar * ./python Lib/test/test_foobar.py # for more detail about failures |
Assume you've got the py3k branch checked out. |
Line 20: | Line 19: |
== The tests == | '''NOTE:''' we've switched to a new branch. The old py3k-struni branch is dead. See the note at the top of this page. {{{ ./configure make ./python Lib/test/regrtest.py test_foobar # runs test_foobar ./python Lib/test/test_foobar.py # for more detail about failures }}} |
Line 22: | Line 27: |
test_aepack | (Some tests need you to use {{{regrtest.py -uall}}} above.) |
Line 24: | Line 29: |
test_applesingle | ------ |
Line 26: | Line 31: |
test_asynchat | = The Failing Tests = |
Line 28: | Line 33: |
test_audioop | test_bsddb3 |
Line 30: | Line 35: |
test_bigmem test_cProfile: not worth it? (I think this will be killed) test_cmd_line test_compile test_cookielib test_cpickle: not worth it? (I think this may be killed.) test_csv test_ctypes test_descr test_dl test_doctest test_email |
test_email (CosminStejerean - at least some problems seem to be caused by base64MIME, problems with splitting headers into multiple lines - 08/08/07) |
Line 58: | Line 41: |
test_frozen | test_sqlite (MINE GerhardHaering - I will take care of this the next days.) |
Line 60: | Line 43: |
test_ftplib | test_urllib2_localnet: ISSUE bytes/str issues in BaseHTTPServer and httplib. MINE Jeremy Hylton 08/03/07 |
Line 62: | Line 45: |
test_getargs | |
Line 64: | Line 46: |
test_gettext | == Tests Failing on Some Platforms Only == |
Line 66: | Line 48: |
test_macostools | |
Line 68: | Line 49: |
test_mailbox | === Failing on 64-bit Platforms Only === |
Line 70: | Line 51: |
test_minidom | test_ossaudiodev (64-bit: ???) |
Line 72: | Line 53: |
test_mmap | test_shelve (64-bit: ?) |
Line 74: | Line 55: |
test_old_mailbox | === Failing on CYGWIN Only === |
Line 76: | Line 57: |
test_pep263 | test_coding |
Line 78: | Line 59: |
test_pickletools | test_marshal |
Line 80: | Line 61: |
test_plistlib | ------ |
Line 82: | Line 63: |
test_poll | = Previously Fixed Tests = |
Line 84: | Line 65: |
test_poplib | python -v crashes due to infinite recursion; FIXED (w. a hack) GvR. |
Line 86: | Line 67: |
test_posixpath | test_aepack (OSX only) FIXED IN SF (but somewhat hackily): http://python.org/sf/1761465 JeffreyYasskin 2007-07-26 |
Line 88: | Line 69: |
test_pyexpat | test_applesingle (OSX only) FIXED IN SF: http://python.org/sf/1761465 JeffreyYasskin 2007-07-26 |
Line 90: | Line 71: |
test_quopri | test_audioop: Fixed in r56469. MvL |
Line 92: | Line 73: |
test_resource | test_asynchat FIXED IN SF http://www.python.org/sf/1752173 Alexandre Vassalotti. COMMITTED r56290. |
Line 94: | Line 75: |
test_scriptpackages | test_bigmem FIXED IN SF http://www.python.org/sf/1752195. COMMITTED r56295. |
Line 96: | Line 77: |
test_sgmllib | test_bsddb: Fixed in r56754. MvL |
Line 98: | Line 79: |
test_shelve | test_cmd_line: FIXED IN SF http://www.python.org/sf/1751493 ChristianHeimes -- COMMITTED |
Line 100: | Line 81: |
test_socket | test_compile: COMMITTED r56494 GvR. |
Line 102: | Line 83: |
test_sqlite | test_cookielib FIXED IN SF http://www.python.org/sf/1762940 JoeGregorio. COMMITTED r56709 GvR. |
Line 104: | Line 85: |
test_tarfile | test_cpickle: Deleted, with cPickle. Alexandre's SoC work should lead to cPickle becoming invisible (Brett Cannon). |
Line 106: | Line 87: |
test_tcl | test_cProfile: FIXED IN SF http://www.python.org/sf/1755176 by Amaury Forgeot d'Arc COMMITTED r56406. |
Line 108: | Line 89: |
test_telnetlib | test_csv - Adam Hupp <firstname at lastname.org> 2007-07-21. COMMITTED GvR. |
Line 110: | Line 91: |
test_threaded_import | test_ctypes: ThomasHeller: FIXED r56338. |
Line 112: | Line 93: |
test_ucn | test_ctypes (another failure; Victor Stinner posted a patch to python-3000) COMMITTED r56838 Thomas Heller. |
Line 114: | Line 95: |
test_unicode_file | test_curses (add -uall)COMMITTED r56516 GvR. |
Line 116: | Line 97: |
test_urllib | test_datetime: pickling is broken since r56461, due to cPickle not understanding bytes. Decided the right solution is to stop using cPickle. COMMITTED r56462. GvR. |
Line 118: | Line 99: |
test_urllib2 | test_descr GuidoVanRossum: FIXED r56252. test_descr says: ['foo\u1234bar'] slots not caught; FIXED r56470 GvR. |
Line 120: | Line 102: |
test_uu | test_dl FIXED IN SF http://www.python.org/sf/1752229 AlexandreVassalotti 2007-07-11 COMMITTED r56288. |
Line 122: | Line 104: |
test_wave: probably not worth fixing; aren't we going to delete this? | test_doctest: Fixed for OSX in r56468, MvL. Fixed for Ubuntu in r56472, Collin Winter. |
Line 124: | Line 106: |
test_xdrlib | test_frozen COMMITTED r56503 GvR. |
Line 126: | Line 108: |
test_xml_etree | test_ftplib: FIXED IN SF http://www.python.org/sf/1755206 by Amaury Forgeot d'Arc. FIXED differently by GvR. |
Line 128: | Line 110: |
test_xml_etree_c | test_getargs: (amauryfa) I suggest to remove this test. Now that conversion from unicode to char* uses utf8, no error can occur. Deletion COMMITTED r56495 GvR. |
Line 130: | Line 113: |
test_xmlrpc | test_gettext FIXED IN SF http://www.python.org/sf/1751958 ChristianHeimes. COMMITTED r56292. |
Line 132: | Line 115: |
test_xpickle | test_largefile: converted some string literals to byte literals. COMMITTED r56499 Collin Winter. |
Line 134: | Line 117: |
test_zipimport: lots of str/bytes issues, shouldn't be too hard; important | test_macostools (OSX only) FIXED IN SF http://python.org/sf/1758570 by Jeffrey Yasskin 22 July 2007 COMMITTED r56510 GvR. |
Line 136: | Line 119: |
---- CategoryLanguage |
test_mailbox FIXED IN SF: http://python.org/sf/1757774 Alexandre Vassalotti 20 July 2007. COMMITTED r56474 GvR. test_mmap JoeGregorio FIXED IN SF http://www.python.org/sf/1752647 COMMITTED r56400. test_minidom PARTLY FIXED IN SF http://python.org/sf/1759922. COMMITTED r56586 GvR. Remaining issue COMMITTED r56587 GvR. test_old_mailbox FIXED IN SF: http://python.org/sf/1757774 Alexandre Vassalotti 20 July 2007. COMMITTED r56474 GvR. test_pep263 ChristianHeimes FIXED IN WIKI. The fix isn't worth a patch. You have to convert two string to byte by putting a b in front of them. .encode() returns bytes. COMMITTED by ThomasHeller. test_pickle: started complaining about unhashable type: 'bytes' since MvL's checkin. COMMITTED r56461 GvR. test_pickletools Pickle doesn't handle str vs. str8 vs. byte correctly. Do we pickle str as UNICODE or STRING? FIXED by GvR. test_plistlib: [http://python.org/sf/1769016 FIXED IN SF (1769016)] James Brotchie 2007-08-07. COMMITTED by Neal Norwitz. test_poll Christian Heimes FIXED IN WIKI: Replace MSG = " This is a test." with MSG = b" This is a test." COMMITTED r56285. test_poplib: needed to change one str literal to a bytes literal in poplib.py. COMMITTED r56498 Collin Winter. test_pyexpat JoeGregorio FIXED IN SF http://www.python.org/sf/1759016. COMMITTED r56512 GvR. test_quopri: fixed in r56606. test_resource: fixed by a change to io.py (ignore errors from flush() in close()) COMMITTED r56496 GvR. test_scriptpackages: [http://python.org/sf/1768976 FIXED IN SF (1768976)] Antti Rasinen 2007-08-07. COMMITTEG r56800 GvR. test_sgmllib (passes on Ubuntu, fails on OSX, and on CYGWIN) COMMITTED r56585 GvR. test_shelve: Requires bsddb to be fixed (Brett Cannon); some work done in r56548. (Abort trap in dbmmodile.c:107.) FIX COMMITTED GvR. test_socketserver (add -uall) FIXED IN SF http://python.org/sf/1764815 Paul Colomiets. COMMITTED r56708 GvR. test_socket_ssl (only fails when called via regrtest) (FIXED somehow) test_tarfile: Lars Gustäbel COMMITTED. test_tcl: COMMITTED r56514 GvR. test_threaded_import FIXED IN WIKI replace "_os.fdopen" with "_io.open" in Lib/tempfile.py Paul Colomiets <pc at gafol.net>; COMMITTED r56757. test_ucn FIXED IN SF: http://python.org/sf/1757758 Alexandre Vassalotti 20 July 2007. COMMITTED r56473 GvR. test_unicode_file: COMMITTED r56625 (Brett Cannon). test_urllib: COMMITTED r56734 (last of several) (Jeremy Hylton) test_urllib2: FIXED IN SF http://www.python.org/sf/1762940 JoeGregorio. COMMITTED r56709 gvR. test_urllib2net (add -uall): MINE Jeremy Hylton 8/04/07 COMMITTED r56837. test_urllibnet (add -uall): FIX COMMITTED (Jeremy) test_uu FIXED IN SF ChristianHeimes http://www.python.org/sf/1754339 The patch may fix several other unit tests, too. (A different fix was committed; GvR.) test_uuid: COMMITTED r56471. GvR. test_xdrlib: COMMITTED r56549. test_xml_etree FIXED IN SF http://www.python.org/sf/1762412 JoeGregorio COMMITTED test_xml_etree_c FIXED IN SF http://python.org/sf/1769767 JoeGregorio. COMMITTED by Neal, r56824. test_xmlrpc: COMMITTED r56609, 56610, and 56626 (Brett Cannon) test_xpickle: deleted, with cPickle. test_wave: probably not worth fixing; aren't we going to delete this? Anthony Baxter might want it (Brett Cannon). A fix that makes the test passed was COMMITTED r56515 GvR. test_wsgiref COMMITTED r56836 GvR. test_zipimport: FIXED IN SF http://www.python.org/sf/1766592 Paul Colomiets. COMMITTED r56707 GvR. |
(Back to ["Python3000"].)
List of tests that are failing in the py3k branch
NOTE: we've switched to a new branch. The old py3k-struni branch is dead. If you have that one checked out, don't update, but issue this command (slightly different for anonymous checkouts): svn switch svn+ssh://pythondev@svn.python.org/python/branches/py3k
Protocol:
- if you start working on a test, to avoid duplicate work, add your name+email+date to the bulleted item for the test below, with the text "MINE"
- if you figure out why a test is failing, just add a note (name etc. is still appreciated)
- if you fix a test, and you check in the fix, add a note "COMMITTED" with the svn revision (occasionally we'll clean these up)
- if you don't have checkin permissions, use the SF patch manager and note the patch number here (perhaps in the form of a link to python.org/sf/NNNNN), and add a note "FIXED IN SF" (plus name etc.)
How to run tests
Assume you've got the py3k branch checked out.
NOTE: we've switched to a new branch. The old py3k-struni branch is dead. See the note at the top of this page.
./configure make ./python Lib/test/regrtest.py test_foobar # runs test_foobar ./python Lib/test/test_foobar.py # for more detail about failures
(Some tests need you to use regrtest.py -uall above.)
The Failing Tests
test_bsddb3
test_email (CosminStejerean - at least some problems seem to be caused by base64MIME, problems with splitting headers into multiple lines - 08/08/07)
test_email_codecs
test_email_renamed
test_sqlite (MINE GerhardHaering - I will take care of this the next days.)
test_urllib2_localnet: ISSUE bytes/str issues in BaseHTTPServer and httplib. MINE Jeremy Hylton 08/03/07
Tests Failing on Some Platforms Only
Failing on 64-bit Platforms Only
test_ossaudiodev (64-bit: ???)
test_shelve (64-bit: ?)
Failing on CYGWIN Only
test_coding
test_marshal
Previously Fixed Tests
python -v crashes due to infinite recursion; FIXED (w. a hack) GvR.
test_aepack (OSX only) FIXED IN SF (but somewhat hackily): http://python.org/sf/1761465 JeffreyYasskin 2007-07-26
test_applesingle (OSX only) FIXED IN SF: http://python.org/sf/1761465 JeffreyYasskin 2007-07-26
test_audioop: Fixed in r56469. MvL
test_asynchat FIXED IN SF http://www.python.org/sf/1752173 Alexandre Vassalotti. COMMITTED r56290.
test_bigmem FIXED IN SF http://www.python.org/sf/1752195. COMMITTED r56295.
test_bsddb: Fixed in r56754. MvL
test_cmd_line: FIXED IN SF http://www.python.org/sf/1751493 ChristianHeimes -- COMMITTED
test_compile: COMMITTED r56494 GvR.
test_cookielib FIXED IN SF http://www.python.org/sf/1762940 JoeGregorio. COMMITTED r56709 GvR.
test_cpickle: Deleted, with cPickle. Alexandre's SoC work should lead to cPickle becoming invisible (Brett Cannon).
test_cProfile: FIXED IN SF http://www.python.org/sf/1755176 by Amaury Forgeot d'Arc COMMITTED r56406.
test_csv - Adam Hupp <firstname at lastname.org> 2007-07-21. COMMITTED GvR.
test_ctypes: ThomasHeller: FIXED r56338.
test_ctypes (another failure; Victor Stinner posted a patch to python-3000) COMMITTED r56838 Thomas Heller.
test_curses (add -uall)COMMITTED r56516 GvR.
test_datetime: pickling is broken since r56461, due to cPickle not understanding bytes. Decided the right solution is to stop using cPickle. COMMITTED r56462. GvR.
test_descr GuidoVanRossum: FIXED r56252. test_descr says: ['foo\u1234bar'] slots not caught; FIXED r56470 GvR.
test_dl FIXED IN SF http://www.python.org/sf/1752229 AlexandreVassalotti 2007-07-11 COMMITTED r56288.
test_doctest: Fixed for OSX in r56468, MvL. Fixed for Ubuntu in r56472, Collin Winter.
test_frozen COMMITTED r56503 GvR.
test_ftplib: FIXED IN SF http://www.python.org/sf/1755206 by Amaury Forgeot d'Arc. FIXED differently by GvR.
test_getargs: (amauryfa) I suggest to remove this test. Now that conversion from unicode to char* uses utf8, no error can occur. Deletion COMMITTED r56495 GvR.
test_gettext FIXED IN SF http://www.python.org/sf/1751958 ChristianHeimes. COMMITTED r56292.
test_largefile: converted some string literals to byte literals. COMMITTED r56499 Collin Winter.
test_macostools (OSX only) FIXED IN SF http://python.org/sf/1758570 by Jeffrey Yasskin 22 July 2007 COMMITTED r56510 GvR.
test_mailbox FIXED IN SF: http://python.org/sf/1757774 Alexandre Vassalotti 20 July 2007. COMMITTED r56474 GvR.
test_mmap JoeGregorio FIXED IN SF http://www.python.org/sf/1752647 COMMITTED r56400.
test_minidom PARTLY FIXED IN SF http://python.org/sf/1759922. COMMITTED r56586 GvR. Remaining issue COMMITTED r56587 GvR.
test_old_mailbox FIXED IN SF: http://python.org/sf/1757774 Alexandre Vassalotti 20 July 2007. COMMITTED r56474 GvR.
test_pep263 ChristianHeimes FIXED IN WIKI. The fix isn't worth a patch. You have to convert two string to byte by putting a b in front of them. .encode() returns bytes. COMMITTED by ThomasHeller.
test_pickle: started complaining about unhashable type: 'bytes' since MvL's checkin. COMMITTED r56461 GvR.
test_pickletools Pickle doesn't handle str vs. str8 vs. byte correctly. Do we pickle str as UNICODE or STRING? FIXED by GvR.
test_plistlib: [http://python.org/sf/1769016 FIXED IN SF (1769016)] James Brotchie 2007-08-07. COMMITTED by Neal Norwitz.
test_poll Christian Heimes FIXED IN WIKI: Replace MSG = " This is a test." with MSG = b" This is a test." COMMITTED r56285.
test_poplib: needed to change one str literal to a bytes literal in poplib.py. COMMITTED r56498 Collin Winter.
test_pyexpat JoeGregorio FIXED IN SF http://www.python.org/sf/1759016. COMMITTED r56512 GvR.
test_quopri: fixed in r56606.
test_resource: fixed by a change to io.py (ignore errors from flush() in close()) COMMITTED r56496 GvR.
test_scriptpackages: [http://python.org/sf/1768976 FIXED IN SF (1768976)] Antti Rasinen 2007-08-07. COMMITTEG r56800 GvR.
test_sgmllib (passes on Ubuntu, fails on OSX, and on CYGWIN) COMMITTED r56585 GvR.
test_shelve: Requires bsddb to be fixed (Brett Cannon); some work done in r56548. (Abort trap in dbmmodile.c:107.) FIX COMMITTED GvR.
test_socketserver (add -uall) FIXED IN SF http://python.org/sf/1764815 Paul Colomiets. COMMITTED r56708 GvR.
test_socket_ssl (only fails when called via regrtest) (FIXED somehow)
test_tarfile: Lars Gustäbel COMMITTED.
test_tcl: COMMITTED r56514 GvR.
test_threaded_import FIXED IN WIKI replace "_os.fdopen" with "_io.open" in Lib/tempfile.py Paul Colomiets <pc at gafol.net>; COMMITTED r56757.
test_ucn FIXED IN SF: http://python.org/sf/1757758 Alexandre Vassalotti 20 July 2007. COMMITTED r56473 GvR.
test_unicode_file: COMMITTED r56625 (Brett Cannon).
test_urllib: COMMITTED r56734 (last of several) (Jeremy Hylton)
test_urllib2: FIXED IN SF http://www.python.org/sf/1762940 JoeGregorio. COMMITTED r56709 gvR.
test_urllib2net (add -uall): MINE Jeremy Hylton 8/04/07 COMMITTED r56837.
test_urllibnet (add -uall): FIX COMMITTED (Jeremy)
test_uu FIXED IN SF ChristianHeimes http://www.python.org/sf/1754339 The patch may fix several other unit tests, too. (A different fix was committed; GvR.)
test_uuid: COMMITTED r56471. GvR.
test_xdrlib: COMMITTED r56549.
test_xml_etree FIXED IN SF http://www.python.org/sf/1762412 JoeGregorio COMMITTED
test_xml_etree_c FIXED IN SF http://python.org/sf/1769767 JoeGregorio. COMMITTED by Neal, r56824.
test_xmlrpc: COMMITTED r56609, 56610, and 56626 (Brett Cannon)
test_xpickle: deleted, with cPickle.
test_wave: probably not worth fixing; aren't we going to delete this? Anthony Baxter might want it (Brett Cannon). A fix that makes the test passed was COMMITTED r56515 GvR.
test_wsgiref COMMITTED r56836 GvR.
test_zipimport: FIXED IN SF http://www.python.org/sf/1766592 Paul Colomiets. COMMITTED r56707 GvR.