lua: vararg ... transpile (spreads in call+table last pos); 6x transpile-unsup fixed +6 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled

This commit is contained in:
2026-04-24 19:38:22 +00:00
parent cf4d19fb94
commit 743e0bae87
6 changed files with 177 additions and 69 deletions

View File

@@ -9,13 +9,9 @@
"pass_rate": 0.0
},
"top_failure_modes": [
[
"transpile: unsupported node",
6
],
[
"other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
4
5
],
[
"parse error",
@@ -25,9 +21,29 @@
"other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"lua: attempt to call non-functio",
2
],
[
"other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"lua: module 'string' not found\\\\",
1
],
[
"timeout",
1
],
[
"undefined symbol: collectgarbage\\",
1
],
[
"undefined symbol: setfenv\\",
1
],
[
"undefined symbol: T\\",
1
],
[
"undefined symbol: arg\\",
1
]
],
"results": [
@@ -46,20 +62,20 @@
{
"name": "attrib.lua",
"status": "fail",
"reason": "transpile: unsupported node",
"ms": 5378
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"lua: module 'string' not found\\\\",
"ms": 5744
},
{
"name": "big.lua",
"status": "timeout",
"reason": "per-test timeout",
"ms": 8007
"ms": 8004
},
{
"name": "calls.lua",
"status": "fail",
"reason": "transpile: unsupported node",
"ms": 4393
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 4612
},
{
"name": "checktable.lua",
@@ -70,8 +86,8 @@
{
"name": "closure.lua",
"status": "fail",
"reason": "transpile: unsupported node",
"ms": 5425
"reason": "undefined symbol: collectgarbage\\",
"ms": 6160
},
{
"name": "code.lua",
@@ -83,7 +99,7 @@
"name": "constructs.lua",
"status": "fail",
"reason": "parse error",
"ms": 2509
"ms": 2720
},
{
"name": "db.lua",
@@ -95,13 +111,13 @@
"name": "errors.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 2934
"ms": 3172
},
{
"name": "events.lua",
"status": "fail",
"reason": "transpile: unsupported node",
"ms": 6455
"reason": "undefined symbol: setfenv\\",
"ms": 6976
},
{
"name": "files.lua",
@@ -125,7 +141,7 @@
"name": "locals.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 1554
"ms": 1707
},
{
"name": "main.lua",
@@ -137,43 +153,43 @@
"name": "math.lua",
"status": "fail",
"reason": "parse error",
"ms": 2378
"ms": 2475
},
{
"name": "nextvar.lua",
"status": "fail",
"reason": "transpile: unsupported node",
"ms": 5918
"reason": "undefined symbol: T\\",
"ms": 6743
},
{
"name": "pm.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 5658
"ms": 5928
},
{
"name": "sort.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"lua: attempt to call non-functio",
"ms": 1145
"ms": 1169
},
{
"name": "strings.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"assertion failed!\\\\\\\"\\",
"ms": 3696
"ms": 3872
},
{
"name": "vararg.lua",
"status": "fail",
"reason": "transpile: unsupported node",
"ms": 1901
"reason": "undefined symbol: arg\\",
"ms": 2140
},
{
"name": "verybig.lua",
"status": "fail",
"reason": "other: Unhandled exception: \\\"Unhandled exception: \\\\\\\"lua: attempt to call non-functio",
"ms": 533
"ms": 553
}
]
}