Files
rose-ash/lib/lua/scoreboard.md
giles 743e0bae87
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
lua: vararg ... transpile (spreads in call+table last pos); 6x transpile-unsup fixed +6 tests
2026-04-24 19:38:22 +00:00

46 lines
2.3 KiB
Markdown

# Lua-on-SX conformance scoreboard
**Pass rate:** 0/16 runnable (0.0%)
fail=15 timeout=1 skip=8 total=24
## Top failure modes
- **5x** other: Unhandled exception: \"Unhandled exception: \\\"assertion failed!\\\"\
- **3x** parse error
- **2x** other: Unhandled exception: \"Unhandled exception: \\\"lua: attempt to call non-functio
- **1x** other: Unhandled exception: \"Unhandled exception: \\\"lua: module 'string' not found\\
- **1x** timeout
- **1x** undefined symbol: collectgarbage\
- **1x** undefined symbol: setfenv\
- **1x** undefined symbol: T\
- **1x** undefined symbol: arg\
## Per-test results
| Test | Status | Reason | ms |
|---|---|---|---:|
| all.lua | skip | driver uses dofile to chain other tests | 0 |
| api.lua | skip | requires testC (C debug library) | 0 |
| attrib.lua | fail | other: Unhandled exception: \"Unhandled exception: \\\"lua: module 'string' not found\\ | 5744 |
| big.lua | timeout | per-test timeout | 8004 |
| calls.lua | fail | other: Unhandled exception: \"Unhandled exception: \\\"assertion failed!\\\"\ | 4612 |
| checktable.lua | skip | internal debug helpers | 0 |
| closure.lua | fail | undefined symbol: collectgarbage\ | 6160 |
| code.lua | skip | bytecode inspection via debug library | 0 |
| constructs.lua | fail | parse error | 2720 |
| db.lua | skip | debug library | 0 |
| errors.lua | fail | other: Unhandled exception: \"Unhandled exception: \\\"assertion failed!\\\"\ | 3172 |
| events.lua | fail | undefined symbol: setfenv\ | 6976 |
| files.lua | skip | io library | 0 |
| gc.lua | skip | collectgarbage / finalisers | 0 |
| literals.lua | fail | parse error | 1786 |
| locals.lua | fail | other: Unhandled exception: \"Unhandled exception: \\\"assertion failed!\\\"\ | 1707 |
| main.lua | skip | standalone interpreter driver | 0 |
| math.lua | fail | parse error | 2475 |
| nextvar.lua | fail | undefined symbol: T\ | 6743 |
| pm.lua | fail | other: Unhandled exception: \"Unhandled exception: \\\"assertion failed!\\\"\ | 5928 |
| sort.lua | fail | other: Unhandled exception: \"Unhandled exception: \\\"lua: attempt to call non-functio | 1169 |
| strings.lua | fail | other: Unhandled exception: \"Unhandled exception: \\\"assertion failed!\\\"\ | 3872 |
| vararg.lua | fail | undefined symbol: arg\ | 2140 |
| verybig.lua | fail | other: Unhandled exception: \"Unhandled exception: \\\"lua: attempt to call non-functio | 553 |