Bug 143024 - The ExecutionTimeLimit test should use its own JSGlobalContextRef
Summary: The ExecutionTimeLimit test should use its own JSGlobalContextRef
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-24 15:47 PDT by Mark Lam
Modified: 2015-03-24 15:57 PDT (History)
0 users

See Also:


Attachments
the patch. (3.61 KB, patch)
2015-03-24 15:51 PDT, Mark Lam
ggaren: 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 2015-03-24 15:47:33 PDT
Currently, the ExecutionTimeLimit test is using a JSGlobalContextRef passed in from testapi.c.  It should create its own for better encapsulation of the test.
Comment 1 Mark Lam 2015-03-24 15:51:59 PDT
Created attachment 249359 [details]
the patch.
Comment 2 Geoffrey Garen 2015-03-24 15:54:42 PDT
Comment on attachment 249359 [details]
the patch.

r=me
Comment 3 Mark Lam 2015-03-24 15:57:59 PDT
Thanks.  Landed in r181914: <http://trac.webkit.org/r181914>.