lua: scoreboard iteration — rawget/rawset/raweq/rawlen + loadstring/load + select/assert + _G/_VERSION
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled

This commit is contained in:
2026-04-24 19:29:08 +00:00
parent 24fde8aa2f
commit cf4d19fb94
4 changed files with 171 additions and 59 deletions

View File

@@ -1,13 +1,15 @@
# Lua-on-SX conformance scoreboard
**Pass rate:** 0/16 runnable (0.0%)
fail=16 timeout=0 skip=8 total=24
fail=15 timeout=1 skip=8 total=24
## Top failure modes
- **14x** parse error
- **1x** undefined symbol: print\
- **1x** transpile: unsupported node
- **6x** transpile: unsupported node
- **4x** other: Unhandled exception: \"Unhandled exception: \\\"assertion failed!\\\"\
- **3x** parse error
- **2x** other: Unhandled exception: \"Unhandled exception: \\\"lua: attempt to call non-functio
- **1x** timeout
## Per-test results
@@ -15,25 +17,25 @@ fail=16 timeout=0 skip=8 total=24
|---|---|---|---:|
| all.lua | skip | driver uses dofile to chain other tests | 0 |
| api.lua | skip | requires testC (C debug library) | 0 |
| attrib.lua | fail | parse error | 3243 |
| big.lua | fail | undefined symbol: print\ | 4383 |
| calls.lua | fail | parse error | 3565 |
| attrib.lua | fail | transpile: unsupported node | 5378 |
| big.lua | timeout | per-test timeout | 8007 |
| calls.lua | fail | transpile: unsupported node | 4393 |
| checktable.lua | skip | internal debug helpers | 0 |
| closure.lua | fail | parse error | 3465 |
| closure.lua | fail | transpile: unsupported node | 5425 |
| code.lua | skip | bytecode inspection via debug library | 0 |
| constructs.lua | fail | parse error | 2522 |
| constructs.lua | fail | parse error | 2509 |
| db.lua | skip | debug library | 0 |
| errors.lua | fail | parse error | 2371 |
| events.lua | fail | parse error | 5133 |
| errors.lua | fail | other: Unhandled exception: \"Unhandled exception: \\\"assertion failed!\\\"\ | 2934 |
| events.lua | fail | transpile: unsupported node | 6455 |
| files.lua | skip | io library | 0 |
| gc.lua | skip | collectgarbage / finalisers | 0 |
| literals.lua | fail | parse error | 1434 |
| locals.lua | fail | parse error | 1386 |
| literals.lua | fail | parse error | 1786 |
| locals.lua | fail | other: Unhandled exception: \"Unhandled exception: \\\"assertion failed!\\\"\ | 1554 |
| main.lua | skip | standalone interpreter driver | 0 |
| math.lua | fail | parse error | 2427 |
| nextvar.lua | fail | parse error | 4241 |
| pm.lua | fail | parse error | 5026 |
| sort.lua | fail | parse error | 930 |
| strings.lua | fail | parse error | 3424 |
| vararg.lua | fail | transpile: unsupported node | 1931 |
| verybig.lua | fail | parse error | 450 |
| math.lua | fail | parse error | 2378 |
| nextvar.lua | fail | transpile: unsupported node | 5918 |
| pm.lua | fail | other: Unhandled exception: \"Unhandled exception: \\\"assertion failed!\\\"\ | 5658 |
| sort.lua | fail | other: Unhandled exception: \"Unhandled exception: \\\"lua: attempt to call non-functio | 1145 |
| strings.lua | fail | other: Unhandled exception: \"Unhandled exception: \\\"assertion failed!\\\"\ | 3696 |
| vararg.lua | fail | transpile: unsupported node | 1901 |
| verybig.lua | fail | other: Unhandled exception: \"Unhandled exception: \\\"lua: attempt to call non-functio | 533 |