-
-
Notifications
You must be signed in to change notification settings - Fork 411
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 incorrect Number.MIN_VALUE
value
#2682
Conversation
Test262 conformance changes
Fixed tests (4):
|
Codecov Report
@@ Coverage Diff @@
## main #2682 +/- ##
==========================================
+ Coverage 49.22% 49.53% +0.30%
==========================================
Files 396 394 -2
Lines 39707 39430 -277
==========================================
- Hits 19547 19530 -17
+ Misses 20160 19900 -260
... and 14 files 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.
Looks good!
bors r+ |
This will fix the remaining test of the `multiplication` and `division` test suite It changes the following: - Change `Number.MIN_VALUE` from `f64::MIN_POSITIVE` to `5e-324` value
Pull request successfully merged into main. Build succeeded: |
Number.MIN_VALUE
valueNumber.MIN_VALUE
value
This will fix the remaining test of the
multiplication
anddivision
test suiteIt changes the following:
Number.MIN_VALUE
fromf64::MIN_POSITIVE
to5e-324
value