From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10367 invoked by alias); 27 Nov 2010 17:25:36 -0000 Received: (qmail 10355 invoked by uid 22791); 27 Nov 2010 17:25:35 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 27 Nov 2010 17:25:31 +0000 Received: from wpaz24.hot.corp.google.com (wpaz24.hot.corp.google.com [172.24.198.88]) by smtp-out.google.com with ESMTP id oARHPRsN020917 for ; Sat, 27 Nov 2010 09:25:28 -0800 Received: from qyk11 (qyk11.prod.google.com [10.241.83.139]) by wpaz24.hot.corp.google.com with ESMTP id oARHPQx7012859 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Sat, 27 Nov 2010 09:25:26 -0800 Received: by qyk11 with SMTP id 11so6772107qyk.5 for ; Sat, 27 Nov 2010 09:25:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.184.207 with SMTP id cl15mr3248004qcb.190.1290878725926; Sat, 27 Nov 2010 09:25:25 -0800 (PST) Received: by 10.220.203.201 with HTTP; Sat, 27 Nov 2010 09:25:25 -0800 (PST) In-Reply-To: <20101125075847.GA19270@host0.dyn.jankratochvil.net> References: <20101125075847.GA19270@host0.dyn.jankratochvil.net> Date: Sat, 27 Nov 2010 17:25:00 -0000 Message-ID: Subject: Re: RFC: next/finish/etc -vs- exceptions From: Doug Evans To: Jan Kratochvil Cc: Tom Tromey , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes 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-11/txt/msg00468.txt.bz2 On Wed, Nov 24, 2010 at 11:58 PM, Jan Kratochvil wrote: >> diff --git a/gdb/testsuite/gdb.cp/gdb9593.exp b/gdb/testsuite/gdb.cp/gdb= 9593.exp >> new file mode 100644 >> index 0000000..04e9c82 >> --- /dev/null >> +++ b/gdb/testsuite/gdb.cp/gdb9593.exp > > Please do not use numeric names for testcases. =A0When dealing with them = during > regression testing / rebasing etc. it makes more difficult to keep track = of > all the numbers and what they were testing. For reference sake, if this is to become a rule, I think we should codify it in the coding standards. Personally, I don't mind the numbers, but I'm happy to go with the flow.