From b92a98fb453ec33e3933115fb08a0dc324d0acc6 Mon Sep 17 00:00:00 2001 From: giles Date: Fri, 8 May 2026 20:12:35 +0000 Subject: [PATCH] ocaml: refresh scoreboard (480/480 across 15 suites incl. 18 baseline programs) --- lib/ocaml/scoreboard.json | 16 ++++++++-------- lib/ocaml/scoreboard.md | 14 +++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/lib/ocaml/scoreboard.json b/lib/ocaml/scoreboard.json index 82bdcb67..69bf4049 100644 --- a/lib/ocaml/scoreboard.json +++ b/lib/ocaml/scoreboard.json @@ -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 } diff --git a/lib/ocaml/scoreboard.md b/lib/ocaml/scoreboard.md index 7194c2e8..b09d6da1 100644 --- a/lib/ocaml/scoreboard.md +++ b/lib/ocaml/scoreboard.md @@ -1,21 +1,21 @@ # OCaml-on-SX scoreboard -458 / 458 tests passing. +480 / 480 tests passing. | Suite | Pass | Fail | |---|---:|---:| -| baseline | 13 | 0 | +| baseline | 18 | 0 | | eval-core | 51 | 0 | -| let-and | 4 | 0 | -| misc | 98 | 0 | +| let-and | 5 | 0 | +| misc | 105 | 0 | | parser | 106 | 0 | | phase1-params | 2 | 0 | | phase2-exn | 8 | 0 | | phase2-function | 3 | 0 | -| phase2-loops | 4 | 0 | +| phase2-loops | 5 | 0 | | phase2-refs | 6 | 0 | | phase3-adt | 33 | 0 | | phase4-modules | 14 | 0 | -| phase5-hm | 38 | 0 | -| phase6-stdlib | 60 | 0 | +| phase5-hm | 39 | 0 | +| phase6-stdlib | 67 | 0 | | tokenize | 18 | 0 |