* [patch] fnchange.lst: add testsuite/gdb.c++/pr-1210.{c,exp}
@ 2003-06-26 18:38 Michael Elizabeth Chastain
2003-06-26 18:56 ` Daniel Jacobowitz
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Michael Elizabeth Chastain @ 2003-06-26 18:38 UTC (permalink / raw)
To: gdb-patches
This patch adds pr-1210.cc and pr-1210.exp to fnchange.lst.
I haven't tested this patch. I just wait for the nightly ARI run
and see if I got it right. :)
I'm committing this as an obvious fix to HEAD.
If this works okay in tonight's ARI tables, may I have permission
to commit it to gdb_6_0-branch as well?
Michael C
2003-06-26 Michael Chastain <mec@shout.net>
* config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
gdb/testsuite/gdb.c++/pr-1210.exp.
Index: config/djgpp/fnchange.lst
===================================================================
RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v
retrieving revision 1.52
diff -u -r1.52 fnchange.lst
--- config/djgpp/fnchange.lst 26 Jun 2003 18:09:24 -0000 1.52
+++ config/djgpp/fnchange.lst 26 Jun 2003 18:34:33 -0000
@@ -251,6 +251,8 @@
@V@/gdb/testsuite/gdb.c++/ovldbreak.exp @V@/gdb/testsuite/gdb.cxx/ovldbreak.exp
@V@/gdb/testsuite/gdb.c++/pr-1023.cc @V@/gdb/testsuite/gdb.cxx/pr-1023.cc
@V@/gdb/testsuite/gdb.c++/pr-1023.exp @V@/gdb/testsuite/gdb.cxx/pr-1023.exp
+@V@/gdb/testsuite/gdb.c++/pr-1210.cc @V@/gdb/testsuite/gdb.cxx/pr-1210.cc
+@V@/gdb/testsuite/gdb.c++/pr-1210.exp @V@/gdb/testsuite/gdb.cxx/pr-1210.exp
@V@/gdb/testsuite/gdb.c++/pr-574.cc @V@/gdb/testsuite/gdb.cxx/pr-574.cc
@V@/gdb/testsuite/gdb.c++/pr-574.exp @V@/gdb/testsuite/gdb.cxx/pr-574.exp
@V@/gdb/testsuite/gdb.c++/printmethod.cc @V@/gdb/testsuite/gdb.cxx/printmethod.cc
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [patch] fnchange.lst: add testsuite/gdb.c++/pr-1210.{c,exp}
2003-06-26 18:38 [patch] fnchange.lst: add testsuite/gdb.c++/pr-1210.{c,exp} Michael Elizabeth Chastain
@ 2003-06-26 18:56 ` Daniel Jacobowitz
2003-06-26 19:34 ` Andrew Cagney
2003-06-27 17:42 ` Eli Zaretskii
2 siblings, 0 replies; 5+ messages in thread
From: Daniel Jacobowitz @ 2003-06-26 18:56 UTC (permalink / raw)
To: Michael Elizabeth Chastain; +Cc: gdb-patches
On Thu, Jun 26, 2003 at 02:38:27PM -0400, Michael Elizabeth Chastain wrote:
> This patch adds pr-1210.cc and pr-1210.exp to fnchange.lst.
>
> I haven't tested this patch. I just wait for the nightly ARI run
> and see if I got it right. :)
>
> I'm committing this as an obvious fix to HEAD.
>
> If this works okay in tonight's ARI tables, may I have permission
> to commit it to gdb_6_0-branch as well?
Yes. Thanks for cleaning up.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [patch] fnchange.lst: add testsuite/gdb.c++/pr-1210.{c,exp}
2003-06-26 18:38 [patch] fnchange.lst: add testsuite/gdb.c++/pr-1210.{c,exp} Michael Elizabeth Chastain
2003-06-26 18:56 ` Daniel Jacobowitz
@ 2003-06-26 19:34 ` Andrew Cagney
2003-06-27 17:42 ` Eli Zaretskii
2 siblings, 0 replies; 5+ messages in thread
From: Andrew Cagney @ 2003-06-26 19:34 UTC (permalink / raw)
To: Michael Elizabeth Chastain; +Cc: gdb-patches
> This patch adds pr-1210.cc and pr-1210.exp to fnchange.lst.
>
> I haven't tested this patch. I just wait for the nightly ARI run
> and see if I got it right. :)
>
> I'm committing this as an obvious fix to HEAD.
>
> If this works okay in tonight's ARI tables, may I have permission
> to commit it to gdb_6_0-branch as well?
You're a C++ testsuite maintainer, so your call :-)
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [patch] fnchange.lst: add testsuite/gdb.c++/pr-1210.{c,exp}
2003-06-26 18:38 [patch] fnchange.lst: add testsuite/gdb.c++/pr-1210.{c,exp} Michael Elizabeth Chastain
2003-06-26 18:56 ` Daniel Jacobowitz
2003-06-26 19:34 ` Andrew Cagney
@ 2003-06-27 17:42 ` Eli Zaretskii
2 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2003-06-27 17:42 UTC (permalink / raw)
To: mec; +Cc: gdb-patches
> Date: Thu, 26 Jun 2003 14:38:27 -0400
> From: Michael Elizabeth Chastain <mec@shout.net>
>
> If this works okay in tonight's ARI tables, may I have permission
> to commit it to gdb_6_0-branch as well?
Okay with me. Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [patch] fnchange.lst: add testsuite/gdb.c++/pr-1210.{c,exp}
@ 2003-06-27 2:19 Michael Elizabeth Chastain
0 siblings, 0 replies; 5+ messages in thread
From: Michael Elizabeth Chastain @ 2003-06-27 2:19 UTC (permalink / raw)
To: gdb-patches
This patch fixed the problem as reported in the ARI table for 'current',
so I've committed it to gdb_6_0-branch as well.
Michael C
2003-06-26 Michael Chastain <mec@shout.net>
* config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
gdb/testsuite/gdb.c++/pr-1210.exp.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-06-27 17:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-26 18:38 [patch] fnchange.lst: add testsuite/gdb.c++/pr-1210.{c,exp} Michael Elizabeth Chastain
2003-06-26 18:56 ` Daniel Jacobowitz
2003-06-26 19:34 ` Andrew Cagney
2003-06-27 17:42 ` Eli Zaretskii
2003-06-27 2:19 Michael Elizabeth Chastain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox