[issue2223] regrtest.py -R not working

2010-03-22 Thread Florent Xicluna
Florent Xicluna 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 : -- nosy: +michael.foord stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue2223] regrtest.py -R not working

2008-03-17 Thread Raymond Hettinger
Changes by Raymond Hettinger <[EMAIL PROTECTED]>: -- assignee: rhettinger -> __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing lis

[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 bu

[issue2223] regrtest.py -R not working

2008-03-04 Thread Raymond Hettinger
Changes by Raymond Hettinger: -- assignee: -> rhettinger nosy: +rhettinger __ Tracker <[EMAIL PROTECTED]> __ ___ 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: http://bugs.python.org/file9601/fi

[issue2223] regrtest.py -R not working

2008-03-04 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: >I'll run py regrtest.py -R :: on r61203 - r61098 and compare its >result to Alexander's result, but my machine is damn slow, probably >it'll take long time. Sorry, I abandoned this at test_compiler. Please forget this sentense... Anyway, Christian's fix gre

[issue2223] regrtest.py -R not working

2008-03-03 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: I can see test_collections.py failure even on r61203 (just before Christian's commit) - r61098 (removed abc._Abstract) E:\python-dev\trunk\Lib\test>py regrtest.py -R :: test_collections.py test_collections beginning 9 repetitions 123456789 test test_collectio

[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 test_

[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 12345678

[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]> __

[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]> __ _

[issue2223] regrtest.py -R not working

2008-03-03 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: attached simple patch seems to fix the problem but should be reviewed by Christian. -- keywords: +patch Added file: http://bugs.python.org/file9596/regrtest.patch __ Tracker <[EMAIL PROTECTED]>

[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\test>py3k --version Python 3.0a3+ E:\python-dev\py3k\Lib\test>py3k 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 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]>

[issue2223] regrtest.py -R not working

2008-03-03 Thread Christian Heimes
Christian Heimes added the comment: I'm going to work on the issue later -- nosy: +tiran priority: -> high __ Tracker <[EMAIL PROTECTED]> __ __

[issue2223] regrtest.py -R not working

2008-03-03 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Sorry, I was stupid. I ran test in wrong directory. release25-maint runs fine, and other two has same error. test_grammar test_grammar skipped -- cannot import name _Abstract -- versions: -Python 2.5 __ Tracker <[EMA

[issue2223] regrtest.py -R not working

2008-03-03 Thread Hirokazu Yamamoto
New submission from Hirokazu Yamamoto: Sorry, I don't have patch, but regrtest.py -R not working now. E:\python-dev\trunk\Lib\test>py25 regrtest.py -R :: test_grammar test_grammar skipped -- No module named _abcoll E:\python-dev\trunk\Lib\test>py regrtest.py -R :: test_grammar test_grammar skip