From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2889 invoked by alias); 3 Aug 2005 18:23:43 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2845 invoked by uid 22791); 3 Aug 2005 18:23:38 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 03 Aug 2005 18:23:38 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1E0Ntw-0003tY-57 for gdb-patches@sources.redhat.com; Wed, 03 Aug 2005 14:23:36 -0400 Date: Wed, 03 Aug 2005 18:23:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: MI testsuite to use PTY for inferior Message-ID: <20050803182336.GA14947@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <17131.5769.342629.658975@farnswood.snap.net.nz> <20050730173855.GA21401@white> <17131.64575.780190.163527@farnswood.snap.net.nz> <20050730230309.GA22547@white> <20050731012111.GB13808@nevyn.them.org> <20050803020653.GC29999@white> <20050803131900.GA5169@nevyn.them.org> <20050803182157.GA31469@white> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050803182157.GA31469@white> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-08/txt/msg00055.txt.bz2 On Wed, Aug 03, 2005 at 02:21:57PM -0400, Bob Rossi wrote: > The last known issue is to discuss if it matters that mi_gdb_test will > give 1 PASS if there is no inferior data, 2 PASS's if there is inferior > data and it matches, or 1 PASS and 1 FAIL if there is inferior data and > it doesn't match. (This assumes that the GDB data matches). Is this OK? > I think it is. This is fine with me. As long as it's a static property of the test, rather than a dynamic property of the test results, I don't care how many pass/fails it turns into. Two is more expressive. -- Daniel Jacobowitz CodeSourcery, LLC