[Tarantool-patches] [PATCH luajit v9 2/2] test: don't skip tool CLI flag for tarantool
Maxim Kokryashkin
max.kokryashkin at gmail.com
Thu Aug 31 14:35:31 MSK 2023
That skipcond was introduced to overcome the obstacles
of LuaJIT's integration testing in Tarantool. Since
the required patch is now in the Tarantool master, this
skipcond is now unnecessary.
Related to tarantool/tarantool#5688
---
test/tarantool-tests/gh-5688-tool-cli-flag.test.lua | 3 ---
1 file changed, 3 deletions(-)
diff --git a/test/tarantool-tests/gh-5688-tool-cli-flag.test.lua b/test/tarantool-tests/gh-5688-tool-cli-flag.test.lua
index 4dc4f6a1..77204014 100644
--- a/test/tarantool-tests/gh-5688-tool-cli-flag.test.lua
+++ b/test/tarantool-tests/gh-5688-tool-cli-flag.test.lua
@@ -3,9 +3,6 @@ local test = tap.test('gh-5688-tool-cli-flag'):skipcond({
['Profile tools are implemented for x86_64 only'] = jit.arch ~= 'x86' and
jit.arch ~= 'x64',
['Profile tools are implemented for Linux only'] = jit.os ~= 'Linux',
- -- XXX: Tarantool integration is required to run this test properly.
- -- luacheck: no global
- ['No profile tools CLI option integration'] = _TARANTOOL,
})
test:plan(3)
--
2.41.0
More information about the Tarantool-patches
mailing list