Files
rose-ash/lib/js/test262-scoreboard.md
giles 7a898567e4
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 51s
js-on-sx: global eval(src) actually evaluates the source
Was returning the input unchanged: eval('1+2') gave "1+2".
Per spec, eval(string) parses and evaluates as JS; non-string
passes through. Wired through js-eval (existing
lex/parse/transpile/eval pipeline).
built-ins/String fail count 13 → 11. conformance.sh: 148/148.
2026-05-08 08:44:34 +00:00

29 lines
821 B
Markdown

# test262 scoreboard
Pinned commit: `d5e73fc8d2c663554fb72e2380a8c2bc1a318a33`
Wall time: 507.4s
**Total:** 80/99 runnable passed (80.8%). Raw: pass=80 fail=11 skip=1 timeout=8 total=100.
## Top failure modes
- **9x** Test262Error (assertion failed)
- **8x** Timeout
- **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 | 80 | 11 | 1 | 8 | 100 | 80.8% |
## Per-category top failures (min 10 runnable, worst first)
### built-ins/String (80/99 — 80.8%)
- **9x** Test262Error (assertion failed)
- **8x** Timeout
- **1x** ReferenceError (undefined symbol)
- **1x** SyntaxError (parse/unsupported syntax)