Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 14m2s
Extend the shared driver's MODE=counters with a backward-compatible SUITES format: name:file[:pass-var:fail-var[:extra-preload ...]]. Optional per-suite counter symbols (override the global COUNTERS_PASS/COUNTERS_FAIL) and per-suite preload chains (loaded after the global PRELOADS). Plain name:file entries are unchanged — verified against haskell (fib/sieve/quicksort 2/2/5, matches committed scoreboard). common-lisp has 8 distinct per-suite counter pairs and a different preload chain per suite, so it could not fit the single-counter/fixed-preload model; the extended format expresses it directly. conformance.conf keeps the historical scoreboard schema; conformance.sh becomes the 3-line shim. Result 487/487 (0 fail) vs the old 305/0 baseline — higher and explained: the old per-suite 'timeout 30' was too tight for the slow eval suite (~15-25s under contention), silently recording it as 0; the driver's 180s budget recovers its true 182. geometry/mop-trace stay 0/0 (pre-existing refl-class-chain-depth-with load error; counter vars defined as 0 -> clean gc-result, no fail-fallback). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
21 lines
520 B
Markdown
21 lines
520 B
Markdown
# Common Lisp on SX — Scoreboard
|
|
|
|
_Generated: 2026-06-07 09:35 UTC_
|
|
|
|
| Suite | Pass | Fail | Status |
|
|
|-------|------|------|--------|
|
|
| read | 79 | 0 | pass |
|
|
| lambda | 31 | 0 | pass |
|
|
| eval | 182 | 0 | pass |
|
|
| conditions | 59 | 0 | pass |
|
|
| restart-demo | 7 | 0 | pass |
|
|
| parse-recover | 6 | 0 | pass |
|
|
| interactive-debugger | 7 | 0 | pass |
|
|
| clos | 35 | 0 | pass |
|
|
| geometry | 0 | 0 | FAIL |
|
|
| mop-trace | 0 | 0 | FAIL |
|
|
| macros | 27 | 0 | pass |
|
|
| stdlib | 54 | 0 | pass |
|
|
|
|
**Total: 487 passed, 0 failed**
|