From: Evgeniy Temirgaleev via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: Sergey Kaplun <skaplun@tarantool.org>,
Sergey Bronnikov <sergeyb@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH luajit v3 0/3] build: fixed making tests with ASAN on OSX
Date: Thu, 6 Aug 2026 15:47:51 +0300 [thread overview]
Message-ID: <cover.1786019520.git.e.temirgaleev@tarantool.org> (raw)
This patch fixes building of the LuaJIT tests with sanitizer checks
on macOS. The fix is in the first commit. The second commit enables
sanitizer checks on macOS in CI. The third contains 'other changes'
which is helpful to debug new CI behavior.
Changes in v3:
- compiler selection implemented in 'setup-sanitizers-macos' action.
Some MacOS/Arch/Compiler/ASAN options cases lead to build/test fail.
Such cases were excluded from the workflow matrix. See for details:
- https://github.com/tarantool/tarantool/issues/13018
- https://github.com/tarantool/tarantool/issues/13019
Branch: https://github.com/tarantool/luajit/tree/tmr_g/lj-noticket-fix-test-build-mac
Temir Galeev (3):
test: fixed making tests with ASAN on OSX
ci: enabled sanitizer tests for macOS
ci: added a common way to disable perf workflow
.../README.md | 0
.../action.yml | 8 +-
.../actions/setup-sanitizers-macos/README.md | 15 +++
.../actions/setup-sanitizers-macos/action.yml | 73 +++++++++++++
.github/workflows/performance.yml | 1 +
.github/workflows/sanitizers-testing.yml | 101 ++++++++++++++++--
test/LuaJIT-tests/CMakeLists.txt | 3 +-
test/tarantool-tests/CMakeLists.txt | 3 +-
8 files changed, 191 insertions(+), 13 deletions(-)
rename .github/actions/{setup-sanitizers => setup-sanitizers-linux}/README.md (100%)
rename .github/actions/{setup-sanitizers => setup-sanitizers-linux}/action.yml (76%)
create mode 100644 .github/actions/setup-sanitizers-macos/README.md
create mode 100644 .github/actions/setup-sanitizers-macos/action.yml
--
2.49.0
next reply other threads:[~2026-08-06 12:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-06 12:47 Evgeniy Temirgaleev via Tarantool-patches [this message]
2026-08-06 12:47 ` [Tarantool-patches] [PATCH luajit v3 1/3] test: " Evgeniy Temirgaleev via Tarantool-patches
2026-08-06 12:47 ` [Tarantool-patches] [PATCH luajit v3 2/3] ci: enabled sanitizer tests for macOS Evgeniy Temirgaleev via Tarantool-patches
2026-08-06 12:47 ` [Tarantool-patches] [PATCH luajit v3 3/3] ci: added a common way to disable perf workflow Evgeniy Temirgaleev 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.1786019520.git.e.temirgaleev@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=e.temirgaleev@tarantool.org \
--cc=sergeyb@tarantool.org \
--cc=skaplun@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH luajit v3 0/3] build: fixed making tests with ASAN on OSX' \
/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