Issue2422

classification
Title: test_classpathimporter fails on Linux
Type: behaviour Severity: normal
Components: Core Versions: Jython 2.7
Milestone:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: jeff.allen
Priority: normal Keywords: test failure causes

Created on 2015-11-06.20:27:11 by jeff.allen, last changed 2018-03-14.18:23:36 by jeff.allen.

Messages
msg10436 (view) Author: Jeff Allen (jeff.allen) Date: 2015-11-06.20:27:10
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.
msg11797 (view) Author: Jeff Allen (jeff.allen) Date: 2018-03-14.18:23:35
Quite like "fauls" in the title, but it probably fails.
History
Date User Action Args
2018-03-14 18:23:36jeff.allensetmessages: + msg11797
title: test_classpathimporter fauls on Linux -> test_classpathimporter fails on Linux
2015-11-06 20:27:11jeff.allencreate