Files
rose-ash/lib/js/test262-scoreboard.json
giles b9dc69a3c1
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 39s
js-on-sx: arrays inherit from Array.prototype on lookup miss
js-get-prop for SX lists fell through to js-undefined for any key
not in its hardcoded method list, so Array.prototype.myprop and
Object.prototype.hasOwnProperty were invisible to arrays.
Switched the fallback to walk Array.prototype via js-dict-get-walk,
which already chains to Object.prototype.
built-ins/Array: 14/45 → 16/45. conformance.sh: 148/148.
2026-05-08 01:00:32 +00:00

45 lines
731 B
JSON

{
"totals": {
"pass": 43,
"fail": 4,
"skip": 0,
"timeout": 3,
"total": 50,
"runnable": 50,
"pass_rate": 86.0
},
"categories": [
{
"category": "built-ins/Number",
"total": 50,
"pass": 43,
"fail": 4,
"skip": 0,
"timeout": 3,
"pass_rate": 86.0,
"top_failures": [
[
"Test262Error (assertion failed)",
4
],
[
"Timeout",
3
]
]
}
],
"top_failure_modes": [
[
"Test262Error (assertion failed)",
4
],
[
"Timeout",
3
]
],
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
"elapsed_seconds": 71.8,
"workers": 1
}