net/http/fcgi — validation proof
Go’s own net/http/fcgi 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/http/fcgi row in
Validated Test Packages.
Validated 2026-08-09 · converter ce5584270
12 matched · 0 disclosed — Go 1.23.1, windows/amd64, converted package
src/core/net/http/fcgi.
Verdicts
| Test | go test |
go2cs |
|---|---|---|
TestChildServeCleansUp |
pass | pass |
TestChildServeReadsEnvVars |
pass | pass |
TestGetValues |
pass | pass |
TestMalformedParams |
pass | pass |
TestResponseWriterSniffsContentType |
pass | pass |
TestResponseWriterSniffsContentType/html |
pass | pass |
TestResponseWriterSniffsContentType/jpg |
pass | pass |
TestResponseWriterSniffsContentType/no_body |
pass | pass |
TestResponseWriterSniffsContentType/text |
pass | pass |
TestSize |
pass | pass |
TestSlowRequest |
pass | pass |
TestStreams |
pass | pass |