lua: scoreboard baseline — 0/16 runnable (14 parse, 1 print, 1 vararg)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
This commit is contained in:
39
lib/lua/scoreboard.md
Normal file
39
lib/lua/scoreboard.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Lua-on-SX conformance scoreboard
|
||||
|
||||
**Pass rate:** 0/16 runnable (0.0%)
|
||||
fail=16 timeout=0 skip=8 total=24
|
||||
|
||||
## Top failure modes
|
||||
|
||||
- **14x** parse error
|
||||
- **1x** undefined symbol: print\
|
||||
- **1x** transpile: unsupported node
|
||||
|
||||
## 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 | parse error | 3243 |
|
||||
| big.lua | fail | undefined symbol: print\ | 4383 |
|
||||
| calls.lua | fail | parse error | 3565 |
|
||||
| checktable.lua | skip | internal debug helpers | 0 |
|
||||
| closure.lua | fail | parse error | 3465 |
|
||||
| code.lua | skip | bytecode inspection via debug library | 0 |
|
||||
| constructs.lua | fail | parse error | 2522 |
|
||||
| db.lua | skip | debug library | 0 |
|
||||
| errors.lua | fail | parse error | 2371 |
|
||||
| events.lua | fail | parse error | 5133 |
|
||||
| files.lua | skip | io library | 0 |
|
||||
| gc.lua | skip | collectgarbage / finalisers | 0 |
|
||||
| literals.lua | fail | parse error | 1434 |
|
||||
| locals.lua | fail | parse error | 1386 |
|
||||
| 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 |
|
||||
Reference in New Issue
Block a user