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,24 +1,32 @@
{
"totals": {
"pass": 0,
"fail": 16,
"timeout": 0,
"fail": 15,
"timeout": 1,
"skip": 8,
"total": 24,
"runnable": 16,
"pass_rate": 0.0
},
"top_failure_modes": [
[
"parse error",
14
],
[
"undefined symbol: print\\",
1
],
[
"transpile: unsupported node",
6
],
[
"other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
4
],
[
"parse error",
3
],
[
"other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"lua: attempt to call non-functio",
2
],
[
"timeout",
1
]
],
@@ -38,20 +46,20 @@
{
"name": "attrib.lua",
"status": "fail",
"reason": "parse error",
"ms": 3243
"reason": "transpile: unsupported node",
"ms": 5378
},
{
"name": "big.lua",
"status": "fail",
"reason": "undefined symbol: print\\",
"ms": 4383
"status": "timeout",
"reason": "per-test timeout",
"ms": 8007
},
{
"name": "calls.lua",
"status": "fail",
"reason": "parse error",
"ms": 3565
"reason": "transpile: unsupported node",
"ms": 4393
},
{
"name": "checktable.lua",
@@ -62,8 +70,8 @@
{
"name": "closure.lua",
"status": "fail",
"reason": "parse error",
"ms": 3465
"reason": "transpile: unsupported node",
"ms": 5425
},
{
"name": "code.lua",
@@ -75,7 +83,7 @@
"name": "constructs.lua",
"status": "fail",
"reason": "parse error",
"ms": 2522
"ms": 2509
},
{
"name": "db.lua",
@@ -86,14 +94,14 @@
{
"name": "errors.lua",
"status": "fail",
"reason": "parse error",
"ms": 2371
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 2934
},
{
"name": "events.lua",
"status": "fail",
"reason": "parse error",
"ms": 5133
"reason": "transpile: unsupported node",
"ms": 6455
},
{
"name": "files.lua",
@@ -111,13 +119,13 @@
"name": "literals.lua",
"status": "fail",
"reason": "parse error",
"ms": 1434
"ms": 1786
},
{
"name": "locals.lua",
"status": "fail",
"reason": "parse error",
"ms": 1386
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 1554
},
{
"name": "main.lua",
@@ -129,43 +137,43 @@
"name": "math.lua",
"status": "fail",
"reason": "parse error",
"ms": 2427
"ms": 2378
},
{
"name": "nextvar.lua",
"status": "fail",
"reason": "parse error",
"ms": 4241
"reason": "transpile: unsupported node",
"ms": 5918
},
{
"name": "pm.lua",
"status": "fail",
"reason": "parse error",
"ms": 5026
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 5658
},
{
"name": "sort.lua",
"status": "fail",
"reason": "parse error",
"ms": 930
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"lua: attempt to call non-functio",
"ms": 1145
},
{
"name": "strings.lua",
"status": "fail",
"reason": "parse error",
"ms": 3424
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 3696
},
{
"name": "vararg.lua",
"status": "fail",
"reason": "transpile: unsupported node",
"ms": 1931
"ms": 1901
},
{
"name": "verybig.lua",
"status": "fail",
"reason": "parse error",
"ms": 450
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"lua: attempt to call non-functio",
"ms": 533
}
]
}