johnbickmore / livecoding

A code reloading library for Python
https://code.google.com/archive/p/livecoding/
Other
0 stars 0 forks source link

testUpdateSameFileReload_FunctionUpdate failure on os x leopard py2.5 on rev118 #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

$ python test_reloading.py
WARNING:root:TODO, implement leakage compatibility case
..............F
======================================================================
FAIL: testUpdateSameFileReload_FunctionUpdate
(__main__.CodeReloadingObstacleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_reloading.py", line 554, in
testUpdateSameFileReload_FunctionUpdate
    self.failUnless(testFunction is not game.TestFunction, "Function not
updated by reload")
AssertionError: Function not updated by reload

----------------------------------------------------------------------
Ran 15 tests in 0.836s

FAILED (failures=1)

Original issue reported on code.google.com by alia_kho...@yahoo.com on 26 Apr 2009 at 5:39

GoogleCodeExporter commented 8 years ago
I'd need access to a computer with this architecture to fix this bug.

Original comment by richard.m.tew@gmail.com on 2 May 2009 at 11:42

GoogleCodeExporter commented 8 years ago
Even if someone could modify test_reloading.py and set the logging level to 
INFO at
the bottom, then send me the output, it might be helpful.

Original comment by richard.m.tew@gmail.com on 7 May 2009 at 12:24

GoogleCodeExporter commented 8 years ago

Original comment by richard.m.tew@gmail.com on 8 Jan 2010 at 8:59