From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2965 invoked by alias); 19 Jun 2011 21:31:28 -0000 Received: (qmail 2957 invoked by uid 22791); 19 Jun 2011 21:31:27 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta06.emeryville.ca.mail.comcast.net (HELO qmta06.emeryville.ca.mail.comcast.net) (76.96.30.56) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 19 Jun 2011 21:31:11 +0000 Received: from omta23.emeryville.ca.mail.comcast.net ([76.96.30.90]) by qmta06.emeryville.ca.mail.comcast.net with comcast id xxWJ1g0031wfjNsA6xX9Zz; Sun, 19 Jun 2011 21:31:09 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta23.emeryville.ca.mail.comcast.net with comcast id xxXM1g0050BKwT48jxXMC7; Sun, 19 Jun 2011 21:31:22 +0000 Subject: Re: [testsuite] scan-dump variants to use 'unresolved' for missing dump file Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Mike Stump In-Reply-To: <4DFAA9B9.1010100@codesourcery.com> Date: Sun, 19 Jun 2011 23:07:00 -0000 Cc: "gcc-patches@gcc.gnu.org" Content-Transfer-Encoding: 7bit Message-Id: References: <4DFAA9B9.1010100@codesourcery.com> To: Janis Johnson X-IsSubscribed: yes 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 X-SW-Source: 2011-06/txt/msg01422.txt.bz2 On Jun 16, 2011, at 6:11 PM, Janis Johnson wrote: > Currently, scan-dump variants treat a missing dump file as a failure and > append ": dump file does not exist" to the test message that would be > used with pass or fail. This patch treats it as unresolved instead, > using the same test message as for pass/fail and reporting the reason > in the log file. > > Tested with dummy tests that use all of these procs for either pass, > fail, or unresolved. OK for trunk, and later for 4.6? Ok.