unicode — validation proof
Go’s own unicode 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 unicode row in
Validated Test Packages.
Validated 2026-08-04 · converter f6e9c0cf0
28 matched · 0 disclosed — Go 1.23.1, windows/amd64, converted package
src/core/unicode.
Verdicts
| Test | go test |
go2cs |
|---|---|---|
TestCalibrate |
pass | pass |
TestCategories |
pass | pass |
TestDigit |
pass | pass |
TestDigitOptimization |
pass | pass |
TestIsControlLatin1 |
pass | pass |
TestIsGraphicLatin1 |
pass | pass |
TestIsLetter |
pass | pass |
TestIsLetterLatin1 |
pass | pass |
TestIsLowerLatin1 |
pass | pass |
TestIsPrintLatin1 |
pass | pass |
TestIsPunctLatin1 |
pass | pass |
TestIsSpace |
pass | pass |
TestIsSpaceLatin1 |
pass | pass |
TestIsSymbolLatin1 |
pass | pass |
TestIsUpper |
pass | pass |
TestIsUpperLatin1 |
pass | pass |
TestLatinOffset |
pass | pass |
TestLetterOptimizations |
pass | pass |
TestNegativeRune |
pass | pass |
TestNumberLatin1 |
pass | pass |
TestProperties |
pass | pass |
TestSimpleFold |
pass | pass |
TestSpecialCaseNoMapping |
pass | pass |
TestTo |
pass | pass |
TestToLowerCase |
pass | pass |
TestToTitleCase |
pass | pass |
TestToUpperCase |
pass | pass |
TestTurkishCase |
pass | pass |
Excluded declarations
Declarations filtered from both sides of the comparison, and therefore not claimed above:
Benchmark, Fuzz and Example declarations the converted host does not execute, plus any
test requiring a capability the managed runtime does not provide — a testing member the host
has not implemented, or a platform behavior it provably cannot reproduce. Each is named with
the capability it needs.
- ExampleIsDigit (example): example execution is deferred to Phase 4D
- ExampleIsLetter (example): example execution is deferred to Phase 4D
- ExampleIsLower (example): example execution is deferred to Phase 4D
- ExampleIsNumber (example): example execution is deferred to Phase 4D
- ExampleIsSpace (example): example execution is deferred to Phase 4D
- ExampleIsTitle (example): example execution is deferred to Phase 4D
- ExampleIsUpper (example): example execution is deferred to Phase 4D
- ExampleSimpleFold (example): example execution is deferred to Phase 4D
- ExampleSpecialCase (example): example execution is deferred to Phase 4D
- ExampleTo (example): example execution is deferred to Phase 4D
- ExampleToLower (example): example execution is deferred to Phase 4D
- ExampleToTitle (example): example execution is deferred to Phase 4D
- ExampleToUpper (example): example execution is deferred to Phase 4D
- Example_is (example): example execution is deferred to Phase 4D