net/rpc/jsonrpc — validation proof
Go’s own net/rpc/jsonrpc test suite, converted to C# by go2cs, built against the converted standard
library, run under the Go-semantics test host, and compared verdict for verdict against a clean
go test -json baseline of the same sources. This page is generated by the converter from that
comparison — it is the evidence behind the net/rpc/jsonrpc row in
Validated Test Packages.
Validated 2026-08-14 · converter 114a9a890
9 matched · 0 disclosed — Go 1.23.1, windows/amd64, converted package
src/core/net/rpc/jsonrpc.
Verdicts
| Test | go test |
go2cs |
|---|---|---|
TestBuiltinTypes |
pass | pass |
TestClient |
pass | pass |
TestMalformedInput |
pass | pass |
TestMalformedOutput |
pass | pass |
TestServer |
pass | pass |
TestServerEmptyMessage |
pass | pass |
TestServerErrorHasNullResult |
pass | pass |
TestServerNoParams |
pass | pass |
TestUnexpectedError |
pass | pass |