From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 197A2469719 for ; Wed, 14 Oct 2020 22:53:48 +0300 (MSK) Date: Wed, 14 Oct 2020 22:43:10 +0300 From: Igor Munkin Message-ID: <20201014194310.GJ18920@tarantool.org> References: <098b637d1a67b7a0e8215d8d4cd9327b6a0e266c.1602694006.git.skaplun@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <098b637d1a67b7a0e8215d8d4cd9327b6a0e266c.1602694006.git.skaplun@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 2/2] test: disable jit related tests at FreeBSD List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Kaplun Cc: tarantool-patches@dev.tarantool.org Sergey, Thanks for the patch! It LGTM, but I can't stop nitpicking :) On 14.10.20, Sergey Kaplun wrote: > This patch fixes the regression introduced in scope of > 5a61e1ab54b5c66bfebd836db1ac47996611e065 ('misc: add C and Lua API for > platform metrics'). > > As far as newly added tests include trace checks and > https://github.com/tarantool/tarantool/issues/4819 (JIT fails to Minor: Let's be consistent in referring external issues: | tarantool/tarantool#4819 > allocate mcode memory on FreeBSD) has not resolved yet, this tests Typo: s/this/these/. > should be disabled to for running on FreeBSD. Typo: s/to for/while/. > > Follows up tarantool/tarantool#5187 > --- > -- > 2.28.0 > -- Best regards, IM