internal/saferio — validation proof
Go’s own internal/saferio 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 internal/saferio row in
Validated Test Packages.
Validated 2026-08-02 · converter 8dc18ad33
17 matched · 0 disclosed — Go 1.23.1, windows/amd64, converted package
src/core/internal/saferio.
Verdicts
| Test | go test |
go2cs |
|---|---|---|
TestReadData |
pass | pass |
TestReadData/large |
pass | pass |
TestReadData/large-EOF |
pass | pass |
TestReadData/large-UnexpectedEOF |
pass | pass |
TestReadData/maxint |
pass | pass |
TestReadData/small |
pass | pass |
TestReadData/small-EOF |
pass | pass |
TestReadDataAt |
pass | pass |
TestReadDataAt/SectionReader |
pass | pass |
TestReadDataAt/large |
pass | pass |
TestReadDataAt/maxint |
pass | pass |
TestReadDataAt/small |
pass | pass |
TestSliceCap |
pass | pass |
TestSliceCap/large |
pass | pass |
TestSliceCap/maxint |
pass | pass |
TestSliceCap/overflow |
pass | pass |
TestSliceCap/small |
pass | pass |