Message148664
| Author |
sable |
| Recipients |
alexis, brian.curtin, eric.araujo, loewis, mhammond, sable, santoso.wijaya, tarek, tim.golden, vstinner |
| Date |
2011年11月30日.15:25:40 |
| SpamBayes Score |
0.00029060393 |
| Marked as misclassified |
No |
| Message-id |
<1322666741.16.0.303860454753.issue13210@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I have started working on python default branch.
My patch queue is available here:
https://bitbucket.org/sablefr/py3kvs2010/
The result is the following so far:
323 tests OK.
8 tests failed:
test_distutils test_fileio test_gettext test_io test_os
test_packaging test_pep3151 test_support
4 tests altered the execution environment:
test_multiprocessing test_site test_subprocess test_sysconfig
27 tests skipped:
test_crypt test_curses test_dbm_gnu test_dbm_ndbm test_devpoll
test_epoll test_fcntl test_fork1 test_gdb test_grp test_ioctl
test_kqueue test_nis test_openpty test_ossaudiodev test_pipes
test_poll test_posix test_pty test_pwd test_readline test_resource
test_syslog test_threadsignals test_wait3 test_wait4
test_zipfile64
2 skips unexpected on win32:
test_gdb test_readline
Most errors seem related to errno. |
|