net/rpc — validation proof
Go’s own net/rpc 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 row in
Validated Test Packages.
Validated 2026-08-25 · converter 04e29f59a
15 matched · 0 disclosed — Go 1.23.12, windows/amd64, converted package
src/core/net/rpc.
Both runtimes skip 2 of the matched tests identically.
Verdicts
| Test | go test |
go2cs |
|---|---|---|
TestAcceptExitAfterListenerClose |
pass | pass |
TestBuiltinTypes |
pass | pass |
TestClientWriteError |
pass | pass |
TestCloseCodec |
pass | pass |
TestCountMallocs |
skip | skip |
TestCountMallocsOverHTTP |
skip | skip |
TestErrorAfterClientClose |
pass | pass |
TestGobError |
pass | pass |
TestHTTP |
pass | pass |
TestRPC |
pass | pass |
TestRegistrationError |
pass | pass |
TestSendDeadlock |
pass | pass |
TestServeRequest |
pass | pass |
TestShutdown |
pass | pass |
TestTCPClose |
pass | pass |
Excluded declarations
Declarations filtered from both sides of the comparison, and therefore not claimed above:
Benchmark, Fuzz and Example declarations the converted host does not execute, plus any
test requiring a capability the managed runtime does not provide — a testing member the host
has not implemented, or a platform behavior it provably cannot reproduce. Each is named with
the capability it needs.
- BenchmarkEndToEnd (benchmark): benchmark execution is deferred to Phase 4D
- BenchmarkEndToEndAsync (benchmark): benchmark execution is deferred to Phase 4D
- BenchmarkEndToEndAsyncHTTP (benchmark): benchmark execution is deferred to Phase 4D
- BenchmarkEndToEndHTTP (benchmark): benchmark execution is deferred to Phase 4D