-
-
Notifications
You must be signed in to change notification settings - Fork 407
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 remaining Promise
bugs
#2156
Conversation
Test262 conformance changesVM implementation
Fixed tests (74):
|
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.
Great work!!
Codecov Report
@@ Coverage Diff @@
## main #2156 +/- ##
==========================================
- Coverage 42.70% 42.70% -0.01%
==========================================
Files 225 225
Lines 20790 20793 +3
==========================================
+ Hits 8878 8879 +1
- Misses 11912 11914 +2
Continue to review full report at Codecov.
|
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.
Looks good to me!
bors r+ |
This Pull Request changes the following: - Fix `Promise.then` length to 2. - Fix `all`, `allSettled` and `any` element lists to actually be shared between closures. - Fix `allSettled` reject element function to call resolve instead of reject. The remaining failing tests for `Promise` fail because of some errors in the arrow function parsing.
Pull request successfully merged into main. Build succeeded: |
Promise
bugsPromise
bugs
This Pull Request changes the following:
Promise.then
length to 2.all
,allSettled
andany
element lists to actually be shared between closures.allSettled
reject element function to call resolve instead of reject.The remaining failing tests for
Promise
fail because of some errors in the arrow function parsing.