[ros-dev] [ros-diffs] [cgutman] 47309: [KMTEST] - Add support for recovering from crashed tests - Add check to prevent us from running the test every boot - Delete some useless code - Record test result information in the registry - Under the Kmtest\Parameters key, you will find CurrentStage which is the stage that testing is on (almost always 8 if it boots). You will also find <Test Name>SuccessCount which is the number of successful tests, <Test Name>FailureCount which is the number of failed tests, <Test Name>TotalCount which is the total number of tests, and <Test Name>SkippedCount which is the number of tests that have been skipped - Enjoy your reg testing! :)

Colin Finck mail at colinfinck.de
Sun May 23 11:37:49 CEST 2010


cgutman at svn.reactos.org wrote:
 > +    DbgPrint("%S: %d test executed (0 marked as todo, %d failures),
 > %d skipped.\n", TestName, total, failures, skipped);

Nice! Though testman won't parse this if you don't change "test" to 
"tests" ;-)

Best regards,

Colin



More information about the Ros-dev mailing list