test: add Number.toPrecision and operator edge case tests#4997
Merged
jedel1043 merged 4 commits intoboa-dev:mainfrom Mar 12, 2026
Merged
test: add Number.toPrecision and operator edge case tests#4997jedel1043 merged 4 commits intoboa-dev:mainfrom
jedel1043 merged 4 commits intoboa-dev:mainfrom
Conversation
Test262 conformance changes
Broken tests (1):Tested main commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4997 +/- ##
===========================================
+ Coverage 47.24% 58.59% +11.35%
===========================================
Files 476 559 +83
Lines 46892 61459 +14567
===========================================
+ Hits 22154 36014 +13860
- Misses 24738 25445 +707 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
auto-merge was automatically disabled
March 12, 2026 22:07
Head branch was pushed to by a user without write access
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It changes the following:
LinearSpandoc comment (LinearPosition->LinearSpan)toPrecisionedge case tests forNaN,Infinity,-0, and carry over roundingNaNcomparisons,BigIntmixed type throwing behaviors,BigIntunsigned right shift (>>>) throws andinstanceofwith custom[Symbol.hasInstance]