From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110534 invoked by alias); 3 Jan 2019 12:49:07 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 110524 invoked by uid 89); 3 Jan 2019 12:49:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_SHORT,SPF_PASS autolearn=ham version=3.3.2 spammy=02-01-19 X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 03 Jan 2019 12:49:01 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 0DEBAAFCC; Thu, 3 Jan 2019 12:48:59 +0000 (UTC) Subject: Re: [PATCH 4/4][libbacktrace] Add tests for unused formats To: Rainer Orth , Gerald Pfeifer Cc: Ian Lance Taylor , gcc-patches@gcc.gnu.org References: <20181123205612.GA3609@delia> From: Tom de Vries Message-ID: Date: Thu, 03 Jan 2019 12:49:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00101.txt.bz2 On 02-01-19 14:20, Rainer Orth wrote: > Unfortunately, libbacktrace is one of those libraries that don't produce > Dejagnu-style .sum and .log files, so test failures are buried in the > make check output and very easily overlooked. FTR, I've filed PR88002 - "libbacktrace and libiberty tests don't use dejagnu" for that ( https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88002 ). Thanks, - Tom