[issue19492] Report skipped distutils tests as skipped

2013-12-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks Arfrever, Zachary and Éric for reviews. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker __

[issue19492] Report skipped distutils tests as skipped

2013-12-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset b3f3e6afe966 by Serhiy Storchaka in branch '3.3': Issue #19492: Silently skipped distutils tests now reported as skipped. http://hg.python.org/cpython/rev/b3f3e6afe966 New changeset da3472687566 by Serhiy Storchaka in branch 'default': Issue #19492:

[issue19492] Report skipped distutils tests as skipped

2013-12-17 Thread Éric Araujo
Éric Araujo added the comment: Alright. Patch looks good, thanks. -- assignee: eric.araujo -> serhiy.storchaka ___ Python tracker ___ ___

[issue19492] Report skipped distutils tests as skipped

2013-12-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > Why this change? For better skip message (see a change above). -- ___ Python tracker ___ ___ Py

[issue19492] Report skipped distutils tests as skipped

2013-11-13 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue19492] Report skipped distutils tests as skipped

2013-11-04 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: > Lib/distutils/tests/test_build_ext.py ... > -ALREADY_TESTED = True > +ALREADY_TESTED = type(self).__name__ Why this change? > Lib/distutils/tests/test_build_ext.py ... > +@unittest.skipIf(sys.version < '2.6', >

[issue19492] Report skipped distutils tests as skipped

2013-11-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Vajrasky. -- keywords: +patch Added file: http://bugs.python.org/file32498/skip_tests_distutils.patch ___ Python tracker ___ ___

[issue19492] Report skipped distutils tests as skipped

2013-11-04 Thread Vajrasky Kok
Vajrasky Kok added the comment: You forgot to upload the "proposed patch", Serhiy. -- nosy: +vajrasky ___ Python tracker ___ ___ Pytho

[issue19492] Report skipped distutils tests as skipped

2013-11-04 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Some skipped distutils tests are reported as passed. Arfrever pointed out on some of these tests on IRC. Proposed patch adds explicit reporting them as skipped. See also issue18702. -- assignee: eric.araujo components: Distutils, Tests messages: 2