[Tarantool-patches] [PATCH luajit][v2] test: limit code and comment max length
Sergey Kaplun
skaplun at tarantool.org
Fri Feb 14 18:35:34 MSK 2025
Hi, Sergey!
LGTM!
I've also aplied the following patch to your branch after rebase on
the current tarantool/master:
===================================================================
diff --git a/test/tarantool-tests/fix-recording-bc-varg-used-in-select.test.lua b/test/tarantool-tests/fix-recording-bc-varg-used-in-select.test.lua
index b3a62b5c..f4d222f9 100644
--- a/test/tarantool-tests/fix-recording-bc-varg-used-in-select.test.lua
+++ b/test/tarantool-tests/fix-recording-bc-varg-used-in-select.test.lua
@@ -1,8 +1,12 @@
local tap = require('tap')
+-- luacheck: push no max_comment_line_length
+--
-- Test file to demonstrate incorrect recording of `BC_VARG` that
-- is given to the `select()` function. See also:
-- https://www.freelists.org/post/luajit/Possible-issue-during-register-allocation-ra-alloc1.
+--
+-- luacheck: pop
local test = tap.test('fix-recording-bc-varg-used-in-select'):skipcond({
['Test requires JIT enabled'] = not jit.status(),
===================================================================
--
Best regards,
Sergey Kaplun
More information about the Tarantool-patches
mailing list