[Tarantool-patches] [PATCH luajit 0/2] Fix tests for LUAJIT_ENABLE_CHECKHOOK

Igor Munkin imun at tarantool.org
Thu Dec 1 23:28:57 MSK 2022


After enabling LUAJIT_ENABLE_CHECKHOOK options two tests started to fail
due to very tight JIT engine setup. This patchset is aimed to relax JIT
engine setup and make the tests agnostic to the introduced option.

Issue: https://github.com/tarantool/tarantool/issues/7762
Branch: https://github.com/tarantool/luajit/tree/imun/gh-7762-fix-tests-for-checkhook
PR: https://github.com/tarantool/tarantool/pull/7787
CI: https://github.com/tarantool/luajit/commit/ba9d9c8

Igor Munkin (2):
  test: relax JIT setup in lj-430-maxirconst test
  test: relax JIT setup in misc.getmetrics test

 .../lj-430-maxirconst.test.lua                | 23 +++++++++++--------
 .../misclib-getmetrics-capi.test.lua          |  7 ++++--
 .../misclib-getmetrics-lapi.test.lua          |  7 ++++--
 test/tarantool-tests/utils.lua                |  9 ++++++++
 4 files changed, 33 insertions(+), 13 deletions(-)

-- 
2.34.0



More information about the Tarantool-patches mailing list