[Tarantool-patches] [PATCH luajit 2/2 v8] test: don't skip tool CLI flag for tarantool
Maxim Kokryashkin
max.kokryashkin at gmail.com
Fri Aug 25 12:14:46 MSK 2023
That skipcond was introduced to overcome the obstacles
of LuaJIT's integrational 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 b91902fd..33627ee2 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