Tarantool development patches archive
 help / color / mirror / Atom feed
From: Igor Munkin <imun@tarantool.org>
To: tarantool-patches@freelists.org
Cc: Igor Munkin <imun@tarantool.org>
Subject: [tarantool-patches] [PATCH 0/1] Move luajit-related tests to luajit repo
Date: Thu,  5 Sep 2019 17:01:52 +0300	[thread overview]
Message-ID: <cover.1567686431.git.imun@tarantool.org> (raw)

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

             reply	other threads:[~2019-09-05 13:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-05 14:01 Igor Munkin [this message]
2019-09-05 14:01 ` [tarantool-patches] [PATCH 1/1] test: move luajit-tap suite " Igor Munkin
2019-09-10 14:17   ` [tarantool-patches] " Alexander Turenko
2019-09-10 15:49     ` [tarantool-patches] Re[2]: [tarantool-patches] " Igor Munkin
2019-09-10 16:08       ` [tarantool-patches] " Alexander Turenko
2019-09-11 18:22 ` [tarantool-patches] Re: [PATCH 0/1] Move luajit-related tests " Kirill Yukhin
2019-09-05 14:20 [tarantool-patches] " Igor Munkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1567686431.git.imun@tarantool.org \
    --to=imun@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='Re: [tarantool-patches] [PATCH 0/1] Move luajit-related tests to luajit repo' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox