Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m3s
String([1,2,3]) was returning "(1 2 3)" (the SX (str v) fallback in js-to-string fell through for SX lists). Replaced the fallback with a list-typed branch that delegates to (js-list-join v ","). Fixes String(arr), "" + arr, and any implicit array-to-string coercion. built-ins/String: 65/99 → 67/99. conformance.sh: 148/148.
69 lines
1.2 KiB
JSON
69 lines
1.2 KiB
JSON
{
|
|
"totals": {
|
|
"pass": 67,
|
|
"fail": 19,
|
|
"skip": 1,
|
|
"timeout": 13,
|
|
"total": 100,
|
|
"runnable": 99,
|
|
"pass_rate": 67.7
|
|
},
|
|
"categories": [
|
|
{
|
|
"category": "built-ins/String",
|
|
"total": 100,
|
|
"pass": 67,
|
|
"fail": 19,
|
|
"skip": 1,
|
|
"timeout": 13,
|
|
"pass_rate": 67.7,
|
|
"top_failures": [
|
|
[
|
|
"Test262Error (assertion failed)",
|
|
15
|
|
],
|
|
[
|
|
"Timeout",
|
|
13
|
|
],
|
|
[
|
|
"Unhandled: Not callable: \\\\\\",
|
|
2
|
|
],
|
|
[
|
|
"ReferenceError (undefined symbol)",
|
|
1
|
|
],
|
|
[
|
|
"SyntaxError (parse/unsupported syntax)",
|
|
1
|
|
]
|
|
]
|
|
}
|
|
],
|
|
"top_failure_modes": [
|
|
[
|
|
"Test262Error (assertion failed)",
|
|
15
|
|
],
|
|
[
|
|
"Timeout",
|
|
13
|
|
],
|
|
[
|
|
"Unhandled: Not callable: \\\\\\",
|
|
2
|
|
],
|
|
[
|
|
"ReferenceError (undefined symbol)",
|
|
1
|
|
],
|
|
[
|
|
"SyntaxError (parse/unsupported syntax)",
|
|
1
|
|
]
|
|
],
|
|
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
|
|
"elapsed_seconds": 580.2,
|
|
"workers": 1
|
|
} |