Files
rose-ash/lib/js/test262-scoreboard.json
giles 4e554113a9
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m1s
js-on-sx: js-new-call accepts list-typed constructor returns
new Array(1,2,3) was returning an empty wrapper object because
js-new-call only honoured a non-undefined return when
(type-of ret) === "dict"; SX lists (representing JS arrays) were
silently discarded. Widened the check to accept "list" too.
Fixes new Array(1,2,3).length, String(new Array(1,2,3)), and any
constructor whose body returns a list. built-ins/String:
67/99 → 69/99 (canonical). conformance.sh: 148/148.
2026-05-07 14:24:52 +00:00

73 lines
1.2 KiB
JSON

{
"totals": {
"pass": 69,
"fail": 24,
"skip": 1,
"timeout": 6,
"total": 100,
"runnable": 99,
"pass_rate": 69.7
},
"categories": [
{
"category": "built-ins/String",
"total": 100,
"pass": 69,
"fail": 24,
"skip": 1,
"timeout": 6,
"pass_rate": 69.7,
"top_failures": [
[
"Test262Error (assertion failed)",
12
],
[
"TypeError: not a function",
8
],
[
"Timeout",
6
],
[
"Unhandled: Not callable: \\\\\\",
2
],
[
"ReferenceError (undefined symbol)",
1
]
]
}
],
"top_failure_modes": [
[
"Test262Error (assertion failed)",
12
],
[
"TypeError: not a function",
8
],
[
"Timeout",
6
],
[
"Unhandled: Not callable: \\\\\\",
2
],
[
"ReferenceError (undefined symbol)",
1
],
[
"SyntaxError (parse/unsupported syntax)",
1
]
],
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
"elapsed_seconds": 344.4,
"workers": 1
}