RESOLVED FIXED 67519
Add JSC:RegExp functional test data generator
https://bugs.webkit.org/show_bug.cgi?id=67519
Summary Add JSC:RegExp functional test data generator
Michael Saboff
Reported 2011-09-02 13:29:19 PDT
The functional tests as part of https://bugs.webkit.org/show_bug.cgi?id=67339 are driven by a data file. This bug is for adding a data generator to automatically generate the data file through normal operation of JavaScriptCore.
Attachments
Proposed patch (8.22 KB, patch)
2011-09-02 14:04 PDT, Michael Saboff
barraclough: review+
Michael Saboff
Comment 1 2011-09-02 14:04:06 PDT
Created attachment 106194 [details] Proposed patch
Gavin Barraclough
Comment 2 2011-09-02 14:52:57 PDT
Comment on attachment 106194 [details] Proposed patch There are some 16-bit/8-bit changes that shouldn't be in this patch, please revert. r+, but I would prefer to see #undef REGEXP_FUNC_TEST_DATA_GEN be #define REGEXP_FUNC_TEST_DATA_GEN 0, and the tests of it change correspondingly.
Michael Saboff
Comment 3 2011-09-02 17:19:41 PDT
Note You need to log in before you can comment on or make changes to this bug.