Bug 67339

Summary: Add JSC:RegExp functional tests
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 67337, 67521    
Attachments:
Description Flags
Proposed patch barraclough: review+

Description Michael Saboff 2011-08-31 16:44:55 PDT
To facilitate the development of changes to the JavaScriptCore RegExp code (https://bugs.webkit.org/show_bug.cgi?id=67337), it makes sense to add a test tool to verify RegExp operation directly.
Comment 1 Michael Saboff 2011-09-02 13:49:36 PDT
Created attachment 106188 [details]
Proposed patch

This adds a new test harness, data file and build file changes for Mac.  A separate bug (https://bugs.webkit.org/show_bug.cgi?id=67521) is tracking the Windows build changes.
Comment 2 Michael Saboff 2011-09-02 17:40:29 PDT
Committed r94470: <http://trac.webkit.org/changeset/94470>