-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
[Merged by Bors] - Fix some Array spec deviations #2306
Conversation
Test262 conformance changesVM implementation
Fixed tests (16):
|
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.
Just a small nitpick
Codecov Report
@@ Coverage Diff @@
## main #2306 +/- ##
==========================================
- Coverage 41.19% 41.16% -0.04%
==========================================
Files 237 237
Lines 22375 22378 +3
==========================================
- Hits 9218 9212 -6
- Misses 13157 13166 +9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
All good!
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.
Thanks!
Bors r+ |
This Pull Request changes the following: - Fix array constructor realm comparison. - Fix error that ignored `ToObject`. - Ignore `array-grouping` feature tests.
Pull request successfully merged into main. Build succeeded:
|
This Pull Request changes the following:
ToObject
.array-grouping
feature tests.