Message148321
| Author |
sable |
| Recipients |
alexis, brian.curtin, eric.araujo, loewis, mhammond, sable, santoso.wijaya, tarek, tim.golden, vstinner |
| Date |
2011年11月25日.15:16:02 |
| SpamBayes Score |
1.5988822e-06 |
| Marked as misclassified |
No |
| Message-id |
<1322234164.16.0.0498401835171.issue13210@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I don't have commit access on hg.python.org, so I also created a clone on bitbucket at:
https://bitbucket.org/sablefr/py27vs2010/overview
I work with a patch queue for the moment since everything is not completely settled yet.
The patch are against python 2.7 for the moment, I will do the same for python trunk soon.
I can run all the tests with builbot and I am working on reducing the errors.
Currently I am at:
337 tests OK.
5 tests failed:
test_anydbm test_pep277 test_shelve test_subprocess test_trace
1 test altered the execution environment:
test_distutils
45 tests skipped:
test_aepack test_al test_applesingle test_bsddb185 test_cd test_cl
test_commands test_crypt test_curses test_dbm test_dl test_epoll
test_fcntl test_fork1 test_gdb test_gdbm test_gl test_grp
test_imgfile test_ioctl test_kqueue test_linuxaudiodev test_macos
test_macostools test_mhlib test_nis test_openpty test_ossaudiodev
test_pipes test_poll test_posix test_pty test_pwd test_readline
test_resource test_scriptpackages test_sunaudiodev test_tcl
test_threadsignals test_tk test_ttk_guionly test_ttk_textonly
test_wait3 test_wait4 test_zipfile64
6 skips unexpected on win32:
test_gdb test_readline test_tcl test_tk test_ttk_guionly
test_ttk_textonly |
|