Bug 67339 - Add JSC:RegExp functional tests
Summary: Add JSC:RegExp functional tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks: 67337 67521
  Show dependency treegraph
 
Reported: 2011-08-31 16:44 PDT by Michael Saboff
Modified: 2011-09-02 17:40 PDT (History)
0 users

See Also:


Attachments
Proposed patch (59.23 KB, patch)
2011-09-02 13:49 PDT, Michael Saboff
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>