LuaJIT / LuaJIT-test-cleanup

Cleanup Workspace for LuaJIT tests
46 stars 19 forks source link

Test 366 failing on LuaJIT v2.1 #14

Open lukego opened 7 years ago

lukego commented 7 years ago

Test 366 is failing for me with the v2.1 branch (commit luajit/luajit@d3e36e7920c641410dfcdf1fc6c10069fd3192a6):

$ ~/git/luajit/src/luajit test.lua 366
[366/508] lib/contents.lua --- pre-5.2 table
lib/contents.lua:80: got: "concat:foreach:foreachi:getn:insert:maxn:move:remove:sort"
expected: "concat:foreach:foreachi:getn:insert:maxn:remove:sort"
stack traceback:
        [C]: in function 'error'
        lib/contents.lua:17: in function 'check'
        lib/contents.lua:80: in function <lib/contents.lua:79>
        [C]: in function 'xpcall'
        test.lua:378: in function 'execute_plan'
        test.lua:413: in main chunk
        [C]: at 0x00404a70
0 passed, 1 failed

Any tips on how to resolve this?

sindrom91 commented 7 years ago

I would say that the first commit of this pull request fixes it.

lukego commented 7 years ago

@sindrom91 Cool! I hope somebody will merge that. (See also #11.)