go/printer — validation proof
Go’s own go/printer 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 go/printer row in
Validated Test Packages.
Validated 2026-08-07 · converter d6aa09e73
45 matched · 0 disclosed — Go 1.23.1, windows/amd64, converted package
src/core/go/printer.
Verdicts
| Test | go test |
go2cs |
|---|---|---|
TestBadComments |
pass | pass |
TestBadNodes |
pass | pass |
TestBaseIndent |
pass | pass |
TestBaseIndent/0 |
pass | pass |
TestBaseIndent/1 |
pass | pass |
TestBaseIndent/2 |
pass | pass |
TestBaseIndent/3 |
pass | pass |
TestChanType |
pass | pass |
TestCommentedNode |
pass | pass |
TestDeclLists |
pass | pass |
TestEmptyDecl |
pass | pass |
TestFiles |
pass | pass |
TestFiles/alignment.input |
pass | pass |
TestFiles/comments.input |
pass | pass |
TestFiles/comments.input#01 |
pass | pass |
TestFiles/comments2.input |
pass | pass |
TestFiles/complit.input |
pass | pass |
TestFiles/declarations.input |
pass | pass |
TestFiles/empty.input |
pass | pass |
TestFiles/expressions.input |
pass | pass |
TestFiles/expressions.input#01 |
pass | pass |
TestFiles/generics.input |
pass | pass |
TestFiles/go2numbers.input |
pass | pass |
TestFiles/go2numbers.input#01 |
pass | pass |
TestFiles/gobuild1.input |
pass | pass |
TestFiles/gobuild2.input |
pass | pass |
TestFiles/gobuild3.input |
pass | pass |
TestFiles/gobuild4.input |
pass | pass |
TestFiles/gobuild5.input |
pass | pass |
TestFiles/gobuild6.input |
pass | pass |
TestFiles/gobuild7.input |
pass | pass |
TestFiles/linebreaks.input |
pass | pass |
TestFiles/slow.input |
pass | pass |
TestFiles/statements.input |
pass | pass |
TestFuncType |
pass | pass |
TestIssue11151 |
pass | pass |
TestIssue32854 |
pass | pass |
TestIssue5945 |
pass | pass |
TestLineComments |
pass | pass |
TestParenthesizedDecl |
pass | pass |
TestSourcePos |
pass | pass |
TestSourcePosNewline |
pass | pass |
TestStmtLists |
pass | pass |
TestWriteErrors |
pass | pass |
TestX |
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.
- BenchmarkPrintDecl (benchmark): benchmark execution is deferred to Phase 4D
- BenchmarkPrintFile (benchmark): benchmark execution is deferred to Phase 4D
- ExampleFprint (example): example execution is deferred to Phase 4D