[patch] gdb.c++/local.exp: add pr numbers

Michael Elizabeth Chastain mec@shout.net
Sat Apr 13 23:41:00 GMT 2002


Daniel Berlin writes:

I am going to hold off on my bug-referencing patches to gdb.c++/*.exp
while we have some discussion.

> Bugzilla bug ids for gnats bugs will be the same as they were for gnats.

Okay.

> Um, if you simply write something fitting the regex bug(\s|%\#)*(\d+) ,
> bugzilla will make it link to the bug in question.

That sounds mostly good to me.  (Right now I am really glad that I've
learned enough Perl to read those Perl regex's).

However, it looks like the "gdb" part is implicit, such as:

  bug %#277

I want to mark all the gdb bugs (KFAILs) with gdb bug numbers,
so that would work.  I also want to mark all the environment bugs (XFAILs)
with bug numbers for their corresponding systems.  How can I cite a gcc
bug number in a gdb XFAIL?

Similarly, if someone outside gdb wants to refer to a gdb bug,
then "bug %#277" is not quite enough context, because it doesn't specify
which bugzilla database it's talking about.  I'd like it better if there
were a form with the bugzilla database name in the string.

> I'm not going to modify the bugzilla source (to recognize any other
> citation forms, as this highlighting is done in a routine used all over
> the place (and thus, it's harder to verify a given regex does what you
> expect in all cases), and I am specifically trying to avoid making any
> changes to the perl source that can be avoided (the templates are
> expected to be changed).

Well, I think any coherent system is better than what we have now,
which is no information.  If I can mark all the KFAILs, and let the
XFAILs twist in the wind, I can live with that.

Michael C



More information about the Gdb-patches mailing list