chundiliu / pyv8

Automatically exported from code.google.com/p/pyv8
0 stars 0 forks source link

"python PyV8.py" fails on one of 56 default tests #142

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Newly compiled r456, run the default tests:

ubuntu12:~/src/pyv8$ python PyV8.py 
.............................F..........................
======================================================================
FAIL: testDestructor (__main__.TestWrapper)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "PyV8.py", line 1606, in testDestructor
    self.assert_(self.deleted)
AssertionError: False is not true

----------------------------------------------------------------------
Ran 56 tests in 2.084s

FAILED (failures=1)

Running the test on Ubuntu with error free installation of all prerequisites. 

Original issue reported on code.google.com by mikeasi...@gmail.com on 27 Nov 2012 at 4:52

GoogleCodeExporter commented 8 years ago

Original comment by flier...@gmail.com on 28 Nov 2012 at 8:26