From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (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 1C9BF4696C3 for ; Mon, 20 Apr 2020 10:10:09 +0300 (MSK) Date: Mon, 20 Apr 2020 10:10:08 +0300 From: Kirill Yukhin Message-ID: <20200420071008.p4gd673a4jzjm3ox@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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: Igor Munkin Cc: tarantool-patches@dev.tarantool.org, Vladislav Shpilevoy Hello, 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 I've checked your patch into 1.10, 2.2, 2.3 and master. -- Regards, Kirill Yukhin