[issue19572] Report more silently skipped tests as skipped

2013-12-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1ad2ff119356 by Zachary Ware in branch '3.3': Avoid UnicodeEncodeError by only printing ASCII. http://hg.python.org/cpython/rev/1ad2ff119356 -- ___ Python tracker rep...@bugs.python.org

[issue19572] Report more silently skipped tests as skipped

2013-12-10 Thread Zachary Ware
Zachary Ware added the comment: Here's a new 2.7 patch. It addresses Serhiy's review comments and doesn't change test_xpickle, which I will be opening a new issue for. -- Added file: http://bugs.python.org/file33080/skiptest_not_return_or_pass.v5-2.7.diff

[issue19572] Report more silently skipped tests as skipped

2013-12-10 Thread Zachary Ware
Zachary Ware added the comment: I missed the comments on test_bsddb; I'll either post a new patch here or open a new issue depending on how big that diff becomes. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19572

[issue19572] Report more silently skipped tests as skipped

2013-12-10 Thread Zachary Ware
Zachary Ware added the comment: This patch includes Serhiy's suggestions. Oops! -- Added file: http://bugs.python.org/file33082/skiptest_not_return_or_pass.v6-2.7.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19572

[issue19572] Report more silently skipped tests as skipped

2013-12-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: $ ./python -3 -m test.regrtest test_builtin test_builtin test test_builtin crashed -- type 'exceptions.AssertionError': filter ('.+ is renamed to imp.reload', DeprecationWarning) did not catch any warning 1 test failed: test_builtin Rest of the

[issue19572] Report more silently skipped tests as skipped

2013-12-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 423e09aedf79 by Zachary Ware in branch '2.7': Issue #19572: More silently skipped tests explicitly skipped. http://hg.python.org/cpython/rev/423e09aedf79 -- ___ Python tracker rep...@bugs.python.org

[issue19572] Report more silently skipped tests as skipped

2013-12-10 Thread Zachary Ware
Zachary Ware added the comment: Fixed that last comment in the commit. Thank you for all the reviews, Serhiy! -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue19572] Report more silently skipped tests as skipped

2013-12-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset ca9bca7aecda by Zachary Ware in branch '2.7': Issue #19572: Replace a return that shouldn't have been removed from test_os. http://hg.python.org/cpython/rev/ca9bca7aecda -- ___ Python tracker

[issue19572] Report more silently skipped tests as skipped

2013-12-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I have added few comments on Rietveld. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19572 ___ ___

[issue19572] Report more silently skipped tests as skipped

2013-12-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3283fb24106d by Zachary Ware in branch '3.3': Issue 19572: More silently skipped tests explicitly skipped. http://hg.python.org/cpython/rev/3283fb24106d New changeset 03afd2d7d395 by Zachary Ware in branch 'default': Issue 19572: More silently

[issue19572] Report more silently skipped tests as skipped

2013-12-07 Thread Zachary Ware
Zachary Ware added the comment: Committed on 3.3 and default; I'd still like some extra eyes on the 2.7 patch before I commit it. -- assignee: - zach.ware versions: -Python 3.3, Python 3.4 ___ Python tracker rep...@bugs.python.org

[issue19572] Report more silently skipped tests as skipped

2013-11-21 Thread Zachary Ware
Changes by Zachary Ware zachary.w...@gmail.com: Added file: http://bugs.python.org/file32761/skiptest_not_return_or_pass.v4-2.7.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19572 ___

[issue19572] Report more silently skipped tests as skipped

2013-11-21 Thread Zachary Ware
Zachary Ware added the comment: The 2.7 patch has a lot of extra changes in it, extra review is probably in order for it. -- Added file: http://bugs.python.org/file32756/skiptest_not_return_or_pass.v4-2.7.diff ___ Python tracker

[issue19572] Report more silently skipped tests as skipped

2013-11-21 Thread Zachary Ware
Changes by Zachary Ware zachary.w...@gmail.com: Removed file: http://bugs.python.org/file32756/skiptest_not_return_or_pass.v4-2.7.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19572 ___

[issue19572] Report more silently skipped tests as skipped

2013-11-20 Thread Zachary Ware
Zachary Ware added the comment: pickletester issue opened at #19648. The test_posix issue already has an open issue at #9246. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19572 ___

[issue19572] Report more silently skipped tests as skipped

2013-11-20 Thread Zachary Ware
Changes by Zachary Ware zachary.w...@gmail.com: Added file: http://bugs.python.org/file32728/skiptest_not_return_or_pass.v4-3.3.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19572 ___

[issue19572] Report more silently skipped tests as skipped

2013-11-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: skiptest_not_return_or_pass.v4-3.3.diff LGTM. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19572 ___ ___

[issue19572] Report more silently skipped tests as skipped

2013-11-18 Thread Zachary Ware
Zachary Ware added the comment: I'll open new issues for test_posix and pickletester and commit the rest of the patch as soon as I can get it backported. Thanks for the reviews! -- ___ Python tracker rep...@bugs.python.org

[issue19572] Report more silently skipped tests as skipped

2013-11-16 Thread Ezio Melotti
Ezio Melotti added the comment: I get a failure on Linux with test_posix: $ ./python -m test test_posix [1/1] test_posix test test_posix failed -- Traceback (most recent call last): File /home/wolf/dev/py/py3k/Lib/test/test_posix.py, line 713, in test_getcwd_long_pathnames

[issue19572] Report more silently skipped tests as skipped

2013-11-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Except pickletester and test_posix third patch LGTM. test_posix is worth separate issue. test_reduce and test_getinitargs in pickletester are always empty and can be just removed (if you don't want implement them). --

[issue19572] Report more silently skipped tests as skipped

2013-11-14 Thread Zachary Ware
Zachary Ware added the comment: Here's a new patch to address the reviews from Serhiy and Ezio (thanks to you both!). -- versions: +Python 2.7 Added file: http://bugs.python.org/file32625/skiptest_not_return_or_pass.v3.diff ___ Python tracker

[issue19572] Report more silently skipped tests as skipped

2013-11-13 Thread Zachary Ware
New submission from Zachary Ware: (Nosy list copied from #18702) Grepping for ^\s+return$ and ^\s+pass$ in Lib/test turned up several more tests that are silently skipped (along with many legitimate uses of each). The attached patch turns each into a skip in a few various ways, including

[issue19572] Report more silently skipped tests as skipped

2013-11-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See also issue19492 and issue19493. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19572 ___ ___

[issue19572] Report more silently skipped tests as skipped

2013-11-13 Thread Zachary Ware
Zachary Ware added the comment: Starting a review of #19492, I realized my original regexs didn't take comments into account. Grepping ^\s+return\s*(#.*)?$ instead turned up a couple more skips, including some in test_tempfile that said return # ugh, can't use SkipTest, relics of the days

[issue19572] Report more silently skipped tests as skipped

2013-11-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I added some comments on Rietveld to the first patch. In general it LGTM. I will made a review for additional skips tomorrow. I suggest extract importlib related changes in separated issue. Bratt Cannon should review them. --

[issue19572] Report more silently skipped tests as skipped

2013-11-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I will made a review for additional skips tomorrow. Additional skips LGTM. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19572 ___