Files
rose-ash/lib/js/test262-scoreboard.json
giles 4ab79f5758
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 48s
js-on-sx: parser handles comma operator (a, b, c)
Was failing with "Expected punct ')' got punct ','" because the
paren handler only consumed a single assignment. Added
jp-parse-comma-seq helpers that build a js-comma AST node with
the expression list; transpiler emits (begin ...) so each is
evaluated in order and the last value is returned.
built-ins/Object: 44/50 → 46/50. conformance.sh: 148/148.
2026-05-08 13:20:53 +00:00

37 lines
643 B
JSON

{
"totals": {
"pass": 46,
"fail": 4,
"skip": 0,
"timeout": 0,
"total": 50,
"runnable": 50,
"pass_rate": 92.0
},
"categories": [
{
"category": "built-ins/Object",
"total": 50,
"pass": 46,
"fail": 4,
"skip": 0,
"timeout": 0,
"pass_rate": 92.0,
"top_failures": [
[
"ReferenceError (undefined symbol)",
4
]
]
}
],
"top_failure_modes": [
[
"ReferenceError (undefined symbol)",
4
]
],
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
"elapsed_seconds": 64.1,
"workers": 1
}