Files
rose-ash/lib/js/test262-scoreboard.json
giles 97180b4aa3
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 11s
js-on-sx: wrapper constructor-detection, Array.prototype.toString, >>> operator
Number.__callable__ and String.__callable__ now check this.__proto__ ===
Number/String.prototype before writing wrapper slots, preventing false-positive
mutation when called as plain function. js-to-number extended to unwrap
wrapper dicts and call valueOf/toString for plain objects. Array.prototype.toString
replaced with a direct js-list-join implementation (eliminates infinite recursion
via js-invoke-method on dict-based arrays). >>> added to transpiler + runtime.

String test262 subset: 62→66/100. 529/530 unit, 147/148 slice.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 19:22:53 +00:00

83 lines
1.4 KiB
JSON

{
"totals": {
"pass": 66,
"fail": 25,
"skip": 1130,
"timeout": 9,
"total": 1230,
"runnable": 100,
"pass_rate": 66.0
},
"categories": [
{
"category": "built-ins/String",
"total": 1223,
"pass": 66,
"fail": 25,
"skip": 1123,
"timeout": 9,
"pass_rate": 66.0,
"top_failures": [
[
"Test262Error (assertion failed)",
14
],
[
"Timeout",
9
],
[
"TypeError: not a function",
6
],
[
"ReferenceError (undefined symbol)",
2
],
[
"Unhandled: Not callable: \\\\\\",
2
]
]
},
{
"category": "built-ins/StringIteratorPrototype",
"total": 7,
"pass": 0,
"fail": 0,
"skip": 7,
"timeout": 0,
"pass_rate": 0.0,
"top_failures": []
}
],
"top_failure_modes": [
[
"Test262Error (assertion failed)",
14
],
[
"Timeout",
9
],
[
"TypeError: not a function",
6
],
[
"ReferenceError (undefined symbol)",
2
],
[
"Unhandled: Not callable: \\\\\\",
2
],
[
"SyntaxError (parse/unsupported syntax)",
1
]
],
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
"elapsed_seconds": 157.9,
"workers": 1
}