Message9766

Author jeff.allen
Recipients jeff.allen
Date 2015-04-06.19:02:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428346928.91.0.972934776545.issue2309@psf.upfronthosting.co.za>
In-reply-to
Content
Works in 2.7b4, fails in rc2.

> jython -m test.test_import
Traceback (most recent call last):
  File "C:\jython\2.7rc2\Lib\runpy.py", line 161, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\jython\2.7rc2\Lib\runpy.py", line 72, in _run_code
    exec code in run_globals
  File "C:\jython\2.7rc2\Lib\test\test_import.py", line 606, in <module>
    class TestSymbolicallyLinkedPackage(unittest.TestCase):
  File "C:\jython\2.7rc2\Lib\test\test_import.py", line 635, in TestSymbolicallyLinkedPackage
    @unittest.skipUnless(
  File "C:\jython\2.7rc2\Lib\test\symlink_support.py", line 25, in skip_unless_symlink
    ok = can_symlink()
  File "C:\jython\2.7rc2\Lib\test\symlink_support.py", line 14, in can_symlink
    symlink(TESTFN, symlink_path)
  File "C:\jython\2.7rc2\Lib\test\symlink_support.py", line 14, in can_symlink
    symlink(TESTFN, symlink_path)
TypeError: 'NoneType' object is not callable

> jython -m test.test_classpathimporter
test_bug1126 (__main__.ClasspathImporterTestCase) ... ERROR
test_bug1239 (__main__.ClasspathImporterTestCase) ... ERROR
test_default_pyclasspath (__main__.PyclasspathImporterTestCase) ... skipped 'FIXME: worked in Jython 2.5'
test_path_in_pyclasspath (__main__.PyclasspathImporterTestCase) ... skipped 'FIXME: worked in Jython 2.5'

======================================================================
ERROR: test_bug1126 (__main__.ClasspathImporterTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\jython\2.7rc2\Lib\test\test_classpathimporter.py", line 36, in test_bug1126
    import org.subpackage
ImportError: No module named subpackage

======================================================================
ERROR: test_bug1239 (__main__.ClasspathImporterTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\jython\2.7rc2\Lib\test\test_classpathimporter.py", line 30, in test_bug1239
    import org.test403javapackage.test403
ImportError: No module named test403javapackage

----------------------------------------------------------------------
History
Date User Action Args
2015-04-06 19:06:14jeff.allenunlinkissue2309 messages
2015-04-06 19:02:08jeff.allensetrecipients: + jeff.allen
2015-04-06 19:02:08jeff.allensetmessageid: <1428346928.91.0.972934776545.issue2309@psf.upfronthosting.co.za>
2015-04-06 19:02:08jeff.allenlinkissue2309 messages
2015-04-06 19:02:08jeff.allencreate