Bug 178177 - Disable test262 named capture group tests with direct unicode names and with references before definitions
Summary: Disable test262 named capture group tests with direct unicode names and with ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-11 11:30 PDT by Michael Saboff
Modified: 2017-10-11 13:29 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.98 KB, patch)
2017-10-11 11:34 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 2017-10-11 11:30:16 PDT
Failing Test262 test -
JSTests/test262/test/built-ins/RegExp/named-groups/unicode-property-names.js
Exception: SyntaxError: Invalid regular expression: invalid group specifier name
at JSTests/test262/test/built-ins/RegExp/named-groups/unicode-property-names.js:16
JSTests/test262/test/built-ins/RegExp/named-groups/unicode-references.js
Exception: SyntaxError: Invalid regular expression: invalid backreference for unicode pattern
at JSTests/test262/test/built-ins/RegExp/named-groups/unicode-references.js:33

Bugs to resolve these failures are https://bugs.webkit.org/show_bug.cgi?id=178174 and https://bugs.webkit.org/show_bug.cgi?id=178175 respectively.
Comment 1 Michael Saboff 2017-10-11 11:34:52 PDT
Created attachment 323433 [details]
Patch
Comment 2 Keith Miller 2017-10-11 11:57:27 PDT
Comment on attachment 323433 [details]
Patch

rs=me.
Comment 3 WebKit Commit Bot 2017-10-11 12:24:44 PDT
Comment on attachment 323433 [details]
Patch

Clearing flags on attachment: 323433

Committed r223201: <https://trac.webkit.org/changeset/223201>
Comment 4 WebKit Commit Bot 2017-10-11 12:24:45 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2017-10-11 12:25:07 PDT
<rdar://problem/34938924>