ocaml: refresh scoreboard (426/426 across 14 suites)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 28s

This commit is contained in:
2026-05-08 16:18:21 +00:00
parent 2f271fa6a6
commit ecdd90345e
2 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
{
"suites": {
"eval-core": {"pass": 50, "fail": 0},
"eval-core": {"pass": 51, "fail": 0},
"let-and": {"pass": 3, "fail": 0},
"misc": {"pass": 81, "fail": 0},
"misc": {"pass": 87, "fail": 0},
"parser": {"pass": 106, "fail": 0},
"phase1-params": {"pass": 2, "fail": 0},
"phase2-exn": {"pass": 8, "fail": 0},
@@ -15,7 +15,7 @@
"phase6-stdlib": {"pass": 59, "fail": 0},
"tokenize": {"pass": 18, "fail": 0}
},
"total_pass": 419,
"total_pass": 426,
"total_fail": 0,
"total": 419
"total": 426
}

View File

@@ -1,12 +1,12 @@
# OCaml-on-SX scoreboard
419 / 419 tests passing.
426 / 426 tests passing.
| Suite | Pass | Fail |
|---|---:|---:|
| eval-core | 50 | 0 |
| eval-core | 51 | 0 |
| let-and | 3 | 0 |
| misc | 81 | 0 |
| misc | 87 | 0 |
| parser | 106 | 0 |
| phase1-params | 2 | 0 |
| phase2-exn | 8 | 0 |