Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
- js-big-int-str-loop: extract decimal digits from integer-valued float - js-find-decimal-k: find min decimal places k where round(n*10^k)/10^k == n - js-format-decimal-digits: insert decimal point into digit string at position (len-k) - js-number-to-string: if 6-sig-fig round-trip fails AND n in [1e-6, 1e21), use digit extraction for full precision (up to 17 sig figs) - String(1.0000001)="1.0000001", String(1/3)="0.3333333333333333" - String test262 subset: 58→62/100 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
87 lines
1.5 KiB
JSON
87 lines
1.5 KiB
JSON
{
|
|
"totals": {
|
|
"pass": 62,
|
|
"fail": 29,
|
|
"skip": 1130,
|
|
"timeout": 9,
|
|
"total": 1230,
|
|
"runnable": 100,
|
|
"pass_rate": 62.0
|
|
},
|
|
"categories": [
|
|
{
|
|
"category": "built-ins/String",
|
|
"total": 1223,
|
|
"pass": 62,
|
|
"fail": 29,
|
|
"skip": 1123,
|
|
"timeout": 9,
|
|
"pass_rate": 62.0,
|
|
"top_failures": [
|
|
[
|
|
"Test262Error (assertion failed)",
|
|
24
|
|
],
|
|
[
|
|
"Timeout",
|
|
9
|
|
],
|
|
[
|
|
"Unhandled: Not callable: \\\\\\",
|
|
1
|
|
],
|
|
[
|
|
"ReferenceError (undefined symbol)",
|
|
1
|
|
],
|
|
[
|
|
"SyntaxError (parse/unsupported syntax)",
|
|
1
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"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)",
|
|
24
|
|
],
|
|
[
|
|
"Timeout",
|
|
9
|
|
],
|
|
[
|
|
"Unhandled: Not callable: \\\\\\",
|
|
1
|
|
],
|
|
[
|
|
"ReferenceError (undefined symbol)",
|
|
1
|
|
],
|
|
[
|
|
"SyntaxError (parse/unsupported syntax)",
|
|
1
|
|
],
|
|
[
|
|
"TypeError: not a function",
|
|
1
|
|
],
|
|
[
|
|
"Unhandled: js-transpile-binop: unsupported op: >>>\\",
|
|
1
|
|
]
|
|
],
|
|
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
|
|
"elapsed_seconds": 40.5,
|
|
"workers": 7
|
|
} |