Files
rose-ash/lib/js/test262-scoreboard.md
giles 66f13c95d5
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m3s
js-on-sx: js-to-string emits comma-joined elements for SX lists
String([1,2,3]) was returning "(1 2 3)" (the SX (str v) fallback in
js-to-string fell through for SX lists). Replaced the fallback with
a list-typed branch that delegates to (js-list-join v ","). Fixes
String(arr), "" + arr, and any implicit array-to-string coercion.
built-ins/String: 65/99 → 67/99. conformance.sh: 148/148.
2026-05-07 12:45:06 +00:00

31 lines
903 B
Markdown

# test262 scoreboard
Pinned commit: `d5e73fc8d2c663554fb72e2380a8c2bc1a318a33`
Wall time: 580.2s
**Total:** 67/99 runnable passed (67.7%). Raw: pass=67 fail=19 skip=1 timeout=13 total=100.
## Top failure modes
- **15x** Test262Error (assertion failed)
- **13x** Timeout
- **2x** Unhandled: Not callable: \\\
- **1x** ReferenceError (undefined symbol)
- **1x** SyntaxError (parse/unsupported syntax)
## Categories (worst pass-rate first, min 10 runnable)
| Category | Pass | Fail | Skip | Timeout | Total | Pass % |
|---|---:|---:|---:|---:|---:|---:|
| built-ins/String | 67 | 19 | 1 | 13 | 100 | 67.7% |
## Per-category top failures (min 10 runnable, worst first)
### built-ins/String (67/99 — 67.7%)
- **15x** Test262Error (assertion failed)
- **13x** Timeout
- **2x** Unhandled: Not callable: \\\
- **1x** ReferenceError (undefined symbol)
- **1x** SyntaxError (parse/unsupported syntax)