eukreign / python-v8

Apache License 2.0
12 stars 6 forks source link

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

Open eukreign opened 10 years ago

eukreign commented 10 years ago

From mikeasi...@gmail.com on November 27, 2012 11:52:23

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: http://code.google.com/p/pyv8/issues/detail?id=142

eukreign commented 10 years ago

From flier...@gmail.com on November 28, 2012 00:26:50

Status: Accepted
Labels: OpSys-All