-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add link to the bufbuild/protobuf-conformance repository (#424)
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
# Conformance tests | ||
|
||
This package implements a testee for the protocol buffers [conformance test | ||
suite](https://github.com/protocolbuffers/protobuf/tree/main/conformance). | ||
suite](https://github.com/protocolbuffers/protobuf/tree/main/conformance) to | ||
ensure completeness and correctness of the implementation. | ||
|
||
The conformance tests run on code transpiled to ECMAScript modules. | ||
If you would like to know how it stacks up compared to other implementations, | ||
please take a look at the [protobuf-conformance repository](https://github.com/bufbuild/protobuf-conformance). | ||
|
||
To cover the code path for our string-based fallback for 64-bit integers, the | ||
conformance tests should be run with the environment variable | ||
|
||
Note: To cover the code path for our string-based fallback for 64-bit integers, | ||
the conformance tests should be run with the environment variable | ||
`BUF_BIGINT_DISABLE=1`, which disables our BigInt feature detection. |