Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 43s
js-new-call Object had set obj.__proto__ correctly, but then the __callable__ returned a fresh (dict), which js-new-call's "use returned dict over obj" rule honoured — losing the proto. Added is-new check (this.__proto__ === Object.prototype) and return this instead of a new dict when invoked as a constructor with no/null args. Now new Object().__proto__ === Object.prototype. built-ins/Object: 37/50 → 41/50. conformance.sh: 148/148.
61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
{
|
|
"totals": {
|
|
"pass": 41,
|
|
"fail": 9,
|
|
"skip": 0,
|
|
"timeout": 0,
|
|
"total": 50,
|
|
"runnable": 50,
|
|
"pass_rate": 82.0
|
|
},
|
|
"categories": [
|
|
{
|
|
"category": "built-ins/Object",
|
|
"total": 50,
|
|
"pass": 41,
|
|
"fail": 9,
|
|
"skip": 0,
|
|
"timeout": 0,
|
|
"pass_rate": 82.0,
|
|
"top_failures": [
|
|
[
|
|
"ReferenceError (undefined symbol)",
|
|
4
|
|
],
|
|
[
|
|
"SyntaxError (parse/unsupported syntax)",
|
|
2
|
|
],
|
|
[
|
|
"Test262Error (assertion failed)",
|
|
2
|
|
],
|
|
[
|
|
"runner-error: sx_server closed stdout mid-epoch",
|
|
1
|
|
]
|
|
]
|
|
}
|
|
],
|
|
"top_failure_modes": [
|
|
[
|
|
"ReferenceError (undefined symbol)",
|
|
4
|
|
],
|
|
[
|
|
"SyntaxError (parse/unsupported syntax)",
|
|
2
|
|
],
|
|
[
|
|
"Test262Error (assertion failed)",
|
|
2
|
|
],
|
|
[
|
|
"runner-error: sx_server closed stdout mid-epoch",
|
|
1
|
|
]
|
|
],
|
|
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
|
|
"elapsed_seconds": 37.1,
|
|
"workers": 1
|
|
} |