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]

Re: [patch/rfc] Remove all setup_xfail's from testsuite/gdb.mi/



Michael Elizabeth Chastain wrote:> My two cents ...
Daniel J suggests that we keep making improvements:
  > XFAIL->KFAIL
  > random XFAIL->analyzed XFAIL
  > XFAIL->PASS

The problem is that, in the source code, "setup_xfail" looks the same
for both our crap legacy XFAIL's and the nice new analyzed xfail's.

Perhaps a little mechanism like "gdb_mark_external_fail" would help.
Then "grep xfail" would find only the shrinking pool of old stuff.

You are right, we need some way to distinguish what have been verified and what has not yet been.

But if we do what Andrew proposes and get rid of all old PR and HP bug number markings we can make the distinction visually. setup_xfail lines without a bug number have not yet been verified. There aren't that many that would make it so hard, and the poorly marked ones related to stabs or old compilers do show up in your reports very clearly (just diff with a dwarf2 on a new compiler results). And as the reports point out, there are only 71 that are not that case.

Just one note: there are cases where the XFAIL is produced by a 'xfail' command inside a '-re' clause.


One variation of your idea:

The case for debugger format and compiler version is so common that I would feel tempted to have a special function for that. Something like

gdb_compiler_related_xfail <format> <version spec> <target>+ <bug id (external)>

<format> could be "stabs", "dwarf2", "any"

<version spec> not sure. A list? An expression? Suggestions?

<target>+ one or more target specs, as currently (we may even make it optional meaning *-*-*)

<bug id> a bug id, which, of course, will be categorized as "external"




This I definitely like.  "Cantfix"?

I propose "external".

I find "cantfix" to be a bit arrogant and a bit negative.  And it doesn't
distinguish between "I can't fix this because I don't have the resources"
versus "I can't fix this because I can show you that binutils is feeding
gdb incorrect / incomplete information".

Agreed.



--
Fernando Nasser
Red Hat - Toronto                       E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


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