From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9247 invoked by alias); 17 Aug 2010 08:10:57 -0000 Received: (qmail 9216 invoked by uid 22791); 17 Aug 2010 08:10:56 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 17 Aug 2010 08:10:52 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B266D2BABAF; Tue, 17 Aug 2010 04:10:50 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5ngVAg+7qAhO; Tue, 17 Aug 2010 04:10:50 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 826D72BAB9E; Tue, 17 Aug 2010 04:10:50 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id D3BEFF58F9; Tue, 17 Aug 2010 01:10:48 -0700 (PDT) Date: Tue, 17 Aug 2010 08:10:00 -0000 From: Joel Brobecker To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [Patch, Testsuite] Update selftest.exp to match c source Message-ID: <20100817081048.GB3599@adacore.com> References: <20100817061849.GA30599@qiyaows> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100817061849.GA30599@qiyaows> User-Agent: Mutt/1.5.20 (2009-06-14) 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 X-SW-Source: 2010-08/txt/msg00254.txt.bz2 > gdb/testsuite/ > 2010-08-17 Yao Qi > > * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case > to reflect latest c source file. Thank you. This is OK. It looks like some other statements might be missing, but we can worry about those if/when we see failures. -- Joel