Skip to content
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

Fix resizable ArrayBuffer subarray tests #3671

Merged
merged 1 commit into from
Sep 20, 2022
Merged

Conversation

syg
Copy link
Contributor

@syg syg commented Sep 19, 2022

This is from the normative change in
tc39/proposal-resizablearraybuffer#93, which got consensus in the March 2022 TC39.

This is from the normative change in
tc39/proposal-resizablearraybuffer#93, which
got consensus in the March 2022 TC39.
@syg syg requested review from a team as code owners September 19, 2022 22:30
@syg syg requested a review from ptomato September 19, 2022 22:30
@syg
Copy link
Contributor Author

syg commented Sep 19, 2022

@ptomato PTAL, thanks.

Copy link
Contributor

@ptomato ptomato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both seem correct to me, thanks. The one in the "grows" test does implement a change due to that normative PR which I missed the first time around. The one in the "shrinks" test seems to me that it should pass either way, by my reading, but maybe I missed something — it's been a couple of weeks since I last looked at these files.

@syg
Copy link
Contributor Author

syg commented Sep 20, 2022

Thanks for the review! At the time you converted the V8 tests, the V8 tests were also incorrect. We had forgotten to implement the normative change in tc39/proposal-resizablearraybuffer#93 until recently, which is why these were surfaced.

@syg syg merged commit 465cf4a into tc39:main Sep 20, 2022
catamorphism pushed a commit to catamorphism/test262 that referenced this pull request Oct 4, 2022
This is from the normative change in
tc39/proposal-resizablearraybuffer#93, which
got consensus in the March 2022 TC39.
catamorphism pushed a commit to catamorphism/test262 that referenced this pull request Oct 5, 2022
This is from the normative change in
tc39/proposal-resizablearraybuffer#93, which
got consensus in the March 2022 TC39.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants