From dac9cf124fc8f069e603dba2826e4138ede8c508 Mon Sep 17 00:00:00 2001 From: giles Date: Fri, 8 May 2026 13:45:29 +0000 Subject: [PATCH] ocaml: refresh scoreboard (364/364 across 14 suites) --- lib/ocaml/scoreboard.json | 10 +++++----- lib/ocaml/scoreboard.md | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/ocaml/scoreboard.json b/lib/ocaml/scoreboard.json index 97cb623d..5dece3f2 100644 --- a/lib/ocaml/scoreboard.json +++ b/lib/ocaml/scoreboard.json @@ -2,8 +2,8 @@ "suites": { "eval-core": {"pass": 50, "fail": 0}, "let-and": {"pass": 3, "fail": 0}, - "misc": {"pass": 61, "fail": 0}, - "parser": {"pass": 93, "fail": 0}, + "misc": {"pass": 62, "fail": 0}, + "parser": {"pass": 95, "fail": 0}, "phase1-params": {"pass": 2, "fail": 0}, "phase2-exn": {"pass": 8, "fail": 0}, "phase2-function": {"pass": 3, "fail": 0}, @@ -11,11 +11,11 @@ "phase2-refs": {"pass": 6, "fail": 0}, "phase3-adt": {"pass": 24, "fail": 0}, "phase4-modules": {"pass": 12, "fail": 0}, - "phase5-hm": {"pass": 31, "fail": 0}, + "phase5-hm": {"pass": 34, "fail": 0}, "phase6-stdlib": {"pass": 43, "fail": 0}, "tokenize": {"pass": 18, "fail": 0} }, - "total_pass": 358, + "total_pass": 364, "total_fail": 0, - "total": 358 + "total": 364 } diff --git a/lib/ocaml/scoreboard.md b/lib/ocaml/scoreboard.md index 00747ecb..c32a550f 100644 --- a/lib/ocaml/scoreboard.md +++ b/lib/ocaml/scoreboard.md @@ -1,13 +1,13 @@ # OCaml-on-SX scoreboard -358 / 358 tests passing. +364 / 364 tests passing. | Suite | Pass | Fail | |---|---:|---:| | eval-core | 50 | 0 | | let-and | 3 | 0 | -| misc | 61 | 0 | -| parser | 93 | 0 | +| misc | 62 | 0 | +| parser | 95 | 0 | | phase1-params | 2 | 0 | | phase2-exn | 8 | 0 | | phase2-function | 3 | 0 | @@ -15,6 +15,6 @@ | phase2-refs | 6 | 0 | | phase3-adt | 24 | 0 | | phase4-modules | 12 | 0 | -| phase5-hm | 31 | 0 | +| phase5-hm | 34 | 0 | | phase6-stdlib | 43 | 0 | | tokenize | 18 | 0 |