[Python-Dev] error in test suite (original) (raw)

Andrew Svetlov andrew.svetlov at gmail.com
Sat Aug 31 19:58:48 CEST 2013


Sorry, this is mine. This is related to http://bugs.python.org/issue11798 Error happens when tests regrtest executed with -R option. I've temporary disabled this feature until finally fix it.

On Sat, Aug 31, 2013 at 8:23 PM, Ethan Furman <ethan at stoneleaf.us> wrote:

Am I the only one experiencing this?

262 tests OK. 93 tests failed: test_all testabc testarray testast testasynchat_ testasyncore testbisect testbuffer testbufio testbytes testcodeccallbacks testcodecs testcolorsys testcompileall testconfigparser testcontextlib testcrypt testctypes testdbm testdbmdumb testdbmndbm testdictcomps testenum testexceptions testfaulthandler testfile testfileinput testfrozen testfuture testfuture3 testfuture5 testgenericpath testgetargs2 testgetpass testhash testhashlib testheapq testidle testimaplib testimp testimport testindex testio testioctl testipaddress testiterlen testjson testkeyword testlargefile testlocale testmacpath testmultiprocessingfork testmultiprocessingforkserver testmultiprocessingspawn testnamespacepkgs testntpath testoperator testosxenv testpdb testpep352 testposixpath testprint testpycompile testrandom testregrtest testrobotparser testrunpy testsched testset testshutil testsite testsmtpd testsndhdr testsourceencoding testsqlite teststat teststrftime testsundry testtarfile testtextwrap testthreading testtime testunicode testunivnewlines testurllib testurllib2net testuserstring testuuid testwarnings testwave testwebbrowser testxmldomminicompat testzipfile 24 tests skipped: testcodecmapscn testcodecmapshk testcodecmapsjp testcodecmapskr testcodecmapstw testcurses testdbmgnu testdevpoll testgdb testkqueue testlzma testmsilib testossaudiodev testsmtpnet testsocketserver teststartfile testtimeout testtk testttkguionly testurllibnet testwinreg testwinsound testxmlrpcnet testzipfile64 and the failure appears to always be: test [...] crashed -- Traceback (most recent call last): File "/home/ethan/source/python/issue18780/Lib/test/regrtest.py", line 1265, in runtestinner huntrleaks) File "/home/ethan/source/python/issue18780/Lib/test/regrtest.py", line 1381, in dashR indirecttest() File "/home/ethan/source/python/issue18780/Lib/test/regrtest.py", line 1261, in testrunner = lambda: support.rununittest(tests) File "/home/ethan/source/python/issue18780/Lib/test/support/init.py", line 1683, in rununittest runsuite(suite) File "/home/ethan/source/python/issue18780/Lib/test/support/init.py", line 1649, in runsuite result = runner.run(suite) File "/home/ethan/source/python/issue18780/Lib/test/support/init.py", line 1548, in run test(result) File "/home/ethan/source/python/issue18780/Lib/unittest/suite.py", line 76, in call return self.run(*args, **kwds) File "/home/ethan/source/python/issue18780/Lib/unittest/suite.py", line 114, in run test(result) File "/home/ethan/source/python/issue18780/Lib/unittest/suite.py", line 76, in call return self.run(*args, **kwds) File "/home/ethan/source/python/issue18780/Lib/unittest/suite.py", line 114, in run test(result) TypeError: 'NoneType' object is not callable


Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/andrew.svetlov%40gmail.com

-- Thanks, Andrew Svetlov



More information about the Python-Dev mailing list