-
-
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 ThrowTypeError
intrinsic
#2797
Conversation
Test262 conformance changes
Fixed tests (8):
|
Codecov Report
@@ Coverage Diff @@
## main #2797 +/- ##
=======================================
Coverage 51.40% 51.40%
=======================================
Files 416 416
Lines 41080 41081 +1
=======================================
+ Hits 21117 21119 +2
+ Misses 19963 19962 -1
... and 1 file with indirect coverage changes 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.
Good catch!
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.
Good catch!
bors r+ |
Merge conflict. |
d75e2cb
to
687a616
Compare
Was test262 downgraded by the rebase? |
687a616
to
0d0cfba
Compare
Opps, fix that :) |
bors r+ |
Fixes the remaining failing tests on the `ThrowTypeError` test suite
Pull request successfully merged into main. Build succeeded: |
ThrowTypeError
intrinsicThrowTypeError
intrinsic
Fixes the remaining failing tests on the
ThrowTypeError
test suite