From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 381924696C3 for ; Sun, 19 Apr 2020 23:21:35 +0300 (MSK) Date: Sun, 19 Apr 2020 23:14:27 +0300 From: Igor Munkin Message-ID: <20200419201427.GS8314@tarantool.org> References: <20200419190457.GC15133@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200419190457.GC15133@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2 0/2] Enable LuaJIT tests written in C List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Ostanevich Cc: tarantool-patches@dev.tarantool.org, Vladislav Shpilevoy Sergos, Thanks a log for you review! Added both yours and Vlad's tags. On 19.04.20, Sergey Ostanevich wrote: > Hi! > > Thanks, LGTM. > > Sergos > > On 15 апр 03:36, Igor Munkin wrote: > > This series prepares the existing testing machinery to run LuaJIT tests > > requiring libraries implemented in C and enables the existing ones: > > * gh-4427-ffi-sandwich > > * lj-flush-on-trace > > > > Branch: https://github.com/tarantool/tarantool/tree/imun/ffi-sandwich > > > > Changes in v2: > > * Reworked tests considering Vlad's comments. > > > > Igor Munkin (2): > > luajit: bump new version > > test: adjust luajit-tap testing machinery > > > > test/CMakeLists.txt | 17 +++++++++++------ > > third_party/luajit | 2 +- > > 2 files changed, 12 insertions(+), 7 deletions(-) > > > > -- > > 2.25.0 > > -- Best regards, IM