mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
![]() - 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 |
||
---|---|---|
.. | ||
apitests | ||
dibtests | ||
drivers | ||
dxtest | ||
regtests | ||
rosautotest | ||
tests | ||
win32 | ||
winetests | ||
.gitignore | ||
COPYING | ||
directory.rbuild | ||
readme.txt |
$Id: readme.txt 21229 2006-03-05 13:57:35Z frik85 $ ==================== ReactOS Tests ==================== This directory contains various tests for ReactOS. Make sure you also have a copy of the rest of the ReactOS source before you attempt to build anything in this module.