[issue2223] regrtest.py -R not working

2010-03-22 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: No known issues with regrtest -R : on trunk. -- nosy: +flox resolution: - out of date stage: patch review - committed/rejected status: open - closed ___ Python tracker

[issue2223] regrtest.py -R not working

2009-04-27 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +michael.foord stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2223 ___

[issue2223] regrtest.py -R not working

2008-03-17 Thread Raymond Hettinger
Changes by Raymond Hettinger [EMAIL PROTECTED]: -- assignee: rhettinger - __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2223 __ ___ Python-bugs-list mailing list

[issue2223] regrtest.py -R not working

2008-03-04 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: I wrote simple patch to workaround this problem. (avoid to reuse DocTestSuite) # To my eyes, doctest.DocTestSuite(module=collections) # and test_support.run_doctest(collections, verbose) # are doing same test??? Added file:

[issue2223] regrtest.py -R not working

2008-03-04 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: I did more investigation. Failure on second DocTestSuite run happens because lib/doctest.py (2107) test.globs.clear() is executed after first test runs. I don't know if this is bug or not. Document in doctest.py says test.globs will be untouched on failure

[issue2223] regrtest.py -R not working

2008-03-03 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: It looks like you are running regrtest from the trunk with the py3k interpretor. Works for me. -- nosy: +belopolsky __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2223 __

[issue2223] regrtest.py -R not working

2008-03-03 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Yes, I did mistake first, but py3k fails even in correct directory. E:\python-dev\py3k\Lib\testpy3k --version Python 3.0a3+ E:\python-dev\py3k\Lib\testpy3k regrtest.py -R :: test_os.py test_os test_os skipped -- cannot import name _Abstract 1 test skipped:

[issue2223] regrtest.py -R not working

2008-03-03 Thread Christian Heimes
Christian Heimes added the comment: It seems r61204 has fixed the bug. Can you test it on your machine please? My old laptop is too slow. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2223 __

[issue2223] regrtest.py -R not working

2008-03-03 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Can you test it on your machine please? Running on a 4-core Opteron (2.6GHz). Should complete in an hour or so ... __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2223 __

[issue2223] regrtest.py -R not working

2008-03-03 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: test_collections fails (with -R :: only). Does not look like something related to the recent changes, rather test is not happy about being repeated. $ ./python Lib/test/regrtest.py -R :: test_collections test_collections beginning 9 repetitions

[issue2223] regrtest.py -R not working

2008-03-03 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Here are the results from regrtest.py -R :: .. 301 tests OK. 7 tests failed: test_collections test_cprofile test_frozen test_inspect test_logging test_pkg test_profile .. $ cat reflog.txt test_cmd_line leaked [-23, 0, 0, 23] references, sum=0