Closed
Bug 615975
Opened 15 years ago
Closed 15 years ago
|python tests/jstests.py path/to/shell ecma_5/strict/function-name-arity.js -g| uses wrong working directory
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: Waldo, Assigned: Waldo)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
708 bytes,
patch
|
dmandelin
:
review+
|
Details | Diff | Splinter Review |
Try it from js/src, run complains about not being able to find harness files -- but cd tests inside gdb makes it work. We should do that cd inside jstests.py.
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #494487 -
Flags: review?(dmandelin)
Comment 2•15 years ago
|
||
Comment on attachment 494487 [details] [diff] [review]
Possible patch, perhaps aesthetically challenged, you decide
Interesting. I fixed this bug for the non-debugger version a while back but forgot about that execution path. Anyway, that's exactly how I would fix it.
Attachment #494487 -
Flags: review?(dmandelin) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 4•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•