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 70C0C22DBB for ; Thu, 5 Sep 2019 10:17:54 -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 gN4WzR4kROzB for ; Thu, 5 Sep 2019 10:17:54 -0400 (EDT) Received: from smtp54.i.mail.ru (smtp54.i.mail.ru [217.69.128.34]) (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 30CD322DB4 for ; Thu, 5 Sep 2019 10:17:54 -0400 (EDT) From: Igor Munkin Subject: [tarantool-patches] [PATCH 0/1] Move luajit-related tests to luajit repo Date: Thu, 5 Sep 2019 17:20:06 +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 All luajit-tap tests moved to luajit repo within this patch Branch: https://github.com/tarantool/luajit/tree/imun/luajit-test-suite Issue: https://github.com/tarantool/tarantool/issues/4478 Igor Munkin (1): test: add tests from tarantool source tree test/fold_bug_LuaJIT_505.test.lua | 21 +++ test/gh.test.lua | 17 +++ test/suite.ini | 5 + test/table_chain_bug_LuaJIT_494.test.lua | 178 +++++++++++++++++++++++ test/unsink_64_kptr.test.lua | 44 ++++++ 5 files changed, 265 insertions(+) create mode 100755 test/fold_bug_LuaJIT_505.test.lua create mode 100755 test/gh.test.lua create mode 100644 test/suite.ini create mode 100755 test/table_chain_bug_LuaJIT_494.test.lua create mode 100755 test/unsink_64_kptr.test.lua -- 2.22.1