[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2021-12-11 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2015-03-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I don't know what errors was on FreeBSD (logs are no longer available), but these tests modify sys.path and the list of weakrefs to logging handlers. They also require relative long time to run. -- ___ Python

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2015-03-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: As said koobs, the full log was attached to issue20123. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20128 ___

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2015-03-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: With test_synopsis_sourceless and test_non_ascii there were different issues, related to -OO. Fixed in changesets 663a83c1d42d, d7b3e722152d, 94edd0ef4c2a. -- ___ Python tracker rep...@bugs.python.org

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2015-02-28 Thread Mark Lawrence
Mark Lawrence added the comment: Whilst testing #19980 I noticed that three tests are still skipped. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20128 ___

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2015-02-28 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +serhiy.storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20128 ___ ___

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2014-06-12 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20128 ___ ___ Python-bugs-list

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2014-06-12 Thread STINNER Victor
STINNER Victor added the comment: Many test_pydoc tests are failing on the FreeBSD 9 buildbot, example: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.x/builds/6870/steps/test/logs/stdio == FAIL:

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2014-05-14 Thread Stefan Krah
Changes by Stefan Krah stefan-use...@bytereef.org: -- nosy: -skrah ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20128 ___ ___ Python-bugs-list

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2014-04-13 Thread koobs
koobs added the comment: test_synopsis_sourceless is also failing on koobs-freebsd9 (3.4) and has been for a while. Failing test inlined here, for full buildlog, see msg215997 in #20123 == ERROR: test_synopsis_sourceless

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2014-04-12 Thread koobs
Changes by koobs koobs.free...@gmail.com: -- nosy: +koobs ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20128 ___ ___ Python-bugs-list mailing

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2014-03-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7cfb3db36ec6 by Eric Snow in branch '3.4': Issue #20484: Disable the 2 remaining modules tests in test_pydoc. http://hg.python.org/cpython/rev/7cfb3db36ec6 -- ___ Python tracker rep...@bugs.python.org

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2014-02-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 13edfab6c3c0 by Eric Snow in branch 'default': Issue #20484: Disable the 2 remaining modules tests in test_pydoc. http://hg.python.org/cpython/rev/13edfab6c3c0 -- nosy: +python-dev ___ Python tracker

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2014-02-22 Thread Eric Snow
Eric Snow added the comment: The other two test_modules* tests in test_pydoc are also having issues and I've likewise disabled them (see issue20484). They'll need to be investigated and re-enabled too. -- ___ Python tracker rep...@bugs.python.org

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2014-02-22 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20128 ___

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2014-01-05 Thread Stefan Krah
Stefan Krah added the comment: The buildbot runs --without-doc-strings. Usually you just have to add the @requires_docstrings decorator to some tests. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20128

[issue20128] Re-enable test_modules_search_builtin() in test_pydoc

2014-01-04 Thread Eric Snow
New submission from Eric Snow: The test (added in issue #20123) broke one of the stable FreeBSD buildbots: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.x/builds/6102 The log for that test run indicates the traceback and the test can be found in Lib/test/test_pydoc.py