mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
afcd401a32
- 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! :) svn path=/trunk/; revision=47309 |
||
---|---|---|
.. | ||
deviface_test.c | ||
devobj_test.c | ||
drvobj_test.c | ||
kmtest.c | ||
kmtest.h | ||
kmtest.rbuild | ||
kmtest.rc | ||
kmtestassist.c | ||
kmtestassist.rbuild | ||
ntos_ex.c | ||
ntos_io.c | ||
ntos_ke.c | ||
ntos_ob.c | ||
ntos_pools.c | ||
reghelper.c |