Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m3s
read-string fell through to the literal-char branch for \u and \x,
silently stripping the backslash ("A".length returned 5 instead
of 1). Added js-hex-value helper and two cond clauses that read the
hex digits via js-peek + js-hex-digit?, compute the code point, and
emit it via char-from-code. Invalid escapes fall through to the
literal-char behaviour. built-ins/String (with --restart-every 1):
65/99 → 68/99. conformance.sh: 148/148.
73 lines
1.2 KiB
JSON
73 lines
1.2 KiB
JSON
{
|
|
"totals": {
|
|
"pass": 65,
|
|
"fail": 28,
|
|
"skip": 1,
|
|
"timeout": 6,
|
|
"total": 100,
|
|
"runnable": 99,
|
|
"pass_rate": 65.7
|
|
},
|
|
"categories": [
|
|
{
|
|
"category": "built-ins/String",
|
|
"total": 100,
|
|
"pass": 65,
|
|
"fail": 28,
|
|
"skip": 1,
|
|
"timeout": 6,
|
|
"pass_rate": 65.7,
|
|
"top_failures": [
|
|
[
|
|
"Test262Error (assertion failed)",
|
|
16
|
|
],
|
|
[
|
|
"TypeError: not a function",
|
|
8
|
|
],
|
|
[
|
|
"Timeout",
|
|
6
|
|
],
|
|
[
|
|
"Unhandled: Not callable: \\\\\\",
|
|
2
|
|
],
|
|
[
|
|
"ReferenceError (undefined symbol)",
|
|
1
|
|
]
|
|
]
|
|
}
|
|
],
|
|
"top_failure_modes": [
|
|
[
|
|
"Test262Error (assertion failed)",
|
|
16
|
|
],
|
|
[
|
|
"TypeError: not a function",
|
|
8
|
|
],
|
|
[
|
|
"Timeout",
|
|
6
|
|
],
|
|
[
|
|
"Unhandled: Not callable: \\\\\\",
|
|
2
|
|
],
|
|
[
|
|
"ReferenceError (undefined symbol)",
|
|
1
|
|
],
|
|
[
|
|
"SyntaxError (parse/unsupported syntax)",
|
|
1
|
|
]
|
|
],
|
|
"pinned_commit": "d5e73fc8d2c663554fb72e2380a8c2bc1a318a33",
|
|
"elapsed_seconds": 353.1,
|
|
"workers": 1
|
|
} |