From: Darjus L. <da...@gm...> - 2015-10-13 03:16:30
|
Just tried some basic things - seem to be working for me on Mac OS X. On Tue, Oct 13, 2015 at 9:19 AM Jeff Allen <ja...@fa...> wrote: > From the full install, my bottom line in Windows 7x64 with Java 1.7.60 > was: > > 359 tests OK. > 15 tests skipped: > test__osx_support test_closuregen test_commands test_curses > test_dbm test_descr test_lib2to3 test_pipes test_sax test_smtpnet > test_socketserver test_struct test_subprocess test_urllib2net > test_urllibnet > 9 skips unexpected: > test__osx_support test_closuregen test_commands test_dbm > test_descr test_lib2to3 test_pipes test_sax test_struct > 16 tests failed: > test___all__ test_classpathimporter test_file2k test_httpservers > test_inspect test_jython_initializer test_netrc test_runpy > test_select test_shutil test_sys test_sys_jy test_tarfile > test_urllib2 test_zipfile test_zipimport_jy > 16 fails unexpected: > test___all__ test_classpathimporter test_file2k test_httpservers > test_inspect test_jython_initializer test_netrc test_runpy > test_select test_shutil test_sys test_sys_jy test_tarfile > test_urllib2 test_zipfile test_zipimport_jy > > These are mostly the usual suspects, with exceptions as follows: > > test___all__ : issue 2308 > test_classpathimporter : fails test_bug1239 and test_bug1126. > (Assumes cwd is build root: partly my fault :( ) > test_inspect : new, but passed at second attempt. > test_sys_jy : new, but passed at second attempt. > > > What's an effective way to test the standalone jar? Am I right it only > finds modules in the jar (which excludes test)? My attempts to run it > with an external library (set JYTHONPATH=%jt%\dist\Lib) were not > successful (issue 2161, I think). If I set sys.executable, then I'm > perhaps not testing the standalone jar all the time. > > Jeff > > Jeff Allen > > > > On 12/10/2015 05:11, fwi...@gm... wrote: > > Hi all, > > > > Doing the soft launch thing for 2.7.1 beta2. > > Please test, especially if you can test on windows! > > > > The releases: > > > > installer: > https://oss.sonatype.org/content/repositories/orgpython-1057/org/python/jython-installer/2.7.1b2/jython-installer-2.7.1b2.jar > > > > standalone: > https://oss.sonatype.org/content/repositories/orgpython-1058/org/python/jython-standalone/2.7.1b2/jython-standalone-2.7.1b2.jar > > > > The parent directories of each of the above have the checksums, source > > jars, javadocs, etc. > > > > -Frank > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > Jython-dev mailing list > > Jyt...@li... > > https://lists.sourceforge.net/lists/listinfo/jython-dev > > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-dev > |