Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 42s
Object/Array/Number/String/Boolean had no __proto__, so Function.prototype mutations were invisible to them. Added a post-init (begin (dict-set! ...)) at the end of runtime.sx that wires each constructor to js-function-global.prototype. Combined with the recent Object.prototype fallback, the chain now terminates correctly: ctor → Function.prototype → Object.prototype. built-ins/Number: 41/50 → 42/50, built-ins/String: 75/99 → 78/99, built-ins/Array: 12/45 → 13/45. conformance.sh: 148/148.
61 lines
1.0 KiB
JSON
61 lines
1.0 KiB
JSON
{
|
|
"totals": {
|
|
"pass": 78,
|
|
"fail": 15,
|
|
"skip": 1,
|
|
"timeout": 6,
|
|
"total": 100,
|
|
"runnable": 99,
|
|
"pass_rate": 78.8
|
|
},
|
|
"categories": [
|
|
{
|
|
"category": "built-ins/String",
|
|
"total": 100,
|
|
"pass": 78,
|
|
"fail": 15,
|
|
"skip": 1,
|
|
"timeout": 6,
|
|
"pass_rate": 78.8,
|
|
"top_failures": [
|
|
[
|
|
"Test262Error (assertion failed)",
|
|
13
|
|
],
|
|
[
|
|
"Timeout",
|
|
6
|
|
],
|
|
[
|
|
"ReferenceError (undefined symbol)",
|
|
1
|
|
],
|
|
[
|
|
"SyntaxError (parse/unsupported syntax)",
|
|
1
|
|
]
|
|
]
|
|
}
|
|
],
|
|
"top_failure_modes": [
|
|
[
|
|
"Test262Error (assertion failed)",
|
|
13
|
|
],
|
|
[
|
|
"Timeout",
|
|
6
|
|
],
|
|
[
|
|
"ReferenceError (undefined symbol)",
|
|
1
|
|
],
|
|
[
|
|
"SyntaxError (parse/unsupported syntax)",
|
|
1
|
|
]
|
|
],
|
|
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
|
|
"elapsed_seconds": 273.6,
|
|
"workers": 1
|
|
} |