Bug 253915 - [JSC] Add more tests for RegExp V flag and fix issues found
Summary: [JSC] Add more tests for RegExp V flag and fix issues found
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-14 15:36 PDT by Michael Saboff
Modified: 2023-03-15 14:37 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2023-03-14 15:36:11 PDT
The test262 for RegExp V flag / property of strings does not include exhaustive syntax checks for the grammar added for the feature.

We need to add these such tests and fix issues found with these new tests.
Comment 1 Radar WebKit Bug Importer 2023-03-14 15:36:43 PDT
<rdar://problem/106724836>
Comment 2 Michael Saboff 2023-03-14 16:23:29 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11522
Comment 3 EWS 2023-03-15 14:37:00 PDT
Committed 261714@main (30c8a2c9c4a8): <https://commits.webkit.org/261714@main>

Reviewed commits have been landed. Closing PR #11522 and removing active labels.