From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp17.mail.ru (smtp17.mail.ru [94.100.176.154]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id E85DD45C320 for ; Tue, 12 May 2020 12:53:36 +0300 (MSK) From: sergeyb@tarantool.org Date: Tue, 12 May 2020 12:50:09 +0300 Message-Id: <841b55f0c4f8d53bbb6592f142a60eba4c364393.1589275365.git.sergeyb@tarantool.org> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v5 09/10] Add luacheck supressions for luajit tests List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org Cc: o.piskunov@tarantool.org From: Sergey Bronnikov Closes #4681 Reviewed-by: Igor Munkin --- .luacheckrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.luacheckrc b/.luacheckrc index 26986ffb1..62a0135d1 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -67,6 +67,8 @@ files["test/box/lua/fifo.lua"] = {globals = {"fifomax", "find_or_create_fifo", " files["test/box/lua/identifier.lua"] = {globals = {"run_test"}} files["test/box/lua/require_mod.lua"] = {globals = {"exports"}} files["test/engine/conflict.lua"] = {globals = {"test_conflict"}} +files["test/luajit-tap/gh-4476-fix-string-find-recording.test.lua"] = {ignore = {"231"}} +files["test/luajit-tap/or-232-unsink-64-kptr.test.lua"] = {ignore = {"542"}} files["test/replication/replica_quorum.lua"] = {globals = {"INSTANCE_URI", "nonexistent_uri"}} files["test/replication/replica_on_schema_init.lua"] = {globals = {"trig_local", "trig_engine"}} files["test/replication/lua/fast_replica.lua"] = { -- 2.23.0