-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more edge cases to long testing.
A patch made to GWT last year introduced a bug in turning Longs to strings - while the same patch was made to J2CL, it did not have an issue with signs, so these tests should pass as-is. With that said, there was no test coverage for values that are positive as longs, but negative when treated as an int, with all high bits set. See gwtproject/gwt#9769 Closes #155 PiperOrigin-RevId: 464563372
- Loading branch information
1 parent
07925da
commit eaffe6c
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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