Files
rose-ash/lib/js/test262-scoreboard.json
giles 24a67fae97
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 41s
js-on-sx: arr.length = N extends the array
js-list-set! was a no-op for the length key. Added a clause that
pads with js-undefined via js-pad-list! when target > current.
Truncation skipped: the pop-last! SX primitive doesn't actually
mutate the list (length unchanged after the call), so no clean
way to shrink in place from SX. Extension covers common cases.
built-ins/Array: 16/45 → 17/45. conformance.sh: 148/148.
2026-05-08 01:38:51 +00:00

69 lines
1.2 KiB
JSON

{
"totals": {
"pass": 17,
"fail": 21,
"skip": 5,
"timeout": 7,
"total": 50,
"runnable": 45,
"pass_rate": 37.8
},
"categories": [
{
"category": "built-ins/Array",
"total": 50,
"pass": 17,
"fail": 21,
"skip": 5,
"timeout": 7,
"pass_rate": 37.8,
"top_failures": [
[
"Test262Error (assertion failed)",
16
],
[
"Timeout",
7
],
[
"TypeError: not a function",
2
],
[
"ReferenceError (undefined symbol)",
2
],
[
"Unhandled: Not callable: {:2 43 :1 42 :0 41 :length 3}\\",
1
]
]
}
],
"top_failure_modes": [
[
"Test262Error (assertion failed)",
16
],
[
"Timeout",
7
],
[
"TypeError: not a function",
2
],
[
"ReferenceError (undefined symbol)",
2
],
[
"Unhandled: Not callable: {:2 43 :1 42 :0 41 :length 3}\\",
1
]
],
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
"elapsed_seconds": 151.1,
"workers": 1
}