Bug 156044 - [ES6] Quantified unicode regular expressions do not work for counts greater than 1
Summary: [ES6] Quantified unicode regular expressions do not work for counts greater t...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords: InRadar
Depends on:
Blocks: 151597 151598
  Show dependency treegraph
 
Reported: 2016-03-30 15:58 PDT by Michael Saboff
Modified: 2016-03-31 01:04 PDT (History)
6 users (show)

See Also:


Attachments
Patch (4.29 KB, patch)
2016-03-30 16:07 PDT, Michael Saboff
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2016-03-30 15:58:01 PDT
This is from https://bugs.webkit.org/show_bug.cgi?id=151597, specifically the first two test failures given in comment 2 (https://bugs.webkit.org/show_bug.cgi?id=151597#c2)
    assert_equals(/𝌆{2}/u.test('𝌆𝌆'), true);
    assert_equals(/\uD834\uDF06{2}/u.test('\uD834\uDF06\uD834\uDF06'), true);
Comment 1 Radar WebKit Bug Importer 2016-03-30 16:03:27 PDT
<rdar://problem/25452735>
Comment 2 Michael Saboff 2016-03-30 16:07:43 PDT
Created attachment 275233 [details]
Patch
Comment 3 Mark Lam 2016-03-30 16:12:35 PDT
Comment on attachment 275233 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2016-03-30 17:38:19 PDT
Comment on attachment 275233 [details]
Patch

Clearing flags on attachment: 275233

Committed r198866: <http://trac.webkit.org/changeset/198866>
Comment 5 WebKit Commit Bot 2016-03-30 17:38:22 PDT
All reviewed patches have been landed.  Closing bug.