Message10423

Author jeff.allen
Recipients adamburke, darjus, jeff.allen, zyasoft
Date 2015-10-31.08:18:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446279517.32.0.799230696673.issue2393@psf.upfronthosting.co.za>
In-reply-to
Content
This is your (Adam's) patch: https://hg.python.org/jython/rev/1ca0ceed8789 (almost). And this: https://hg.python.org/jython/rev/f5a185277bc4 sorts tests carefully between _expectations (skips) and _failures. This runs cleanly for me on Windows:

>ant regrtest
...
     [exec] 371 tests OK.
     [exec] 1 test skipped:
     [exec]     test_curses

The skip is not "unexpected", so I think that's ok.

With #2419 also in place (which makes it 370 tests BTW), we should turn some of the _failures and maybe some _expectations into a tracked issue. In many cases, I'm not sure in many cases whether a given failure is really a defect, as opposed to something we never expect of Jython. But we can start with the easy ones.
History
Date User Action Args
2015-10-31 08:18:37jeff.allensetmessageid: <1446279517.32.0.799230696673.issue2393@psf.upfronthosting.co.za>
2015-10-31 08:18:37jeff.allensetrecipients: + jeff.allen, zyasoft, darjus, adamburke
2015-10-31 08:18:37jeff.allenlinkissue2393 messages
2015-10-31 08:18:36jeff.allencreate