RESOLVED FIXED 22486
Add a test for infinite recursion in workers
https://bugs.webkit.org/show_bug.cgi?id=22486
Summary Add a test for infinite recursion in workers
Alexey Proskuryakov
Reported 2008-11-25 07:44:53 PST
Worker thread stack is smaller than it is available on main thread, so we should verify that it's not exhausted by infinite JS recursion.
Attachments
proposed patch (3.31 KB, patch)
2008-11-25 07:47 PST, Alexey Proskuryakov
ggaren: review+
Alexey Proskuryakov
Comment 1 2008-11-25 07:47:02 PST
Created attachment 25481 [details] proposed patch
Geoffrey Garen
Comment 2 2008-11-25 13:37:40 PST
Comment on attachment 25481 [details] proposed patch r=me
Alexey Proskuryakov
Comment 3 2008-11-26 00:13:39 PST
Committed revision 38779.
Note You need to log in before you can comment on or make changes to this bug.