Created lib/guest/baseline/ with normalised scoreboards for all 11 guests:
lua 185/185, forth 64/64, ruby 76/76, apl 73/73, prolog 590/590,
common-lisp 309/309, smalltalk 625/629, tcl 3/4, haskell 0/18 programs,
js 94/148 (test262-slice), erlang 0/0 (suite all-zero).
Re-ran every conformance.sh and test.sh; refreshed each guest's own
scoreboard.{json,md} so per-guest scoreboard matches lib/guest/baseline/<lang>.json.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
86 lines
1.5 KiB
JSON
86 lines
1.5 KiB
JSON
{
|
|
"lang": "common-lisp",
|
|
"captured": "2026-05-06T22:01:00Z",
|
|
"suite_command": "bash lib/common-lisp/conformance.sh",
|
|
"totals": {
|
|
"pass": 309,
|
|
"fail": 0,
|
|
"total": 309
|
|
},
|
|
"suites": [
|
|
{
|
|
"name": "Phase 1: tokenizer/reader",
|
|
"pass": 79,
|
|
"fail": 0,
|
|
"total": 79
|
|
},
|
|
{
|
|
"name": "Phase 1: parser/lambda-lists",
|
|
"pass": 31,
|
|
"fail": 0,
|
|
"total": 31
|
|
},
|
|
{
|
|
"name": "Phase 2: evaluator",
|
|
"pass": 0,
|
|
"fail": 0,
|
|
"total": 0
|
|
},
|
|
{
|
|
"name": "Phase 3: condition system",
|
|
"pass": 59,
|
|
"fail": 0,
|
|
"total": 59
|
|
},
|
|
{
|
|
"name": "Phase 3: restart-demo",
|
|
"pass": 7,
|
|
"fail": 0,
|
|
"total": 7
|
|
},
|
|
{
|
|
"name": "Phase 3: parse-recover",
|
|
"pass": 6,
|
|
"fail": 0,
|
|
"total": 6
|
|
},
|
|
{
|
|
"name": "Phase 3: interactive-debugger",
|
|
"pass": 7,
|
|
"fail": 0,
|
|
"total": 7
|
|
},
|
|
{
|
|
"name": "Phase 4: CLOS",
|
|
"pass": 41,
|
|
"fail": 0,
|
|
"total": 41
|
|
},
|
|
{
|
|
"name": "Phase 4: geometry",
|
|
"pass": 12,
|
|
"fail": 0,
|
|
"total": 12
|
|
},
|
|
{
|
|
"name": "Phase 4: mop-trace",
|
|
"pass": 13,
|
|
"fail": 0,
|
|
"total": 13
|
|
},
|
|
{
|
|
"name": "Phase 5: macros+LOOP",
|
|
"pass": 0,
|
|
"fail": 0,
|
|
"total": 0
|
|
},
|
|
{
|
|
"name": "Phase 6: stdlib",
|
|
"pass": 54,
|
|
"fail": 0,
|
|
"total": 54
|
|
}
|
|
],
|
|
"source_scoreboard": "lib/common-lisp/scoreboard.json"
|
|
}
|