reactos/rostests/apitests
Hermès Bélusca-Maïto c5dde308bf [KERNEL32_APITEST]: Add basic tests for lstrlenA/W, focusing on its special handling of the NULL pointer.
We detect that the NULL pointer is handled separately because no exception is generated, contrary to when the function is called with truly invalid pointers.
I thank Mark for having mentioned the vectored exception handling to me, needed to catch first-chance exceptions.

svn path=/trunk/; revision=74118
2017-03-06 19:14:27 +00:00
..
advapi32 [ROSTESTS] 2017-01-13 09:24:15 +00:00
apphelp [APPHELP_APITEST] Check which parts of apphelp accept NT paths 2017-03-04 20:27:39 +00:00
appshim [ROSTESTS] 2017-01-13 09:24:15 +00:00
atl [ROSTESTS] 2017-01-13 09:24:15 +00:00
browseui [ROSTESTS] 2017-01-13 09:24:15 +00:00
com [ROSTESTS] 2017-01-13 09:24:15 +00:00
comctl32 [COMCTL32_APITEST]: Simplify tests to not depend on internals of CreateWindow (creating buttons as top level windows and testing their sizes complicates stuff without reason). 2017-03-03 13:54:56 +00:00
crt [CRT_APITEST] Add additional test for __getmainargs 2017-02-07 10:35:35 +00:00
dbghelp [DBGHELP_APITEST] Add tests for pdb and rsym parsing. CORE-12773 2017-02-17 16:15:49 +00:00
dciman32 [ROSTESTS] 2017-01-13 09:24:15 +00:00
dnsapi [ROSTESTS] 2017-01-13 09:24:15 +00:00
fltlib [ROSTESTS] 2017-01-13 09:24:15 +00:00
gdi32 [GDI32_APITEST]: GetGlyphIndices: Have fun & make ReactOS BSoD from user-mode! More seriously, test extra cases of this API, and show that our current implementation certainly is incomplete & prone to bugs. 2017-02-24 01:02:26 +00:00
gditools [GDITOOLS] 2015-12-28 20:53:34 +00:00
include [APITESTS] 2015-06-20 08:51:07 +00:00
iphlpapi [ROSTESTS] 2017-01-13 09:24:15 +00:00
kernel32 [KERNEL32_APITEST]: Add basic tests for lstrlenA/W, focusing on its special handling of the NULL pointer. 2017-03-06 19:14:27 +00:00
localspl [LOCALSPL_APITEST] 2017-01-13 16:15:13 +00:00
msgina [ROSTESTS] 2017-01-13 09:24:15 +00:00
msvcrt [ROSTESTS] 2017-01-13 09:24:15 +00:00
netshell [ROSTESTS] 2017-01-13 09:24:15 +00:00
ntdll [NTOS:LPC] 2017-03-05 00:55:50 +00:00
ole32 [ROSTESTS] 2017-01-13 09:24:15 +00:00
pefile [ROSTESTS] 2017-01-13 09:24:15 +00:00
powrprof [ROSTESTS] 2017-01-13 09:24:15 +00:00
psapi [ROSTESTS] 2017-01-13 09:24:15 +00:00
sdk [ROSTESTS] 2017-01-13 09:24:15 +00:00
setupapi [ROSTESTS] 2017-01-13 09:24:15 +00:00
shell32 [SHELL32_APITEST] 2017-01-16 18:02:43 +00:00
shlwapi SHLWAPI_APITEST: Add tests for StrFormatByteSizeW. Patch by Doug Lyons. CORE-12661 #resolve 2017-01-15 00:04:16 +00:00
spoolss [ROSTESTS] 2017-01-13 09:24:15 +00:00
user32 [USER32_APITEST] 2017-03-04 18:34:35 +00:00
user32_dynamic [ROSTESTS] 2017-01-13 09:24:15 +00:00
userenv [USERENV_APITEST]: Add some simple tests for Get[AllUsers|DefaultUser|User]Profile[s]Directory APIs (checking return values & last errors). 2017-02-06 22:14:50 +00:00
win32kdll [ROSTESTS] 2017-01-13 09:24:15 +00:00
win32nt [WIN32KNT_APITEST]: Make a test for NtUserGetClassInfo more strict to test its exact return value. 2017-02-13 09:56:35 +00:00
winhttp [ROSTESTS] 2017-01-13 09:24:15 +00:00
wininet [ROSTESTS] 2017-01-13 09:24:15 +00:00
winprint [ROSTESTS] 2017-01-13 09:24:15 +00:00
winspool [ROSTESTS] 2017-01-13 09:24:15 +00:00
wlanapi [ROSTESTS] 2017-01-13 09:24:15 +00:00
ws2_32 [ROSTESTS] 2017-01-13 09:24:15 +00:00
CMakeLists.txt [COMCTL32] -Test BCM_SETTEXTMARGIN, BCM_SETIMAGELIST, BCM_GETIMAGELIST and BCM_GETTEXTMARGIN for the v6 button. 2017-02-25 22:12:08 +00:00