reactos/modules/rostests/kmtests
Oleg Dubinskiy 6b2f00e70a [KMTESTS:IO] Rewrite IoDeviceInterface kmtest
Add new kernel-mode test for Device Interface functions, based on the patch by Mark Jansen.
The previous one was buggy and crashed even on Windows.
The new one doesn't fail, and works without bugs. Although there is missing one test case (for IoRegisterDeviceInterface).
Also perhaps IoRegister/UnregisterPlugPlayNotification testcases should be keept, if they correspond to Device Interface functions.
CORE-17361
2025-02-02 23:30:38 +01:00
..
example
fltmgr [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
hal
hidparse [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
include [KMTESTS] Remove "EnablePrivilege*" helpers + Fix typo 2025-01-28 15:37:10 +01:00
kernel32
kmtest [KMTESTS] Add tests for KdSystemDebugControl and NtSystemDebugControl (#7424) 2025-01-28 15:53:58 +01:00
kmtest_drv [KMTESTS] Add tests for KdSystemDebugControl and NtSystemDebugControl (#7424) 2025-01-28 15:53:58 +01:00
novp_fsrtl
npfs
ntos_cc
ntos_cm
ntos_ex
ntos_fsrtl
ntos_io [KMTESTS:IO] Rewrite IoDeviceInterface kmtest 2025-02-02 23:30:38 +01:00
ntos_kd [KMTESTS] Temporarily disable the debugger disable/reenable tests (#7424) 2025-01-28 15:54:04 +01:00
ntos_ke [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
ntos_mm [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
ntos_ob [NTDLL_APITEST][KMTESTS] Add tests for NtQueryObject(ObjectNameInformation) (#7592) 2025-01-06 21:30:17 +01:00
ntos_po
ntos_ps
ntos_se [KMTESTS:SE] Fix failing tests. 2024-09-12 17:44:13 +03:00
rtl
tcpip
CMakeLists.txt [KMTESTS] Add tests for KdSystemDebugControl and NtSystemDebugControl (#7424) 2025-01-28 15:53:58 +01:00
readme.txt

This directory contains the ReactOS Kernel-Mode Test Suite.

The kmtest, kmtest_drv and include subdirectories contain the
testing framework infrastructure, other directories contain tests.

The example subdirectory contains a set of small tests that can be used as
examples and templates.


See https://reactos.org/wiki/KmtestsHowto for more
information and a guide on how to use the framework.