Message10363

Author jeff.allen
Recipients adamburke, darjus, jeff.allen, zyasoft
Date 2015-10-19.15:24:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445268262.15.0.144658396384.issue2393@psf.upfronthosting.co.za>
In-reply-to
Content
I'm puzzled I'm not getting nearly as many failures as Adam. I pulled a completely clean repo updated to Darjus' last changeset: https://hg.python.org/jython/rev/cec565535de3 .

For comparison I then get this memo from jython_regrtest.bat:

6 tests skipped:
    test_curses test_smtpnet test_socketserver test_subprocess
    test_urllib2net test_urllibnet
13 tests failed:
    test_file2k test_httpservers test_netrc test_os test_runpy
    test_select test_shutil test_subprocess_jy test_sys test_sys_jy
    test_tarfile test_urllib2 test_zipfile
13 fails unexpected:
    test_file2k test_httpservers test_netrc test_os test_runpy
    test_select test_shutil test_subprocess_jy test_sys test_sys_jy
    test_tarfile test_urllib2 test_zipfile
Platform: 
    'Java-1.7.0_60-Java_HotSpot-TM-_64-Bit_Server_VM,_24.60-b09,_Oracle_Corporation-on-Windows_7-6.1-amd64'
Command line: 
    ['test.regrtest', '-e', '-m', 'regrtest_memo.txt']

I couldn't get test_os to fail on its own: I think the failure above is due to a left-over file from a previous failed test.
History
Date User Action Args
2015-10-19 15:24:22jeff.allensetmessageid: <1445268262.15.0.144658396384.issue2393@psf.upfronthosting.co.za>
2015-10-19 15:24:22jeff.allensetrecipients: + jeff.allen, zyasoft, darjus, adamburke
2015-10-19 15:24:21jeff.allenlinkissue2393 messages
2015-10-19 15:24:21jeff.allencreate