Files
rose-ash/lib/js/test262-scoreboard.json
giles 89f1c0ccbe
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 59s
js-on-sx: bump test262 runner per-test timeout 5s→15s
With 4 parallel workers contending, the 5s default timed out 85/99
built-ins/String tests. Bumping to 15s yields 65/99 (65.7%) with
real failure modes now visible instead of "85x Timeout".
2026-05-07 07:57:23 +00:00

73 lines
1.2 KiB
JSON

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