Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 39s
Per ES, every native prototype's [[Prototype]] is Object.prototype (and Function.prototype.[[Prototype]] is too). Was missing those links, so Object.prototype.isPrototypeOf(Boolean.prototype) returned false (the explicit isPrototypeOf walks __proto__, not the recent fallback). Added 5 dict-set! lines to the post-init. built-ins/Boolean: 22/27 → 23/27, built-ins/Number: 44/50 → 45/50. conformance.sh: 148/148.
45 lines
797 B
JSON
45 lines
797 B
JSON
{
|
|
"totals": {
|
|
"pass": 44,
|
|
"fail": 6,
|
|
"skip": 0,
|
|
"timeout": 0,
|
|
"total": 50,
|
|
"runnable": 50,
|
|
"pass_rate": 88.0
|
|
},
|
|
"categories": [
|
|
{
|
|
"category": "built-ins/Object",
|
|
"total": 50,
|
|
"pass": 44,
|
|
"fail": 6,
|
|
"skip": 0,
|
|
"timeout": 0,
|
|
"pass_rate": 88.0,
|
|
"top_failures": [
|
|
[
|
|
"ReferenceError (undefined symbol)",
|
|
4
|
|
],
|
|
[
|
|
"SyntaxError (parse/unsupported syntax)",
|
|
2
|
|
]
|
|
]
|
|
}
|
|
],
|
|
"top_failure_modes": [
|
|
[
|
|
"ReferenceError (undefined symbol)",
|
|
4
|
|
],
|
|
[
|
|
"SyntaxError (parse/unsupported syntax)",
|
|
2
|
|
]
|
|
],
|
|
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
|
|
"elapsed_seconds": 38.2,
|
|
"workers": 1
|
|
} |