Files
rose-ash/lib/lua/scoreboard.json
giles 0b0d704f1e
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
lua: scoreboard iter — table.getn/foreach/foreachi + string.reverse (sort.lua unblocked past getn)
2026-04-24 20:04:45 +00:00

175 lines
4.2 KiB
JSON

{
"totals": {
"pass": 0,
"fail": 13,
"timeout": 3,
"skip": 8,
"total": 24,
"runnable": 16,
"pass_rate": 0.0
},
"top_failure_modes": [
[
"other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
11
],
[
"timeout",
3
],
[
"arith type error",
1
],
[
"other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"lua: attempt to call non-functio",
1
]
],
"results": [
{
"name": "all.lua",
"status": "skip",
"reason": "driver uses dofile to chain other tests",
"ms": 0
},
{
"name": "api.lua",
"status": "skip",
"reason": "requires testC (C debug library)",
"ms": 0
},
{
"name": "attrib.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 5703
},
{
"name": "big.lua",
"status": "timeout",
"reason": "per-test timeout",
"ms": 8008
},
{
"name": "calls.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 4488
},
{
"name": "checktable.lua",
"status": "skip",
"reason": "internal debug helpers",
"ms": 0
},
{
"name": "closure.lua",
"status": "timeout",
"reason": "per-test timeout",
"ms": 8007
},
{
"name": "code.lua",
"status": "skip",
"reason": "bytecode inspection via debug library",
"ms": 0
},
{
"name": "constructs.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 4285
},
{
"name": "db.lua",
"status": "skip",
"reason": "debug library",
"ms": 0
},
{
"name": "errors.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 3049
},
{
"name": "events.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 6639
},
{
"name": "files.lua",
"status": "skip",
"reason": "io library",
"ms": 0
},
{
"name": "gc.lua",
"status": "skip",
"reason": "collectgarbage / finalisers",
"ms": 0
},
{
"name": "literals.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 1774
},
{
"name": "locals.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 1552
},
{
"name": "main.lua",
"status": "skip",
"reason": "standalone interpreter driver",
"ms": 0
},
{
"name": "math.lua",
"status": "fail",
"reason": "arith type error",
"ms": 3789
},
{
"name": "nextvar.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 6939
},
{
"name": "pm.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 5707
},
{
"name": "sort.lua",
"status": "timeout",
"reason": "per-test timeout",
"ms": 8007
},
{
"name": "strings.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 3846
},
{
"name": "vararg.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 2116
},
{
"name": "verybig.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"lua: attempt to call non-functio",
"ms": 534
}
]
}