reactos/modules/rostests/kmtests
Hermès Bélusca-Maïto 40ea081198
[KMTESTS] Temporarily disable the debugger disable/reenable tests (#7424)
They will be re-enabled ONCE our KDBG and KDCOM dlls correctly support
disabling and re-enabling.
2025-01-28 15:54:04 +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] Improve IoVolumeDeviceToDosName() tests (#6990) 2025-01-21 19:15:58 +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 [RTL_APITEST] Move RtlIntSafe test from kmtest to rtl_apitest 2023-11-10 19:00:41 +02:00
tcpip [KMTEST:TcpIp] Use 10 second timeout value instead of INFINITE (#5586) 2023-08-21 21:46:20 +03:00
CMakeLists.txt [KMTESTS] Add tests for KdSystemDebugControl and NtSystemDebugControl (#7424) 2025-01-28 15:53:58 +01:00
readme.txt [REACTOS] "http://www.reactos" -> "https://reactos" (#5043) 2023-02-06 17:01:52 +03:00

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.