Bug 158663 - Tests that overflows the stack should not be run with the sampling profiler.
Summary: Tests that overflows the stack should not be run with the sampling profiler.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-11 11:38 PDT by Mark Lam
Modified: 2016-06-11 11:53 PDT (History)
4 users (show)

See Also:


Attachments
proposed patch. (1.37 KB, patch)
2016-06-11 11:46 PDT, Mark Lam
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2016-06-11 11:38:52 PDT
Specifically, mutual-tail-call-no-stack-overflow.js.
Comment 1 Mark Lam 2016-06-11 11:46:48 PDT
Created attachment 281105 [details]
proposed patch.
Comment 2 Mark Lam 2016-06-11 11:53:13 PDT
Thanks for the review.  Landed in r201974: <http://trac.webkit.org/r201974>.