internal/reflectlite — validation proof
Go’s own internal/reflectlite 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/reflectlite row in
Validated Test Packages.
Validated 2026-08-25 · converter e2182a59e
30 matched · 0 disclosed — Go 1.23.12, windows/amd64, converted package
src/core/internal/reflectlite.
Both runtimes skip 2 of the matched tests identically.
Verdicts
| Test | go test |
go2cs |
|---|---|---|
TestAliasNames |
pass | pass |
TestAll |
pass | pass |
TestAllocations |
skip | skip |
TestAssignableTo |
pass | pass |
TestBigStruct |
pass | pass |
TestBigUnnamedStruct |
pass | pass |
TestBigZero |
pass | pass |
TestCanSetField |
pass | pass |
TestCanSetField/#00 |
pass | pass |
TestCanSetField/#01 |
pass | pass |
TestCanSetField/#02 |
pass | pass |
TestCanSetField/#03 |
pass | pass |
TestFunctionValue |
pass | pass |
TestImplements |
pass | pass |
TestImplicitSetConversion |
pass | pass |
TestImportPath |
pass | pass |
TestInterfaceValue |
pass | pass |
TestInvalid |
pass | pass |
TestIsNil |
pass | pass |
TestMapSetNil |
pass | pass |
TestMirrorWithReflect |
skip | skip |
TestNames |
pass | pass |
TestNilPtrValueSub |
pass | pass |
TestPtrSetNil |
pass | pass |
TestSetPanic |
pass | pass |
TestSetValue |
pass | pass |
TestTypeOf |
pass | pass |
TestTypes |
pass | pass |
TestUnaddressableField |
pass | pass |
TestValueToString |
pass | pass |