From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 98C54231BA for ; Thu, 5 Sep 2019 09:59:38 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GpHEpCOzM-Rn for ; Thu, 5 Sep 2019 09:59:38 -0400 (EDT) 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 turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id E59A520AD8 for ; Thu, 5 Sep 2019 09:59:37 -0400 (EDT) From: Igor Munkin Subject: [tarantool-patches] [PATCH 0/1] Move luajit-related tests to luajit repo Date: Thu, 5 Sep 2019 17:01:52 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: tarantool-patches@freelists.org Cc: Igor Munkin As discussed offline with Sasha Turenko I propose to move luajit-related tests to its repo and adjust testing procedure to search these chunks in luajit submodule directory. The most valuable benefits of this approach are the following: * Excess testing machinery is not required directly in luajit repo considering whole CI process setup for tarantool and its static linking with libluajit * All new tests related to luajit fixes and enhancements can be added within a single patch with the corresponding changeset Branch: https://github.com/tarantool/tarantool/tree/imun/gh-4478-move-lj-tests Issue: https://github.com/tarantool/tarantool/issues/4478 Igor Munkin (1): test: move luajit-tap suite to luajit repo .gitignore | 1 + test/CMakeLists.txt | 10 + test/luajit-tap/fold_bug_LuaJIT_505.test.lua | 20 -- test/luajit-tap/gh.test.lua | 17 -- test/luajit-tap/suite.ini | 5 - .../table_chain_bug_LuaJIT_494.test.lua | 178 ------------------ test/luajit-tap/unsink_64_kptr.test.lua | 44 ----- 7 files changed, 11 insertions(+), 264 deletions(-) delete mode 100755 test/luajit-tap/fold_bug_LuaJIT_505.test.lua delete mode 100755 test/luajit-tap/gh.test.lua delete mode 100644 test/luajit-tap/suite.ini delete mode 100755 test/luajit-tap/table_chain_bug_LuaJIT_494.test.lua delete mode 100755 test/luajit-tap/unsink_64_kptr.test.lua -- 2.22.1