Message10436

Author jeff.allen
Recipients jeff.allen
Date 2015-11-06.20:27:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446841631.36.0.512841722126.issue2422@psf.upfronthosting.co.za>
In-reply-to
Content
There is one failure, where test that compiled code is found in preference to source.

======================================================================
FAIL: test_loader_get_code (__main__.PyclasspathImporterTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jeff/eclipse/jython-trunk/dist/Lib/test/test_classpathimporter.py", line 142, in test_loader_get_code
    self.assertEquals(space['compiled'], True)
AssertionError: False != True

----------------------------------------------------------------------

I'll insert a skip for this one test, so I can remove test_classpathimporter from the list of expected failures. It passes for me on Windows.
History
Date User Action Args
2015-11-06 20:27:11jeff.allensetrecipients: + jeff.allen
2015-11-06 20:27:11jeff.allensetmessageid: <1446841631.36.0.512841722126.issue2422@psf.upfronthosting.co.za>
2015-11-06 20:27:11jeff.allenlinkissue2422 messages
2015-11-06 20:27:10jeff.allencreate