From: Igor Munkin via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: Sergey Ostanevich <sergos@tarantool.org>, Sergey Kaplun <skaplun@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH luajit 0/3] Fix out-of-source testing on MacOS Date: Mon, 5 Apr 2021 20:11:37 +0300 [thread overview] Message-ID: <cover.1617641697.git.imun@tarantool.org> (raw) This series consists of three patches, but only one is related to the problem per se. So I ought to explain the rationale for two others. The reason is quite clear: I finally got a round tuit[1]. The first patch removes an excess artefact left after converting all testing targets to the corresponding .PHONY rules in scope of #4862. The changeset was so huge, so it's no wonder such minor thing has been left unnoticed. The second patch enhances the testing "framework" used in tarantool-tests set. As a result, one can implement tests for JIT machinery in a simple way via <utils.selfrun>. The third patch of the series is the one fixin #5959: there are many words left for posterity in the commit message (hope you'll have a good time reading it and the blogpost[2] found by Mons). Issue: https://github.com/tarantool/tarantool/issues/5959 Branch: https://github.com/tarantool/luajit/tree/imun/gh-5959-fix-dynamic-modules-loading-on-macos CI: https://github.com/tarantool/tarantool/tree/imun/gh-5959-fix-dynamic-modules-loading-on-macos [1]: https://en.wiktionary.org/wiki/round_tuit [2]: https://briandfoy.github.io/macos-s-system-integrity-protection-sanitizes-your-environment/ Igor Munkin (3): test: remove excess dependency for tests target test: make utils.selfrun usage easier test: fix dynamic modules loading on MacOS test/tarantool-tests/CMakeLists.txt | 42 ++++++++++++-- .../gh-4427-ffi-sandwich.test.lua | 55 ++++++++++--------- .../lj-flush-on-trace.test.lua | 55 ++++++++++--------- test/tarantool-tests/utils.lua | 44 +++++++++++++-- 4 files changed, 134 insertions(+), 62 deletions(-) -- 2.25.0
next reply other threads:[~2021-04-05 17:11 UTC|newest] Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-04-05 17:11 Igor Munkin via Tarantool-patches [this message] 2021-04-05 17:11 ` [Tarantool-patches] [PATCH luajit 1/3] test: remove excess dependency for tests target Igor Munkin via Tarantool-patches 2021-04-06 7:38 ` Sergey Kaplun via Tarantool-patches 2021-04-06 8:02 ` Igor Munkin via Tarantool-patches 2021-04-06 9:51 ` Sergey Kaplun via Tarantool-patches 2021-04-06 15:38 ` Sergey Ostanevich via Tarantool-patches 2021-04-06 16:19 ` Igor Munkin via Tarantool-patches 2021-04-05 17:11 ` [Tarantool-patches] [PATCH luajit 2/3] test: make utils.selfrun usage easier Igor Munkin via Tarantool-patches 2021-04-06 13:01 ` Sergey Kaplun via Tarantool-patches 2021-04-06 13:35 ` Igor Munkin via Tarantool-patches 2021-04-06 16:22 ` Sergey Ostanevich via Tarantool-patches 2021-04-06 18:32 ` Igor Munkin via Tarantool-patches 2021-04-07 12:16 ` Sergey Ostanevich via Tarantool-patches 2021-04-05 17:11 ` [Tarantool-patches] [PATCH luajit 3/3] test: fix dynamic modules loading on MacOS Igor Munkin via Tarantool-patches 2021-04-06 17:02 ` Sergey Ostanevich via Tarantool-patches 2021-04-06 18:05 ` Igor Munkin via Tarantool-patches 2021-04-07 16:38 ` Sergey Kaplun via Tarantool-patches 2021-04-07 17:33 ` Igor Munkin via Tarantool-patches 2021-04-07 21:17 ` [Tarantool-patches] [PATCH luajit 0/3] Fix out-of-source testing " Igor Munkin via Tarantool-patches
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.1617641697.git.imun@tarantool.org \ --to=tarantool-patches@dev.tarantool.org \ --cc=imun@tarantool.org \ --cc=sergos@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH luajit 0/3] Fix out-of-source testing on MacOS' \ /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