-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduces PrimitiveTestSuite protos that encapsulate all the testdat…
…a currently in individual wrapper tests, as well as .{invalid|valid}.{ndjson|prototxt} files that do weird stuff like dash-delimited prototxt. Replaces existing java primitive tests with unified PrimitiveWrapperTest that uses these suites. Follow-up changes will reuse these protos in other languages. Minor bug fix to decimal wrapper: Validating a proto with scientific notation would not check the bounds, so things like "10E+500" would be valid despite being beyond the bounds of a double. PiperOrigin-RevId: 356774567
- Loading branch information
1 parent
ca89728
commit fa1526c
Showing
38 changed files
with
960 additions
and
1,418 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
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.