From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp45.i.mail.ru (smtp45.i.mail.ru [94.100.177.105]) (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 D789D430409 for ; Thu, 20 Aug 2020 14:33:46 +0300 (MSK) Date: Thu, 20 Aug 2020 14:33:42 +0300 From: Kirill Yukhin Message-ID: <20200820113342.4zpujqqjha226eae@tarantool.org> References: <076c9037cb2e19264feff4687112622a58af5435.1597896446.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <076c9037cb2e19264feff4687112622a58af5435.1597896446.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v1] asan/lsan: cleanup suppression lists List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: tarantool-patches@dev.tarantool.org, Alexander Turenko Hello, On 20 авг 07:08, Alexander V. Tikhonov wrote: > Removed asan/lsan suppresions for issues that were not reproduced. > Removed skip condition files for tests that passed testing. > > Part of #4360 > --- > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/asan-restore > Issue: https://github.com/tarantool/tarantool/issues/4360 I've checked your patch into 1.10, 2.4, 2.5 and master. -- Regards, Kirill Yukhin