Differences between revisions 2 and 224 (spanning 222 versions)
Revision 2 as of 2007-07-10 14:04:43
Size: 1942
Editor: 213
Comment:
Revision 224 as of 2008-11-15 14:00:38
Size: 213
Editor: localhost
Comment: converted to 1.6 markup
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 =
Line 5: Line 5:
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 "FIXING" or "INVESTIGATING"
  * 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 "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.)

== How to run tests ==

  * 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

== The tests ==

test_aepack

test_applesingle

test_asynchat

test_audioop

test_bigmem

test_cProfile

test_cmd_line

test_compile

test_cookielib

test_cpickle

test_csv

test_ctypes

test_descr

test_dl

test_doctest

test_email

test_email_codecs

test_email_renamed

test_frozen

test_ftplib

test_genericpath

test_getargs

test_gettext

test_hmac

test_macostools

test_mailbox

test_marshal

test_minidom

test_mmap

test_old_mailbox

test_pep263

test_pickle

test_pickletools

test_plistlib

test_poll

test_poplib

test_posixpath

test_pyexpat

test_quopri

test_resource

test_scriptpackages

test_sgmllib

test_shelve

test_socket

test_sqlite

test_tarfile

test_tcl

test_telnetlib

test_threaded_import

test_ucn

test_unicode_file

test_urllib

test_urllib2

test_uu

test_wave

test_xdrlib

test_xml_etree

test_xml_etree_c

test_xmlrpc

test_xpickle

test_zipimport

----
CategoryLanguage
We're now maintaining a list of tasks in a shared spreadsheet: http://spreadsheets.google.com/ccc?key=pBLWM8elhFAmKbrhhh0ApQA

(Back to Python3000.)

List of tests that are failing in the py3k branch

We're now maintaining a list of tasks in a shared spreadsheet: http://spreadsheets.google.com/ccc?key=pBLWM8elhFAmKbrhhh0ApQA

Py3kStrUniTests (last edited 2008-11-15 14:00:38 by localhost)

Unable to edit the page? See the FrontPage for instructions.