"python PyV8.py" fails on one of 56 default tests
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running `python PyV8.py` from the repository and inspect `PyV8.py` around `testDestructor` at line 1606. Reproduce the reported failure and trace the destructor test's behavior; done means the test passes and all 56 default tests complete successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100