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: RFC: KFAILs [Was: [RFA/mi-testsuite] XFAIL mi*-console.exp]


Surfety-surf-surf ...  I found something from Matt Bemis.  Is this it?

  http://mail.gnu.org/pipermail/dejagnu/2002-March/000195.html

This has two parts.  First, every PASS, FAIL, XPASS, XFAIL, and so on,
gets an XML record.  Second, there is a summary section.  So it's a
pretty straightforward encoding of the foo.sum file into XML.

For me, this is incomplete, because it omits the ERROR and WARNING lines.
I don't how what the experience is for other tools, but I get several
ERRORs and WARNINGs almost every week when I test gdb.  If they get left
out of gdb.xml then I will keep parsing gdb.sum.

I would really like ERROR and WARNING to be treated the same as other
test results, with the script name printed and everything.

Michael C


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