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

This commit is contained in:
2026-05-08 12:50:39 +00:00
parent 88c02c7c73
commit a0abdcf520
2 changed files with 17 additions and 17 deletions

View File

@@ -1,21 +1,21 @@
{
"suites": {
"eval-core": {"pass": 47, "fail": 0},
"eval-core": {"pass": 48, "fail": 0},
"let-and": {"pass": 3, "fail": 0},
"misc": {"pass": 39, "fail": 0},
"parser": {"pass": 85, "fail": 0},
"misc": {"pass": 52, "fail": 0},
"parser": {"pass": 87, "fail": 0},
"phase1-params": {"pass": 2, "fail": 0},
"phase2-exn": {"pass": 6, "fail": 0},
"phase2-exn": {"pass": 8, "fail": 0},
"phase2-function": {"pass": 3, "fail": 0},
"phase2-loops": {"pass": 4, "fail": 0},
"phase2-refs": {"pass": 6, "fail": 0},
"phase3-adt": {"pass": 13, "fail": 0},
"phase3-adt": {"pass": 19, "fail": 0},
"phase4-modules": {"pass": 12, "fail": 0},
"phase5-hm": {"pass": 17, "fail": 0},
"phase6-stdlib": {"pass": 29, "fail": 0},
"phase5-hm": {"pass": 19, "fail": 0},
"phase6-stdlib": {"pass": 39, "fail": 0},
"tokenize": {"pass": 18, "fail": 0}
},
"total_pass": 284,
"total_pass": 320,
"total_fail": 0,
"total": 284
"total": 320
}

View File

@@ -1,20 +1,20 @@
# OCaml-on-SX scoreboard
284 / 284 tests passing.
320 / 320 tests passing.
| Suite | Pass | Fail |
|---|---:|---:|
| eval-core | 47 | 0 |
| eval-core | 48 | 0 |
| let-and | 3 | 0 |
| misc | 39 | 0 |
| parser | 85 | 0 |
| misc | 52 | 0 |
| parser | 87 | 0 |
| phase1-params | 2 | 0 |
| phase2-exn | 6 | 0 |
| phase2-exn | 8 | 0 |
| phase2-function | 3 | 0 |
| phase2-loops | 4 | 0 |
| phase2-refs | 6 | 0 |
| phase3-adt | 13 | 0 |
| phase3-adt | 19 | 0 |
| phase4-modules | 12 | 0 |
| phase5-hm | 17 | 0 |
| phase6-stdlib | 29 | 0 |
| phase5-hm | 19 | 0 |
| phase6-stdlib | 39 | 0 |
| tokenize | 18 | 0 |