reactos/modules/rostests/apitests
George Bișoc a0bf7a05cc
[NTDLL_APITEST] Write some NtDuplicateToken tests
Implement some tests for NtDuplicateToken syscall that exercises the effective only behavior when the calling thread tries to duplicate an access token but rendering it effective with enabled parts.
2021-09-05 17:01:24 +02:00
..
acpi [ACPI_APITEST] Add a unit test for Bus_PDO_QueryResourceRequirements. CORE-12892 2020-04-11 23:42:59 +02:00
advapi32 [KSECDD] Fix RtlEncryptMemory and improve test 2020-09-25 09:39:51 +02:00
afd [CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905 2020-06-06 21:58:41 +03:00
apphelp [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
appshim [APPCOMPAT][ACCPAGE][SDB][ROSTESTS] Implement compatibility modes for Windows 10, Server 2016 and 2019 2020-02-23 17:43:40 +01:00
atl [REACTOS] Fix a number of MSVC warnings 2021-07-23 22:03:48 +02:00
browseui [BROWSEUI_APITEST] Strengthen IAutoComplete testcase 2021-04-07 12:39:28 +09:00
cmd [CMD_APITEST] Follow-up of #3632 (0c2230a) 2021-04-30 10:48:33 +09:00
com [COM_APITEST] Add mmc/certmgr tests 2021-09-05 16:39:57 +02:00
comctl32 [SDK] Add some missing propsheet fields + validate struct sizes 2020-01-29 22:58:43 +01:00
compiler [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
crt [CRT_APITEST] Add static_crt_apitest 2021-08-04 02:03:07 +02:00
dbghelp [ROSTESTS] Fix result being evaluated twice, 2020-02-08 22:09:13 +01:00
dciman32
dnsapi [DNSAPI_APITEST] Fix null-reference in case of failure 2020-11-04 21:13:42 +01:00
fltlib
fontext [FONTEXT_APITEST] Test more cases for GetDisplayNameOf 2021-05-08 15:53:43 +02:00
gdi32 [GDI32_APITEST] Clean up loaded fonts 2021-07-10 18:41:12 +02:00
gditools
imm32 [IMM32_APITEST] s/0x287/WM_IME_SYSTEM/ 2021-08-18 19:48:45 +09:00
include [PSEH] Add implementation for GCC amd64 2021-04-28 13:10:23 +02:00
iphlpapi [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
kernel32 [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
loadconfig [LOADCONFIG_APITEST] Tell GCC that the .def is not just included for fun, 2020-04-19 15:18:51 +02:00
localspl [ROSTESTS] Skip some test on x64 2021-07-10 18:41:12 +02:00
mountmgr [CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905 2020-06-06 21:58:41 +03:00
msgina [CMAKE] Introduce the atl_classes interface library 2020-10-20 21:44:54 +02:00
mspatcha [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
msvcrt [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
netapi32 [NETAPI32_APITEST] Fix a NULL dereference of pInfo 2018-06-17 12:16:08 +02:00
netshell
ntdll [NTDLL_APITEST] Write some NtDuplicateToken tests 2021-09-05 17:01:24 +02:00
ole32 [CMAKE] Get rid of the set_cpp macro 2020-10-20 21:44:54 +02:00
opengl32 [APITESTS] Add tests for opengl32.dll 2019-01-19 14:23:54 +01:00
pefile
powrprof [POWRPROF_APITEST] Fix cppcheck warnings. 2020-06-27 14:43:08 +02:00
psapi [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
sdk [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
setupapi [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
sfc [SFC_APITEST] Initial test for SfcIsFileProtected and SfcGetFiles 2018-12-12 19:33:44 +01:00
shell32 [SHELL32_APITEST] Improve ShellExecCmdLine testcase more (#3736) 2021-06-11 08:09:18 +09:00
shlwapi [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
spoolss [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
user32 [USER32_APITEST] Add SetFocus testcase (#3732) 2021-06-09 16:14:31 +09:00
user32_dynamic [USER32_DYNAMIC_APITEST] Remove a tautological check. Spotted by clang. 2020-11-22 13:22:03 +01:00
userenv
utildll [CMD][SERVMAN][SHELL32][WINSPOOL][ROSAPPS][NTOS:PNP] Fix my build. 2020-11-06 01:06:11 +01:00
uxtheme [ROSTESTS] Fix 64 bit issues 2018-08-04 14:39:13 +02:00
win32nt [WIN32KNT_APITEST] Add NtUserGetThreadState testcase (#3922) 2021-08-22 09:02:02 +09:00
win32u [WIN32U_2KSP4] Remove it (#3786) 2021-07-06 21:05:01 +09:00
winhttp
wininet Revert "[WININET_APITEST] Add Download testcase (#1832)" (#1839) 2019-08-16 17:01:03 +09:00
winprint
winspool [APITESTS] Improve and fix tests 2019-12-21 12:44:48 +01:00
wlanapi [ROSTESTS] Fix 64 bit issues 2018-08-04 14:39:13 +02:00
ws2_32 [CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905 2020-06-06 21:58:41 +03:00
zipfldr [CMAKE] Introduce the atl_classes interface library 2020-10-20 21:44:54 +02:00
CMakeLists.txt [IMM32_APITEST] Add imm32_apitest test program (#3810) 2021-07-10 00:05:43 +09:00