Skip to content

Commit aa17343

Browse files
committed
fixup! Fix embedded bytecode loader.
1 parent ee2f6ce commit aa17343

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/tarantool-tests/lj-549-bytecode-loader.test.lua

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
local tap = require('tap')
2-
local test = tap.test('lj-549-bytecode-loader')
2+
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+
})
39

410
test:plan(2)
511

0 commit comments

Comments
 (0)