Commit 9664c89
committed
promote protobuf conformance testing client to main directory
Moving the conformance test runner out of the experimental directory
and refreshing things so we can get a baseline for the current state
of the repo.
This does not exactly represent google-protobuf-3.21.4 because there
was a missing @export annotation that prevents the tests from running
correctly (i.e. function not found in optimized mode).
This change also merges together the runner's main file and helper
library for the sake of simplicity and uses node requires exclusively.
We previously supported running conformance tests in browser mode, but
I'm dropping it for the sake of getting things running.1 parent 3fed6f3 commit 9664c89
File tree
18 files changed
+1573
-987
lines changed- conformance
- protos
- experimental/runtime/kernel/conformance
18 files changed
+1573
-987
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments