[Tarantool-patches] [PATCH luajit] test: fix typo in the link to the issue
Sergey Kaplun
skaplun at tarantool.org
Wed Mar 20 10:19:20 MSK 2024
This patch is a follow-up to the
8ec08fc9ed5a6d2b2ee115572e0434a9f5dec99c ("Respect jit.off() on pending
trace exit."). It fixes the typo 'issue'->'issues' to correct the link.
Follows up tarantool/tarantool#9595
---
Since this is just a typo fix, I disabled integration testing (linters
will be disabled too for the "-notest" prefix, so it isn't omitted).
Branch: https://github.com/tarantool/luajit/tree/skaplun/lj-1134-fix-link-nointegration
Related issues:
* https://github.com/tarantool/tarantool/issues/9595
* https://github.com/LuaJIT/LuaJIT/issues/1134
test/tarantool-tests/lj-1134-hotside-jit-off.test.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/tarantool-tests/lj-1134-hotside-jit-off.test.lua b/test/tarantool-tests/lj-1134-hotside-jit-off.test.lua
index 080b1e87..27a778bc 100644
--- a/test/tarantool-tests/lj-1134-hotside-jit-off.test.lua
+++ b/test/tarantool-tests/lj-1134-hotside-jit-off.test.lua
@@ -2,7 +2,7 @@ local tap = require('tap')
-- Test file to demonstrate the JIT misbehaviour, when the side
-- trace is compiled after `jit.off()`.
--- See also: https://github.com/LuaJIT/LuaJIT/issue/1134.
+-- See also: https://github.com/LuaJIT/LuaJIT/issues/1134.
local test = tap.test('lj-1134-hotside-jit-off'):skipcond({
['Test requires JIT enabled'] = not jit.status(),
--
2.44.0
More information about the Tarantool-patches
mailing list