From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21101 invoked by alias); 4 Sep 2014 19:31:33 -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 21086 invoked by uid 89); 4 Sep 2014 19:31:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 X-HELO: layla.krisman.be Received: from layla.krisman.be (HELO layla.krisman.be) (176.31.208.35) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 04 Sep 2014 19:31:32 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (envelope-from ) id 1XPche-0006BF-Ml for gdb-patches@sourceware.org; Thu, 04 Sep 2014 21:28:19 +0200 From: Gabriel Krisman Bertazi To: gdb-patches@sourceware.org Subject: Re: [PING] [PATCH] Fix gdb.fortran/array-element.exp failures. References: <1404453487-20108-1-git-send-email-gabriel@krisman.be> <87zjgobth0.fsf@Argo.krisman.be> <8761jbbu6l.fsf@Argo.krisman.be> <87lhrv36pm.fsf@Argo.krisman.be> <87zjf3sqrd.fsf@krisman.be> <87r4048546.fsf_-_@krisman.be> Date: Thu, 04 Sep 2014 19:31:00 -0000 In-Reply-To: <87r4048546.fsf_-_@krisman.be> (Gabriel Krisman Bertazi's message of "Mon, 25 Aug 2014 21:30:17 -0300") Message-ID: <87wq9jqj1u.fsf@anubis.Home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00131.txt.bz2 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-length: 1265 Ping. Is this ok for approval? > 2014-08-17 Gabriel Krisman Bertazi > > * gdb.fortran/array-element.exp: Remove wrong "continue" > command. Simplify test case. > > diff --git a/gdb/testsuite/gdb.fortran/array-element.exp b/gdb/testsuite/= gdb.fortran/array-element.exp > index 579db03..1ac3623 100644 > --- a/gdb/testsuite/gdb.fortran/array-element.exp > +++ b/gdb/testsuite/gdb.fortran/array-element.exp > @@ -31,18 +31,9 @@ if ![runto sub_] then { > continue > } >=20=20 > -set bp_location [gdb_get_line_number "continue"] > -gdb_test "break $bp_location" \ > - "Breakpoint.*at.* file .*$srcfile, line $bp_location\\." \ > - "breakpoint at continue" > - > -gdb_test "continue" \ > - "Continuing\\..*Breakpoint.*" \ > - "continue to breakpoint" > -gdb_test "print a(1)" ".*1 =3D 1.*" "print the first element of array a" > +gdb_breakpoint [gdb_get_line_number "continue"] > +gdb_continue_to_breakpoint "continue" >=20=20 > -gdb_test "continue" \ > - "Continuing\\..*Breakpoint.*" \ > - "continue to breakpoint once again" > +gdb_test "print a(1)" ".*1 =3D 1.*" "print the first element of array a" > gdb_test "print a(2)" ".*2 =3D 2.*" "print the second element of array a" --=20 Gabriel Krisman Bertazi --=-=-= Content-Type: application/pgp-signature Content-length: 818 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUCL4NAAoJEO9pqxSS5VgPUd0P/3L2g/sfzsqIPYYQo8+5x8h4 2vm/72wMQ9f8MgRutoh8wXLQV99m3C+2sCok9UOahwhkcUb1AfX8OERVFDh84eoV Q3RKnTwpOnn4YL6OppvmmGiOxADeKxpbqfOkaZusLrKP/pLCWLIPhwRAh1ow+IMU rJhqRECVokKbxklUbTk4a1cyFx/FHn3B7dvO/UUcsDjDr1t5HjELnj2LACOEbFt1 GjgLfqM+50YjprJ1kBv1NYua4AFtpVJwyYsaRO1fanY97/U5b09PuHuP2uUKfShp 19Nd+2zShq3vUQMMXM5TQs8TYjrOBnQG3XYuu5PsKWRqw7l0+8XFNyYqQ4kYAavZ bUE4bfaf+7pX9DjP8a9jsFxpOgy0n8LofG+rXGCIYl5Yuj5Y27sZxcGWtkgHcSnt DbWfML1gD4mCNTUwrAhUICYg6BSRnpturfj0bzVhVrl6rwoP2JeYaGe/nwxb5i2m 15vX8GA9FKFJvnswu/8qJqNjx9/oSG0doCmIrvxJBUTJsjFq9PWHl1OQsdY2PDfP 09SlbFAzzGgBoXOXOXNHayduBR0mGLXpCFe7V59RHU6T2IpzjTcrYkrh7tTnDnVj bjf4/9N0vhIfvAcx5eDU1zaDBaVp/02Bcr4EqS8uwzPQrX/roU7f0HsAEuqJ41VM mTcY0aH/tdS6gHnjSMLL =XGEJ -----END PGP SIGNATURE----- --=-=-=--