[Tarantool-patches] [PATCH 0/4] Enable LuaJIT tests written in C

Igor Munkin imun at tarantool.org
Fri Mar 27 16:23:34 MSK 2020


This series prepares the existing testing machinery to run LuaJIT tests
requiring libraries implemented in C and enables the existing ones:
* gh-4427-ffi-sandwich
* lj-flush-on-trace

Igor Munkin (4):
  luajit: bump new version
  test: adjust luajit-tap testing machinery
  test: enable luajit-tap:gh-4427-ffi-sandwich tests
  test: enable luajit-tap:lj-flush-on-trace tests

 test/CMakeLists.txt                        | 17 +++++++-----
 test/app-tap/gh-4427-ffi-sandwich.test.lua | 30 ++++++++++++++++++++++
 test/app-tap/lj-flush-on-trace.test.lua    | 30 ++++++++++++++++++++++
 third_party/luajit                         |  2 +-
 4 files changed, 72 insertions(+), 7 deletions(-)
 create mode 100755 test/app-tap/gh-4427-ffi-sandwich.test.lua
 create mode 100755 test/app-tap/lj-flush-on-trace.test.lua

-- 
2.25.0



More information about the Tarantool-patches mailing list