Menu

#7 a report of all mutations made

open
nobody
None
5
2004-09-21
2004-09-21
ivan moore
No

i'd like a report of all mutations made by jester -
including the ones that did cause the tests to fail -
so that I know what Jester did.

Discussion

  • Elliotte Rusty Harold

    Logged In: YES
    user_id=226817

    I'd like a report of just the mutations that caused Jester
    to fail Currently the rrpoert simply says things like

    <ChangeThatDidNotCauseTestsToFail index="3843" from="0" to="1"/>

    Then I have to combine this with the output printed to
    System.out to figure out what actually happened. The report
    should be a single source for all the information I need to
    fix the problem. It should look something like this:

    <ChangeThatDidNotCauseTestsToFail index="3843" from="0"
    to="1" lineNumber="119" file="Element.java"
    suite="nu.xom.tests.FastTests">
    changed source on line 119 (char index=3843) from 0 to 1
    Of(':');
    if (colon >= ?0) {
    prefix = name.substring(0, c
    </ChangeThatDidNotCauseTestsToFail>

     
  • Elliotte Rusty Harold

    Logged In: YES
    user_id=226817

    I've written a patch that inlcudes more information in the
    XML reports generated by each Jester run. This will break a
    couple of the tests that look for the old report format,
    though these are easily fixed.

     

Log in to post a comment.