Re: [Python-Dev] "make test" routinely fails to terminate

2018-05-25 Thread Skip Montanaro
> me> On the 3.7 branch, "make test" routinely fails to terminate. > Antoine> Can you try to rebuild Python? Use "make distclean" if that helps. > Thanks, Antoine. That solved the termination problem. I still have problems > with test_asyncio failing, but I can live with that for now. Final foll

Re: [Python-Dev] "make test" routinely fails to terminate

2018-05-21 Thread Skip Montanaro
me> On the 3.7 branch, "make test" routinely fails to terminate. Antoine> Can you try to rebuild Python? Use "make distclean" if that helps. Thanks, Antoine. That solved the termination problem. I still have problems with test_asyncio failing, but I can live with that for now. If "make distclean

Re: [Python-Dev] "make test" routinely fails to terminate

2018-05-20 Thread Antoine Pitrou
On Sat, 19 May 2018 17:41:18 -0500 Skip Montanaro wrote: > On the 3.7 branch, "make test" routinely fails to terminate. (Pretty > vanilla Ubuntu 17.10 running on a Dell Laptop. Nothing esoteric at all) > Lately, it's been one of the multiprocessing tests. After a long while > (~2000 seconds), I ki

[Python-Dev] "make test" routinely fails to terminate

2018-05-19 Thread Skip Montanaro
On the 3.7 branch, "make test" routinely fails to terminate. (Pretty vanilla Ubuntu 17.10 running on a Dell Laptop. Nothing esoteric at all) Lately, it's been one of the multiprocessing tests. After a long while (~2000 seconds), I kill it, then it complains many times about lack of a valid_signals

Re: [Python-Dev] make test

2013-01-08 Thread R. David Murray
On Tue, 08 Jan 2013 16:48:41 +0400, Oleg Broytman wrote: > Hello. > >We are sorry but we cannot help you. This mailing list is to work on > developing Python (adding new features to Python itself and fixing bugs); > if you're having problems learning, understanding or using Python, please > f

Re: [Python-Dev] make test

2013-01-08 Thread Oleg Broytman
Hello. We are sorry but we cannot help you. This mailing list is to work on developing Python (adding new features to Python itself and fixing bugs); if you're having problems learning, understanding or using Python, please find another forum. Probably python-list/comp.lang.python mailing list/

[Python-Dev] make test

2013-01-08 Thread Xu Wanglin
When I run the test, i got these: ... ... testShareLocal (test.test_socket.TestSocketSharing) ... skipped 'Windows specific' testTypes (test.test_socket.TestSocketSharing) ... skipped 'Windows specific' == ERROR: test_idna (tes

Re: [Python-Dev] Make test failed issues for phyton 3.2 on centos5.5

2011-04-11 Thread David Malcolm
On Mon, 2011-04-11 at 07:58 -0400, Tres Seaver wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 04/10/2011 08:00 PM, Stephen Yeng wrote: > > > 11 skips unexpected on linux2: > > test_bz2 test_dbm_gnu test_dbm_ndbm test_gzip test_readline > > test_ssl test_tcl test_tk test_t

Re: [Python-Dev] Make test failed issues for phyton 3.2 on centos5.5

2011-04-11 Thread Antoine Pitrou
Hello, On Mon, 11 Apr 2011 22:43:03 +0800 Stephen Yeng wrote: > Hello, > Thanks for the reply. > This the once of the test I fail, hope you can help so I can fix the rest 4 > errors. :) Please open an issue for each of these failures on http://bugs.python.org Bug reports on the mailing-list typ

Re: [Python-Dev] Make test failed issues for phyton 3.2 on centos5.5

2011-04-11 Thread Stephen Yeng
Hello, Thanks for the reply. This the once of the test I fail, hope you can help so I can fix the rest 4 errors. :) -- Ran 90 tests in 9.191s FAILED (errors=1, skipped=25) test test_zipfile failed -- Traceback (most recent call la

Re: [Python-Dev] Make test failed issues for phyton 3.2 on centos5.5

2011-04-11 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/10/2011 08:00 PM, Stephen Yeng wrote: > 11 skips unexpected on linux2: > test_bz2 test_dbm_gnu test_dbm_ndbm test_gzip test_readline > test_ssl test_tcl test_tk test_ttk_guionly test_ttk_textonly > test_zlib Looks like you are missi

Re: [Python-Dev] Make test failed issues for phyton 3.2 on centos5.5

2011-04-11 Thread Victor Stinner
> [1/1] test_zipfiles > test test_zipfiles crashed -- : No module named > test_zipfiles It means that you don't have a module named test_zipfiles. Retry with "test_zipfile" :-) You may open an issue (including details) for your failures. Victor ___ Py

[Python-Dev] Make test failed issues for phyton 3.2 on centos5.5

2011-04-10 Thread Stephen Yeng
Hello phython team, I am new to install phyton on Centos5.5 Hope you can help on this issues below when I make test 5 tests failed: test_argparse test_distutils test_httpservers test_import test_zipfile 31 tests skipped: test_bz2 test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp