From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16941 invoked by alias); 23 Apr 2002 05:07:04 -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 16927 invoked from network); 23 Apr 2002 05:07:02 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 23 Apr 2002 05:07:02 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g3N571t04570 for gdb-patches@sources.redhat.com; Tue, 23 Apr 2002 00:07:01 -0500 Date: Mon, 22 Apr 2002 22:07:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200204230507.g3N571t04570@duracef.shout.net> To: gdb-patches@sources.redhat.com Subject: [patch] fix pr reference syntax in gdb.c++/method.exp X-SW-Source: 2002-04/txt/msg00823.txt.bz2 This fixes method.exp to use the "gdb/NNN" syntax to refer to gnats PR's. Michael C 2002-04-22 Michael Chastain * gdb.c++/method.exp: Fix syntax of reference to gdb/277. Index: method.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.c++/method.exp,v retrieving revision 1.7 diff -c -3 -p -r1.7 method.exp *** method.exp 8 Apr 2002 22:41:46 -0000 1.7 --- method.exp 23 Apr 2002 05:03:46 -0000 *************** gdb_expect { *** 124,131 **** # gcc versions gcc-3_1-branch%20020404 and HEAD%20020404 with -gstabs+ # produce good stabs, but gdb prints "const class {...} *" const. # This is PR gdb/277. ! # setup_kfail "gnats:gdb/277" ! fail "print this in A::bar (gnats:gdb/277)" } -re ".*$gdb_prompt $" { fail "print this in A::bar" } timeout { fail "(timeout) print this in A::bar" } --- 124,131 ---- # gcc versions gcc-3_1-branch%20020404 and HEAD%20020404 with -gstabs+ # produce good stabs, but gdb prints "const class {...} *" const. # This is PR gdb/277. ! # setup_kfail "gdb/277" ! fail "print this in A::bar (gdb/277)" } -re ".*$gdb_prompt $" { fail "print this in A::bar" } timeout { fail "(timeout) print this in A::bar" }