Tarantool development patches archive
 help / color / mirror / Atom feed
From: Sergey Bronnikov via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: Sergey Kaplun <skaplun@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH luajit] test: disable lj-1196 for Tarantool or x86/x64
Date: Mon, 21 Jul 2025 15:20:57 +0300	[thread overview]
Message-ID: <7c148026-9ddc-4b6e-898a-b84c170c0eb2@tarantool.org> (raw)
In-Reply-To: <20250721081627.4837-1-skaplun@tarantool.org>

[-- Attachment #1: Type: text/plain, Size: 1873 bytes --]

Hello, Sergey,

thanks for the patch!

 > [PATCH luajit] test: disable lj-1196 for Tarantool or x86/x64

s/or/on/?

On 7/21/25 11:16, Sergey Kaplun wrote:
> The test may lead to the assertion failure if run under Tarantool.
> Also, the skip condition for the Tarantool leads to stable fails for
> some builds on x86/x64 architecture, so they are skipped as well.
> See details in the comment to the skip conditions.
> ---

I suppose you want to disable it temporarily, do we need an issue as a 
reminder?

LGTM
>
> Branch:https://github.com/tarantool/luajit/tree/skaplun/disable-lj-1196-tarantool
>
> Originally I want to disable the test only for Tarantool, but faced
> multiple failures in the different workflows:
> https://github.com/tarantool/luajit/actions/runs/16410069543
>
>   .../lj-1196-partial-snap-restore.test.lua                | 9 ++++++++-
>   1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/test/tarantool-tests/lj-1196-partial-snap-restore.test.lua b/test/tarantool-tests/lj-1196-partial-snap-restore.test.lua
> index 4ab78d31..5199ca00 100644
> --- a/test/tarantool-tests/lj-1196-partial-snap-restore.test.lua
> +++ b/test/tarantool-tests/lj-1196-partial-snap-restore.test.lua
> @@ -4,7 +4,14 @@ local tap = require('tap')
>   -- in case of the stack overflow.
>   -- See also:https://github.com/LuaJIT/LuaJIT/issues/1196.
>   
> -local test = tap.test('lj-1196-partial-snap-restore')
> +local test = tap.test('lj-1196-partial-snap-restore'):skipcond({
> +  -- Disable test for Tarantool to avoid failures, see also:
> +  --https://github.com/LuaJIT/LuaJIT/issues/1369.
> +  ['Disabled for Tarantool due to lj-1369'] = _TARANTOOL,
> +  -- Also, it may fail on some non-arm64 runners stable after
> +  -- adding the skip condition above.
> +  ['Disabled for x86/x64 due to lj-1369'] = jit.arch ~= 'arm64',
> +})
>   
>   test:plan(1)
>   

[-- Attachment #2: Type: text/html, Size: 2946 bytes --]

  reply	other threads:[~2025-07-21 12:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-21  8:16 Sergey Kaplun via Tarantool-patches
2025-07-21 12:20 ` Sergey Bronnikov via Tarantool-patches [this message]
2025-07-21 12:29   ` Sergey Kaplun via Tarantool-patches
2025-07-21 12:38     ` Sergey Bronnikov via Tarantool-patches
2025-07-21 12:42       ` Sergey Kaplun via Tarantool-patches
2025-07-21 12:42         ` Sergey Bronnikov via Tarantool-patches
2025-07-25  9:21 ` Sergey Kaplun via Tarantool-patches

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7c148026-9ddc-4b6e-898a-b84c170c0eb2@tarantool.org \
    --to=tarantool-patches@dev.tarantool.org \
    --cc=sergeyb@tarantool.org \
    --cc=skaplun@tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH luajit] test: disable lj-1196 for Tarantool or x86/x64' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox