From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58155 invoked by alias); 6 Oct 2016 15:19:00 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 58108 invoked by uid 89); 6 Oct 2016 15:18:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=commitments X-HELO: mailapp01.imgtec.com Received: from mailapp02.imgtec.com (HELO mailapp01.imgtec.com) (217.156.133.132) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 06 Oct 2016 15:18:58 +0000 Received: from HHMAIL03.hh.imgtec.org (unknown [10.44.0.21]) by Forcepoint Email with ESMTPS id 69C972138BA3C; Thu, 6 Oct 2016 16:18:52 +0100 (IST) Received: from HHMAIL01.hh.imgtec.org (10.100.10.19) by HHMAIL03.hh.imgtec.org (10.44.0.21) with Microsoft SMTP Server (TLS) id 14.3.294.0; Thu, 6 Oct 2016 16:18:55 +0100 Received: from [10.20.78.81] (10.20.78.81) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server id 14.3.294.0; Thu, 6 Oct 2016 16:18:54 +0100 Date: Thu, 06 Oct 2016 15:19:00 -0000 From: "Maciej W. Rozycki" To: Simon Marchi CC: Subject: Re: [committed] testsuite: solib-disc: Use `standard_output_file' In-Reply-To: <22969fb9beb08775c70e452df7bc1def@simark.ca> Message-ID: References: <22969fb9beb08775c70e452df7bc1def@simark.ca> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2016-10/txt/msg00126.txt.bz2 On Thu, 6 Oct 2016, Simon Marchi wrote: > Did you consider using standard_testfile to define the usual testfile, srcfile > and binfile? Nope, I've got too many commitments right now to make non-essential clean-ups. Please feel free to try yourself. Maciej