Files
rose-ash/lib/js/test262-scoreboard.md
giles ee422f3d15
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 30s
js-on-sx: Function constructor compiles + evaluates JS source
Was unconditionally throwing "Function constructor not supported".
Now js-function-ctor joins param strings with commas, wraps the
body in (function(<params>){<body>}), and runs it through js-eval.
Now Function('a', 'b', 'return a + b')(3,4) === 7.
built-ins/Function: 0/14 → 4/14. conformance.sh: 148/148.
2026-05-08 16:02:14 +00:00

758 B

test262 scoreboard

Pinned commit: d5e73fc8d2c663554fb72e2380a8c2bc1a318a33 Wall time: 11.2s

Total: 4/14 runnable passed (28.6%). Raw: pass=4 fail=10 skip=16 timeout=0 total=30.

Top failure modes

  • 4x SyntaxError (parse/unsupported syntax)
  • 3x ReferenceError (undefined symbol)
  • 3x TypeError (other)

Categories (worst pass-rate first, min 10 runnable)

Category Pass Fail Skip Timeout Total Pass %
built-ins/Function 4 10 16 0 30 28.6%

Per-category top failures (min 10 runnable, worst first)

built-ins/Function (4/14 — 28.6%)

  • 4x SyntaxError (parse/unsupported syntax)
  • 3x ReferenceError (undefined symbol)
  • 3x TypeError (other)