Files
reactos/rostests
Timo Kreuzer 211e68d9b1 [NTDLL_APITEST] Disable NtContinue test when runtime checks are enabled
[USER32_APITEST] Disable WndProc test when runtime checks are enabled
[KERNEL32_WINETEST] Zero initialize a buffer. This is necessary, since we fail all calls to GetVolumePathNamesForVolumeNameW and thus never get any data into the buffer, which can later result in a buffer-overrun, when doing a lstrlenW on it.

svn path=/trunk/; revision=64831
2014-10-19 19:37:55 +00:00
..
2013-10-13 23:12:09 +00:00
2013-04-04 19:47:42 +00:00
2012-02-25 17:23:58 +00:00
2014-10-17 23:29:24 +00:00
2012-02-25 17:23:58 +00:00
2014-10-17 23:29:24 +00:00
2014-10-17 23:29:24 +00:00
2014-03-30 18:25:13 +00:00
2013-06-22 16:38:27 +00:00
2012-07-03 19:59:56 +00:00

====================
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.
It is to be placed under "modules" subdirectory of a trunk checkout.
No additional changes to build files are necessary, it'll be picked up
automatically.