We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2f6ce commit aa17343Copy full SHA for aa17343
test/tarantool-tests/lj-549-bytecode-loader.test.lua
@@ -1,5 +1,11 @@
1
local tap = require('tap')
2
-local test = tap.test('lj-549-bytecode-loader')
+local test = tap.test('lj-549-bytecode-loader'):skipcond({
3
+ -- XXX: Tarantool doesn't use default LuaJIT loaders, and Lua
4
+ -- bytecode can't be loaded from the shared library. For more
5
+ -- info: https://github.com/tarantool/tarantool/issues/9671.
6
+ -- luacheck: no global
7
+ ['Test uses exotic type of loaders (see #9671)'] = _TARANTOOL,
8
+})
9
10
test:plan(2)
11
0 commit comments