a9036f1d
conformance: dispatch proto2 TestAllTypesProto2
Register the proto2 test message in MESSAGE_REGISTRY and the
Any/JSON registry. The harness now picks up 1312 previously-skipped
binary + JSON cases; whole suite jumps to 2805 ✓ / 0 failures (was
1493 ✓ with proto2 fully skipped).
Text-format suite still has 16 unexpected failures, all bound up
in proto2 group-field text syntax (CamelCase submessage label, no
mandatory `:` before `{`, extension-bracketed group form). Tackled
in the next commit.
The conformance unit test that pinned the proto2-skipped behavior
now targets an editions test type instead so the skip-path still
has a hard assertion.
Eugene Blikh <bigbes@gmail.com> — 2026-05-17 05:52:59 UTC
Commit a9036f1d34123c3426fbecaac4635a844e042acb —
view raw patch
Parent(s):
5fa0fd00
| File | Status | + | − |
|---|---|---|---|
cmd/conformance/core.lua
|
M | +8 | -4 |
test/conformance_test.lua
|
M | +4 | -2 |