ocaml: refresh scoreboard (480/480 across 15 suites incl. 18 baseline programs)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 48s

This commit is contained in:
2026-05-08 20:12:35 +00:00
parent 8fab20c8bc
commit b92a98fb45
2 changed files with 15 additions and 15 deletions

View File

@@ -1,22 +1,22 @@
{
"suites": {
"baseline": {"pass": 13, "fail": 0},
"baseline": {"pass": 18, "fail": 0},
"eval-core": {"pass": 51, "fail": 0},
"let-and": {"pass": 4, "fail": 0},
"misc": {"pass": 98, "fail": 0},
"let-and": {"pass": 5, "fail": 0},
"misc": {"pass": 105, "fail": 0},
"parser": {"pass": 106, "fail": 0},
"phase1-params": {"pass": 2, "fail": 0},
"phase2-exn": {"pass": 8, "fail": 0},
"phase2-function": {"pass": 3, "fail": 0},
"phase2-loops": {"pass": 4, "fail": 0},
"phase2-loops": {"pass": 5, "fail": 0},
"phase2-refs": {"pass": 6, "fail": 0},
"phase3-adt": {"pass": 33, "fail": 0},
"phase4-modules": {"pass": 14, "fail": 0},
"phase5-hm": {"pass": 38, "fail": 0},
"phase6-stdlib": {"pass": 60, "fail": 0},
"phase5-hm": {"pass": 39, "fail": 0},
"phase6-stdlib": {"pass": 67, "fail": 0},
"tokenize": {"pass": 18, "fail": 0}
},
"total_pass": 458,
"total_pass": 480,
"total_fail": 0,
"total": 458
"total": 480
}