Closed
Bug 590001
Opened 14 years ago
Closed 14 years ago
JM+TM: shell and browser jstest failure on js1_5/extensions/regress-348986.js
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: dmandelin, Assigned: dmandelin)
References
Details
Attachments
(1 file)
2.13 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
$ python ../tests/jstests.py -j8 shell/js -so 348986
c:\sources\jaegermonkey\js\src\debug\shell\js -m -j -f shell.js -f js1_5\shell.js -f js1_5\extensions\shell.js -f ./js1_5\extensions\regress-348986.js
rc = 3, run time = 0.103000
BUGNUMBER: 348986
STATUS: Recursion check of nested functions
./js1_5\extensions\regress-348986.js:65: InternalError: too much recursion
REGRESSIONS
js1_5\extensions\regress-348986.js
FAIL
Assignee | ||
Updated•14 years ago
|
Assignee: general → dmandelin
Assignee | ||
Comment 1•14 years ago
|
||
One-character fix, with giant comment explaining the problem and my assumptions in thinking this solution is correct.
Attachment #468570 -
Flags: review?(dvander)
Comment on attachment 468570 [details] [diff] [review]
Patch
Nice find. Thanks for the detailed explanation.
Attachment #468570 -
Flags: review?(dvander) → review+
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•