From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) (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 D605546970F for ; Tue, 26 Nov 2019 11:01:29 +0300 (MSK) Date: Tue, 26 Nov 2019 11:01:28 +0300 From: Kirill Yukhin Message-ID: <20191126080128.7s7mjag6fi43ghcp@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2] test: need ASAN testing in commit process 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 Hello, On 21 ноя 11:12, Alexander V. Tikhonov wrote: > Added ASAN tesing in commit process, used clang-8 for > ASAN build under debian-buster image. Added for testing > only the passing test suites, the rest of the tests > not used and will be enabled during issue #4360. > On cherry pick changes for LTO were not used, due to > LTO testing is not needed on 1.10. > Also added skip condition files for tests: > box/func_reload > box/function1 > which fail only on 1.10 with ASAN. > > Closes #4359 I've checked your patch into 1.10 branch. -- Regards, Kirill Yukhin