gdb xml output with make check

bemis bemis@iol.unh.edu
Mon Nov 18 13:48:00 GMT 2002


Hello,
I have implemented
RUNTESTFLAGS=-x make check
That will output a file similar to the attached file.
I have placed my dejagnu patch into subversions.gnu.org, but when I
build the toolchain I see that dejagnu does not contain my patch.
If you want the patch let me know, and I will supply it.
a sample of the attached file looks like the following:
<test>
    <input>print v_int+v_char</input>
    <output>$1 = 71</output>
    <result>PASS</result>
    <name>gdb.base/all-bin.exp: print value of v_int+v_char</name>
    <prms_id>0</prms_id>
  </test>
  <test>
    <input>print v_int+v_short</input>
    <output>$2 = 9</output>
    <result>PASS</result>
    <name>gdb.base/all-bin.exp: print value of v_int+v_short</name>
    <prms_id>0</prms_id>
  </test>
  <test>
    <input>print v_int+v_signed_char</input>
    <output>$3 = 72</output>
    <result>PASS</result>
    <name>gdb.base/all-bin.exp: print value of
v_int+v_signed_char</name>
    <prms_id>0</prms_id>
  </test>
  <test>
    <input>print v_int+v_unsigned_char</input>
    <output>$4 = 73</output>
    <result>PASS</result>
    <name>gdb.base/all-bin.exp: print value of
v_int+v_unsigned_char</name>
    <prms_id>0</prms_id>
  </test>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: gdb.xml.bz2
Type: application/octet-stream
Size: 68260 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb/attachments/20021118/708655b4/attachment.obj>


More information about the Gdb mailing list