Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 40s
JS arrays must treat string indices that look like numbers ("0",
"42") as the corresponding integer slot. js-get-prop and js-list-set!
only handled numeric key, falling through to undefined / no-op for
string keys. Added a (and (string-typed key) (numeric? key)) clause
that converts via js-string-to-number and recurses with the integer
key. built-ins/Array: 13/45 → 14/45. conformance.sh: 148/148.
31 lines
923 B
Markdown
31 lines
923 B
Markdown
# test262 scoreboard
|
|
|
|
Pinned commit: `d5e73fc8d2c663554fb72e2380a8c2bc1a318a33`
|
|
Wall time: 132.0s
|
|
|
|
**Total:** 14/45 runnable passed (31.1%). Raw: pass=14 fail=25 skip=5 timeout=6 total=50.
|
|
|
|
## Top failure modes
|
|
|
|
- **20x** Test262Error (assertion failed)
|
|
- **6x** Timeout
|
|
- **2x** TypeError: not a function
|
|
- **2x** ReferenceError (undefined symbol)
|
|
- **1x** Unhandled: Not callable: {:2 43 :1 42 :0 41 :length 3}\
|
|
|
|
## Categories (worst pass-rate first, min 10 runnable)
|
|
|
|
| Category | Pass | Fail | Skip | Timeout | Total | Pass % |
|
|
|---|---:|---:|---:|---:|---:|---:|
|
|
| built-ins/Array | 14 | 25 | 5 | 6 | 50 | 31.1% |
|
|
|
|
## Per-category top failures (min 10 runnable, worst first)
|
|
|
|
### built-ins/Array (14/45 — 31.1%)
|
|
|
|
- **20x** Test262Error (assertion failed)
|
|
- **6x** Timeout
|
|
- **2x** TypeError: not a function
|
|
- **2x** ReferenceError (undefined symbol)
|
|
- **1x** Unhandled: Not callable: {:2 43 :1 42 :0 41 :length 3}\
|