debug/pe — validation proof
Go’s own debug/pe 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 debug/pe row in
Validated Test Packages.
Validated 2026-08-29 · converter d3f2b10e9
10 matched · 0 disclosed — Go 1.23.12, windows/amd64, converted package
src/core/debug/pe.
Both runtimes skip 1 of the matched tests identically.
Verdicts
| Test | go test |
go2cs |
|---|---|---|
TestBSSHasZeros |
skip | skip |
TestBuildingWindowsGUI |
pass | pass |
TestDWARF |
pass | pass |
TestImportTableInUnknownSection |
pass | pass |
TestImportedSymbolsNoPanicMissingOptionalHeader |
pass | pass |
TestImportedSymbolsNoPanicWithSliceOutOfBound |
pass | pass |
TestInvalidOptionalHeaderMagic |
pass | pass |
TestOpen |
pass | pass |
TestOpenFailure |
pass | pass |
TestReadCOFFSymbolAuxInfo |
pass | pass |