This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] fix pr reference syntax in gdb.c++/method.exp


This fixes method.exp to use the "gdb/NNN" syntax to refer to gnats PR's.

Michael C

2002-04-22  Michael Chastain  <mec@shout.net>

	* 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" }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]