This is the mail archive of the gdb@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]

gdb xml output with make check


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>

Attachment: gdb.xml.bz2
Description: Binary data


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