[issue18968] Find a way to detect incorrectly skipped tests

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman et...@stoneleaf.us: -- nosy: -ethan.furman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18968 ___ ___ Python-bugs-list

[issue18968] Find a way to detect incorrectly skipped tests

2013-09-14 Thread Xavier de Gaye
Changes by Xavier de Gaye xdeg...@gmail.com: -- nosy: +xdegaye ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18968 ___ ___ Python-bugs-list

[issue18968] Find a way to detect incorrectly skipped tests

2013-09-13 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- nosy: +terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18968 ___ ___ Python-bugs-list

[issue18968] Find a way to detect incorrectly skipped tests

2013-09-13 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- components: +Tests ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18968 ___ ___ Python-bugs-list

[issue18968] Find a way to detect incorrectly skipped tests

2013-09-13 Thread Ezio Melotti
Ezio Melotti added the comment: Isn't this a duplicate of #16056? -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18968 ___

[issue18968] Find a way to detect incorrectly skipped tests

2013-09-13 Thread Ezio Melotti
Ezio Melotti added the comment: See also 16079. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18968 ___ ___ Python-bugs-list mailing list

[issue18968] Find a way to detect incorrectly skipped tests

2013-09-08 Thread Ethan Furman
Ethan Furman added the comment: Run the test suite both with and without the patch, and compare the results. Additional skipped tests, additional failed tests, or less than the number of expected additional tests signal a problem. The first two should be automatable, the last depends on the

[issue18968] Find a way to detect incorrectly skipped tests

2013-09-07 Thread Nick Coghlan
Changes by Nick Coghlan ncogh...@gmail.com: -- title: Find a way to detect regressions in test execution - Find a way to detect incorrectly skipped tests ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18968