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] KFAIL gdb.c++/annota2.exp watch triggered on a.x


One advantage of David's code is that when the bug gets fixed,
people see a more informative message for a while: "KPASS gdb/38"
rather than "PASS".

One disadvantage is that it adds more file editing steps to the
lifecycle.  David, what edits, exactly, are you envisioning
when "KPASS gdb/38" starts popping up?

You shouldn't delete this part:

  -re "known bad expression" {
    kfail "gdb/NNN" "test name"
  }

... because old bugs have a way of popping up again, especially
when additional configurations get tested.

Michael C


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