Bug 142798

Summary: Refactor execution time limit tests out of testapi.c
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, ddkilzer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. msaboff: review+

Description Mark Lam 2015-03-17 15:45:53 PDT
These tests were sometimes failing to time out on C loop builds.  Let's refactor them out of the big monolith that is testapi.c so that we can reason more easily about them and make adjustments if needed.
Comment 1 Mark Lam 2015-03-17 15:50:31 PDT
Created attachment 248878 [details]
the patch.
Comment 2 Michael Saboff 2015-03-17 16:03:43 PDT
Comment on attachment 248878 [details]
the patch.

rs=me
Comment 3 Mark Lam 2015-03-17 16:07:49 PDT
Thanks.  Landed in r181670: <http://trac.webkit.org/r181670>.
Comment 4 David Kilzer (:ddkilzer) 2015-03-21 10:25:50 PDT
Should the new file be added to JavaScriptCore.vcproj for Windows as well?
Comment 5 Brent Fulgham 2015-03-21 10:40:52 PDT
(In reply to comment #4)
> Should the new file be added to JavaScriptCore.vcproj for Windows as well?

Id ally there should be a Windows implementation of this, but as it stands these are Darwin-only so there's not much point in touching the VS project ere.