From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x230.google.com (mail-oi1-x230.google.com [IPv6:2607:f8b0:4864:20::230]) by sourceware.org (Postfix) with ESMTPS id 6724F3858D37 for ; Thu, 20 Jan 2022 19:35:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6724F3858D37 Received: by mail-oi1-x230.google.com with SMTP id e81so10419555oia.6 for ; Thu, 20 Jan 2022 11:35:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc:content-transfer-encoding; bh=kicvIT839vd8rrGdHyHkK1q9M1/et07wGibfZq8XEfU=; b=QRWgd5NO/E1hH3p72W2qEoyJulh8vGGkws4c4KLTro9TcI6FVrdrpkVaz1Hye+QcY3 ZVIBSIkZQkN7xoZ9/f3JMp2SnoDG0FCj/Cr7O4WJQ11TuT3vfB42GSKNRSAROXLkZSVv y3b3TWfOfQOGu0mGpvBZ3+Fd+65CNcsgqAODj+1O5bAEvd6FQL1kFRsM7E3SVSKFse4z M4JxyQ/IPrae4A21WonTgMl3M24nx5A3GID57h3bQaRAYp5+8GfwZS7H3VxIFfcDcbya qT1cuzEbkbKVnd0HF1Y4ylbD+Wo57sFdj34haDam/vBgYJX7zi5AXi+i6cRdsfHvjETH 68Cg== X-Gm-Message-State: AOAM532eBjVFGvtd6eMaQv7jYXjlywoGXOg7Fy4D/yAJ0M85CwS6dZAb oppicRuDZ3swnfdMR5MoFN8oy75m76GfahS6MeRf4oVY X-Google-Smtp-Source: ABdhPJxyPIkY/jAuOLrfkLsllvZR7EseqT/wGLIvC19VvJ2EJKJDe5cFqz/KkGGollVfnOeDvfLvLZYI/BJWCoz7yAI= X-Received: by 2002:aca:1a08:: with SMTP id a8mr403225oia.22.1642707312531; Thu, 20 Jan 2022 11:35:12 -0800 (PST) MIME-Version: 1.0 References: <20211206144043.858697-1-ahajkova@redhat.com> <20220112171539.3205267-1-ahajkova@redhat.com> In-Reply-To: <20220112171539.3205267-1-ahajkova@redhat.com> Reply-To: alexandra.khirnova@gmail.com From: =?UTF-8?Q?Alexandra_H=C3=A1jkov=C3=A1?= Date: Thu, 20 Jan 2022 20:35:01 +0100 Message-ID: Subject: Re: [PATCH] Add valgrind smoke test To: libc-alpha@sourceware.org Cc: =?UTF-8?Q?Alexandra_H=C3=A1jkov=C3=A1?= , Mark Wielaard , dj@redhat.com, Adhemerval Zanella , Joseph Myers Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2022 19:35:14 -0000 On Wed, Jan 12, 2022 at 6:15 PM Alexandra H=C3=A1jkov=C3=A1 wrote: > > From: Alexandra H=C3=A1jkov=C3=A1 > > Check if whether valgrind is available in the test environment. > If not, skip the test. Run smoke tests with valgrind to verify dynamic lo= ader. > First, check if algrind works with the system ld.so in the test > environment. Then run the actual test inside the test environment, > using the just build ld.so and new libraries. > > Co-authored-by: Mark Wielaard Are there any objections to the new version? Thank you, Alexandra