Message9905

Author jeff.allen
Recipients jeff.allen, zyasoft
Date 2015-04-19.23:19:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429485582.76.0.238867939211.issue2332@psf.upfronthosting.co.za>
In-reply-to
Content
It's alphabetic. We were inserting comments, but the program just treats them like test names. But even the ones that are test names emerge because of (what seems to me) faulty logic around the -e flag. These tests are supposed to be skipped (supposed to skip themselves) but in this case we have no intention of running them. This gets them listed, because they're expected skips, but not recorded as skipped. regrtest erroneously concludes from this that they ran unexpectedly.

I claim this fixes it: https://hg.python.org/jython/rev/0689142744de

I've tested various combinations of -e and -m. Worth checking.
History
Date User Action Args
2015-04-19 23:19:42jeff.allensetmessageid: <1429485582.76.0.238867939211.issue2332@psf.upfronthosting.co.za>
2015-04-19 23:19:42jeff.allensetrecipients: + jeff.allen, zyasoft
2015-04-19 23:19:42jeff.allenlinkissue2332 messages
2015-04-19 23:19:42jeff.allencreate