Tarantool development patches archive
 help / color / mirror / Atom feed
From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: Igor Munkin <imun@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH] build: add missing module for jit.dump on ARM64
Date: Wed, 19 May 2021 19:55:58 +0300	[thread overview]
Message-ID: <YKVDHmQQccoKSS0O@root> (raw)
In-Reply-To: <20210519121927.GR3944@tarantool.org>

Igor,

LGTM!

On 19.05.21, Igor Munkin wrote:
> Sergey,
> 
> On 18.05.21, Sergey Kaplun wrote:
> > Igor,
> > 
> > On 17.05.21, Igor Munkin wrote:

<snipped>

> > ===================================================================
> > diff --git a/test/app-tap/gh-5983-jit-library-smoke-tests.test.lua b/test/app-tap/gh-5983-jit-library-smoke-tests.test.lua
> > index 72caec2f9..8ff234a12 100755
> > --- a/test/app-tap/gh-5983-jit-library-smoke-tests.test.lua
> > +++ b/test/app-tap/gh-5983-jit-library-smoke-tests.test.lua
> > @@ -39,6 +39,5 @@ end
> >  -- Use *all* jit.dump options, so the test can check them all.
> >  require('jit.dump').start('+tbisrmXaT')
> >  -- Tune JIT engine to make the test faster and more robust.
> > -jit.opt.start('hotloop=1')
> >  -- Record primitive loop.
> > -for _ = 1, 3 do end
> > +for _ = 1, 100 do end
> > ===================================================================
> > 
> > this test fails:
> > 
> > | $ ./test-run.py app-tap/gh-5983-jit-library-smoke-tests.test.lua
> > | ...
> > | [001] app-tap/gh-5983-jit-library-smoke-tests.test.l>                 [ fail ]
> > | [001] Test failed! Output from reject file var/rejects/app-tap/gh-5983-jit-library-smoke-tests.reject:
> > | [001] TAP version 13
> > | [001] 1..1
> > | [001] not ok - jit.dump smoke tests
> > | [001]   ---
> > | [001]   filename: /Users/tntmac07.tarantool.i/s.kaplun/tarantool/master/test/app-tap/gh-5983-jit-library-smoke-tests.test.lua
> > | [001]   trace:
> > | [001]   - line: 0
> > | [001]     source: '@/Users/tntmac07.tarantool.i/s.kaplun/tarantool/master/test/app-tap/gh-5983-jit-library-smoke-tests.test.lua'
> > | [001]     filename: /Users/tntmac07.tarantool.i/s.kaplun/tarantool/master/test/app-tap/gh-5983-jit-library-smoke-tests.test.lua
> > | [001]     what: main
> > | [001]     namewhat: 
> > | [001]     src: '...er/test/app-tap/gh-5983-jit-library-smoke-tests.test.lua'
> > | [001]   line: 0
> > | [001]   expected: '---- TRACE %d start.+---- TRACE %d IR.+---- TRACE %d mcode.+---- TRACE
> > | [001]     %d stop.+---- TRACE %d exit'
> > | [001]   got: 
> > | [001]   ...
> > | [001] # failed subtest: 1
> > 
> > What am I doing wrong?
> 
> Testing this patchset on M1. Use GNU/Linux ARM64 hosts for now.

Yep, thanks!
Checked it on odroid -- it's OK.

> 
> > 
> > > +-- Record primitive loop.
> > > +for _ = 1, 3 do end
> > > 
> > > ================================================================================
> > > 
> > > CI is green[1] now.
> > > 
> 
> <snipped>
> 
> > > 
> > > [1]: https://github.com/tarantool/tarantool/commit/18a4018
> > > 
> > > -- 
> > > Best regards,
> > > IM
> > 
> > -- 
> > Best regards,
> > Sergey Kaplun
> 
> [1]: https://lists.tarantool.org/tarantool-patches/cover.1620678384.git.imun@tarantool.org/T/#t
> 
> -- 
> Best regards,
> IM

-- 
Best regards,
Sergey Kaplun

  reply	other threads:[~2021-05-19 16:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-04  8:29 Igor Munkin via Tarantool-patches
2021-05-11  7:08 ` Sergey Kaplun via Tarantool-patches
2021-05-11  8:28   ` Igor Munkin via Tarantool-patches
2021-05-14 13:13 ` Sergey Ostanevich via Tarantool-patches
2021-05-17  8:39   ` Igor Munkin via Tarantool-patches
2021-05-17 16:34 ` Igor Munkin via Tarantool-patches
2021-05-18  7:14   ` Sergey Kaplun via Tarantool-patches
2021-05-18 15:34     ` Sergey Ostanevich via Tarantool-patches
2021-05-19 13:04       ` Igor Munkin via Tarantool-patches
2021-05-19 12:19     ` Igor Munkin via Tarantool-patches
2021-05-19 16:55       ` Sergey Kaplun via Tarantool-patches [this message]
2021-05-19 17:20 ` Igor Munkin 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=YKVDHmQQccoKSS0O@root \
    --to=tarantool-patches@dev.tarantool.org \
    --cc=imun@tarantool.org \
    --cc=skaplun@tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH] build: add missing module for jit.dump on ARM64' \
    /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