Revision 197 as of 2007-08-17 16:35:55

Clear message

(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:

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

Tests Failing Under Stress

A few tests pass normally but fail when run by a debug build using regrtest.py -R4:3:. This runs the test 7 times to detect leaks. The following tests have problems under this mode:

Tests Failing on Some Platforms Only

Other Conditional Failures

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