Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 59s
Calling a non-callable raised an OCaml-level Eval_error "Not callable" that JS try/catch couldn't intercept. Added a (js-function? callable) precheck in js-apply-fn that raises a TypeError instance via (js-new-call TypeError (list msg)) so e instanceof TypeError is true. Same swap for the undefined() branch in js-call-plain (was raising a bare string). built-ins/String: 71/99 → 73/99 (canonical), 74/99 → 75/99 (isolated). conformance.sh: 148/148.
69 lines
1.1 KiB
JSON
69 lines
1.1 KiB
JSON
{
|
|
"totals": {
|
|
"pass": 73,
|
|
"fail": 20,
|
|
"skip": 1,
|
|
"timeout": 6,
|
|
"total": 100,
|
|
"runnable": 99,
|
|
"pass_rate": 73.7
|
|
},
|
|
"categories": [
|
|
{
|
|
"category": "built-ins/String",
|
|
"total": 100,
|
|
"pass": 73,
|
|
"fail": 20,
|
|
"skip": 1,
|
|
"timeout": 6,
|
|
"pass_rate": 73.7,
|
|
"top_failures": [
|
|
[
|
|
"Test262Error (assertion failed)",
|
|
10
|
|
],
|
|
[
|
|
"TypeError: not a function",
|
|
8
|
|
],
|
|
[
|
|
"Timeout",
|
|
6
|
|
],
|
|
[
|
|
"ReferenceError (undefined symbol)",
|
|
1
|
|
],
|
|
[
|
|
"SyntaxError (parse/unsupported syntax)",
|
|
1
|
|
]
|
|
]
|
|
}
|
|
],
|
|
"top_failure_modes": [
|
|
[
|
|
"Test262Error (assertion failed)",
|
|
10
|
|
],
|
|
[
|
|
"TypeError: not a function",
|
|
8
|
|
],
|
|
[
|
|
"Timeout",
|
|
6
|
|
],
|
|
[
|
|
"ReferenceError (undefined symbol)",
|
|
1
|
|
],
|
|
[
|
|
"SyntaxError (parse/unsupported syntax)",
|
|
1
|
|
]
|
|
],
|
|
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
|
|
"elapsed_seconds": 280.3,
|
|
"workers": 1
|
|
} |