* [Tarantool-patches] [PATCH luajit] test: fix checking macro support in dbg tests
@ 2026-09-08 21:50 Mikhail Elhimov via Tarantool-patches
2026-09-14 8:38 ` Sergey Kaplun via Tarantool-patches
0 siblings, 1 reply; 2+ messages in thread
From: Mikhail Elhimov via Tarantool-patches @ 2026-09-08 21:50 UTC (permalink / raw)
To: Sergey Kaplun, Sergey Bronnikov, Evgeniy Temirgaleev; +Cc: tarantool-patches
follow-up 7b919c0c0cc5089dc4a61511a502a9ab46c72a2b
---
Branch: https://github.com/tarantool/luajit/tree/elhimov/gh-noticket-test-dbg-fix-checking-macro-support
test/tarantool-debugger-tests/debug-extension-tests.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/tarantool-debugger-tests/debug-extension-tests.py b/test/tarantool-debugger-tests/debug-extension-tests.py
index 895171a4..ab44121c 100644
--- a/test/tarantool-debugger-tests/debug-extension-tests.py
+++ b/test/tarantool-debugger-tests/debug-extension-tests.py
@@ -172,7 +172,7 @@ class TestCaseBase(unittest.TestCase):
def check_macro_debug_info():
cmd_file = persist('\n'.join([
'b lj_cf_print',
- *PROCESS_RUN,
+ PROCESS_RUN,
'n',
'p gcval(L->base)',
'q',
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Tarantool-patches] [PATCH luajit] test: fix checking macro support in dbg tests
2026-09-08 21:50 [Tarantool-patches] [PATCH luajit] test: fix checking macro support in dbg tests Mikhail Elhimov via Tarantool-patches
@ 2026-09-14 8:38 ` Sergey Kaplun via Tarantool-patches
0 siblings, 0 replies; 2+ messages in thread
From: Sergey Kaplun via Tarantool-patches @ 2026-09-14 8:38 UTC (permalink / raw)
To: Mikhail Elhimov; +Cc: tarantool-patches
Hi, Mikhail!
Thanks for the patch!
Honestly, I don't understand what problem it solves. Could you please
add a more verbose commit message?
On 09.09.26, Mikhail Elhimov wrote:
> follow-up 7b919c0c0cc5089dc4a61511a502a9ab46c72a2b
> ---
> Branch: https://github.com/tarantool/luajit/tree/elhimov/gh-noticket-test-dbg-fix-checking-macro-support
>
> test/tarantool-debugger-tests/debug-extension-tests.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/tarantool-debugger-tests/debug-extension-tests.py b/test/tarantool-debugger-tests/debug-extension-tests.py
> index 895171a4..ab44121c 100644
> --- a/test/tarantool-debugger-tests/debug-extension-tests.py
> +++ b/test/tarantool-debugger-tests/debug-extension-tests.py
> @@ -172,7 +172,7 @@ class TestCaseBase(unittest.TestCase):
> def check_macro_debug_info():
> cmd_file = persist('\n'.join([
> 'b lj_cf_print',
> - *PROCESS_RUN,
> + PROCESS_RUN,
> 'n',
> 'p gcval(L->base)',
> 'q',
> --
> 2.43.0
>
--
Best regards,
Sergey Kaplun
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-14 8:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-08 21:50 [Tarantool-patches] [PATCH luajit] test: fix checking macro support in dbg tests Mikhail Elhimov via Tarantool-patches
2026-09-14 8:38 ` Sergey Kaplun via Tarantool-patches
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox