internal/poll — validation proof
Go’s own internal/poll 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/poll row in
Validated Test Packages.
Validated 2026-09-22 · converter c6fdbe73c
19 matched · 0 disclosed — Go 1.24.13, windows/amd64, converted package
src/core/internal/poll.
Measured at Release (tiered JIT off), oracle go version go1.24.13 windows/amd64.
Both runtimes skip 1 of the matched tests identically.
Verdicts
| Test | go test |
go2cs |
|---|---|---|
TestConsume |
pass | pass |
TestEOFError |
pass | pass |
TestFileFdsAreInitialised |
pass | pass |
TestMutexClose |
pass | pass |
TestMutexCloseUnblock |
pass | pass |
TestMutexLock |
pass | pass |
TestMutexOverflowPanic |
pass | pass |
TestMutexPanic |
pass | pass |
TestMutexStress |
pass | pass |
TestRead |
pass | pass |
TestRead/SpecialFile |
pass | pass |
TestReadError |
pass | pass |
TestReadError/ErrNotPollable |
skip | skip |
TestSerialFdsAreInitialised |
fail | fail |
TestSerialFdsAreInitialised/COM1 |
pass | pass |
TestSerialFdsAreInitialised/COM2 |
pass | pass |
TestSerialFdsAreInitialised/COM3 |
pass | pass |
TestSerialFdsAreInitialised/COM4 |
fail | fail |
TestWSASocketConflict |
pass | pass |