Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 56s
Go has the same structure as erlang: suites load into one session and each
exposes a pass counter plus a *count* (total) counter rather than a fail
counter. MODE=dict fits — each suite's runner is a dict literal
{:passed P :failed (- count P) :total count}. No driver change; conformance.conf
+ 3-line shim, historical scoreboard schema preserved.
Parity verified 609/609 (0 fail), every suite matching baseline.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
15 lines
483 B
JSON
15 lines
483 B
JSON
{
|
|
"language": "go",
|
|
"total_pass": 609,
|
|
"total": 609,
|
|
"suites": [
|
|
{"name":"lex","pass":129,"total":129,"status":"ok"},
|
|
{"name":"parse","pass":179,"total":179,"status":"ok"},
|
|
{"name":"types","pass":102,"total":102,"status":"ok"},
|
|
{"name":"eval","pass":106,"total":106,"status":"ok"},
|
|
{"name":"runtime","pass":40,"total":40,"status":"ok"},
|
|
{"name":"stdlib","pass":41,"total":41,"status":"ok"},
|
|
{"name":"e2e","pass":12,"total":12,"status":"ok"}
|
|
]
|
|
}
|