Files
rose-ash/lib/js/test262-scoreboard.json
giles 83c9d60d72 scoreboard: 147/300 (49.0%) wide, up from 114/300 baseline
Math 40% / Number 73% / String 33% = 147/300 (49.0%), +33 tests since
session-3 start. Wall time 277s (vs prior 593s baseline → 2.14× via
harness cache).

Top remaining failure modes (141 fails, 12 timeouts):
- 115× Test262Error (assertion failed) — numeric precision at
  MAX_VALUE/MIN_VALUE boundary, (new Number()).constructor chain,
  toFixed edge cases, String.fromCharCode code-point ranges
- 34× TypeError: not a function — still the missing Math trig
  primitives (filed as Blocker)
- 12× Timeout — long-running String loops
2026-04-24 12:19:45 +00:00

133 lines
2.4 KiB
JSON

{
"totals": {
"pass": 147,
"fail": 141,
"skip": 1597,
"timeout": 12,
"total": 1897,
"runnable": 300,
"pass_rate": 49.0
},
"categories": [
{
"category": "built-ins/Math",
"total": 327,
"pass": 40,
"fail": 59,
"skip": 227,
"timeout": 1,
"pass_rate": 40.0,
"top_failures": [
[
"TypeError: not a function",
36
],
[
"Test262Error (assertion failed)",
23
],
[
"Timeout",
1
]
]
},
{
"category": "built-ins/Number",
"total": 340,
"pass": 74,
"fail": 22,
"skip": 240,
"timeout": 4,
"pass_rate": 74.0,
"top_failures": [
[
"Test262Error (assertion failed)",
22
],
[
"Timeout",
4
]
]
},
{
"category": "built-ins/String",
"total": 1223,
"pass": 33,
"fail": 60,
"skip": 1123,
"timeout": 7,
"pass_rate": 33.0,
"top_failures": [
[
"Test262Error (assertion failed)",
50
],
[
"Timeout",
7
],
[
"ReferenceError (undefined symbol)",
2
],
[
"Unhandled: Not callable: {:__proto__ {:toLowerCase <lambda(&rest, args)",
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)",
95
],
[
"TypeError: not a function",
38
],
[
"Timeout",
12
],
[
"ReferenceError (undefined symbol)",
2
],
[
"Unhandled: Not callable: {:__proto__ {:toLowerCase <lambda(&rest, args)",
2
],
[
"Unhandled: Not callable: \\\\\\",
2
],
[
"SyntaxError (parse/unsupported syntax)",
1
],
[
"Unhandled: Not callable: {:__proto__ {:valueOf <lambda()> :propertyIsEn",
1
]
],
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
"elapsed_seconds": 277.0,
"workers": 1
}