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 5028042F97A for ; Fri, 27 Mar 2020 16:29:57 +0300 (MSK) From: Igor Munkin Date: Fri, 27 Mar 2020 16:23:34 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/4] Enable LuaJIT tests written in C List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Ostanevich , Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org 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 Igor Munkin (4): luajit: bump new version test: adjust luajit-tap testing machinery test: enable luajit-tap:gh-4427-ffi-sandwich tests test: enable luajit-tap:lj-flush-on-trace tests test/CMakeLists.txt | 17 +++++++----- test/app-tap/gh-4427-ffi-sandwich.test.lua | 30 ++++++++++++++++++++++ test/app-tap/lj-flush-on-trace.test.lua | 30 ++++++++++++++++++++++ third_party/luajit | 2 +- 4 files changed, 72 insertions(+), 7 deletions(-) create mode 100755 test/app-tap/gh-4427-ffi-sandwich.test.lua create mode 100755 test/app-tap/lj-flush-on-trace.test.lua -- 2.25.0