[Tarantool-patches] [PATCH luajit 0/2] Respect LUAJIT_DISABLE_SYSPROF in sysprof tests

Sergey Bronnikov estetus at gmail.com
Fri Dec 6 10:05:58 MSK 2024


From: Sergey Bronnikov <sergeyb at tarantool.org>

Tests for sysprof is enabled when sysprof support is disabled
(macro LUAJIT_DISABLE_SYSPROF). The patch add skips in such case.

Branch: https://github.com/tarantool/luajit/tree/ligurio/gh-xxxx-skip-sysprof-tests
PR: https://github.com/tarantool/tarantool/pull/10898

Sergey Bronnikov (2):
  test: small fixes in gh-8594-sysprof-ffunc-crash
  test: skip sysprof tests with LUAJIT_DISABLE_SYSPROF

 test/tarantool-c-tests/gh-8594-sysprof-ffunc-crash.test.c | 8 ++++++--
 test/tarantool-c-tests/misclib-sysprof-capi.test.c        | 4 ++++
 test/tarantool-tests/CMakeLists.txt                       | 4 ++++
 .../profilers/gh-5688-tool-cli-flag.test.lua              | 2 ++
 .../profilers/gh-5813-resolving-of-c-symbols.test.lua     | 2 ++
 .../gh-7264-add-proto-trace-sysprof-default.test.lua      | 2 ++
 .../gh-9217-profile-parsers-error-handling.test.lua       | 2 ++
 .../profilers/misclib-sysprof-lapi.test.lua               | 2 ++
 8 files changed, 24 insertions(+), 2 deletions(-)

-- 
2.34.1



More information about the Tarantool-patches mailing list