Bug 55520 - Regexp functionality regression
Summary: Regexp functionality regression
Status: RESOLVED DUPLICATE of bug 54978
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P1 Major
Assignee: Michael Saboff
URL: http://tinymce.moxiecode.com/safari/r...
Keywords:
: 55625 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-03-01 15:30 PST by Moxiecode Systems
Modified: 2011-03-02 19:52 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moxiecode Systems 2011-03-01 15:30:03 PST
Regexps doesn't work correctly in the current nightly build. The attached page url will test a complex regexp it's currently failing in WebKit nightly but works on older versions before WebKit-r72493 so this was the point it was introduced it also works on other browsers so this is a clear regression.

Steps to reproduce:
1. Open the attached URL in latest WebKit nightly.
2. Press the test link.
3. Observe the alert message about the regexp match failing.
4. Compare to older versions before WebKit-r72493 and other browsers all are passing.

It seems to have something to do with back references in Regexps but I didn't dig to deep in it.
Comment 1 Alexey Proskuryakov 2011-03-01 22:01:25 PST
Is this the same as bug 54978 (fixed today)?
Comment 2 Michael Saboff 2011-03-02 09:15:31 PST

*** This bug has been marked as a duplicate of bug 54978 ***
Comment 3 Alexey Proskuryakov 2011-03-02 19:52:52 PST
*** Bug 55625 has been marked as a duplicate of this bug. ***