-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests for legacy RegExp features #2650
Merged
rwaldron
merged 4 commits into
tc39:main
from
ExE-Boss:proposal-regacy-regexp-features/add-basic-tests
Sep 10, 2020
Merged
Add tests for legacy RegExp features #2650
rwaldron
merged 4 commits into
tc39:main
from
ExE-Boss:proposal-regacy-regexp-features/add-basic-tests
Sep 10, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rwaldron
requested changes
Jun 10, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect we'll need a new feature tag for this. Can you add legacy-regexp
to features.txt, and then include it in all of these tests? Thanks!
leobalter
previously requested changes
Jun 12, 2020
test/annexB/built-ins/RegExp/legacy-accessors/index/prop-desc.js
Outdated
Show resolved
Hide resolved
test/annexB/built-ins/RegExp/legacy-accessors/index/prop-desc.js
Outdated
Show resolved
Hide resolved
test/annexB/built-ins/RegExp/legacy-accessors/lastParen/subclass.js
Outdated
Show resolved
Hide resolved
FYI, I updated the base branch from |
ExE-Boss
force-pushed
the
proposal-regacy-regexp-features/add-basic-tests
branch
from
July 23, 2020 00:18
77699f6
to
91f5191
Compare
This was referenced Jul 25, 2020
rwaldron
approved these changes
Sep 10, 2020
@syg heads up for new failures in V8 |
ExE-Boss
deleted the
proposal-regacy-regexp-features/add-basic-tests
branch
September 11, 2020 11:23
Aye1Harris
approved these changes
Jul 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds tests for the legacy RegExp features proposal:
RegExp.prototype.compile
Resolves #2371
Resolves tc39/proposal-regexp-legacy-features#15