reactos/modules/rostests/kmtests
Carl J. Bialorucki 19e8fbb20e
[KMTESTS] Fixes for 2003, Vista, 7, 8, 10 x86 and x64 (#8175)
Fix several kmtests in preparation for testbots with newer versions of Windows. There's still more kmtests to fix, but this fixes all the kmtests that bugchecked during my testing.
2025-07-03 14:33:59 -06:00
..
example [KMTEST] Handle failure in KmtLoadDriver and KmtOpenDriver 2022-12-13 07:18:24 +01:00
fltmgr [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
hal [KMTESTS:HAL] Add a test for string I/O intrinsic functions 2025-06-04 10:52:34 +03:00
hidparse [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
include [KMTESTS] Fixes for 2003, Vista, 7, 8, 10 x86 and x64 (#8175) 2025-07-03 14:33:59 -06:00
kernel32 [KMTEST] Handle failure in KmtLoadDriver and KmtOpenDriver 2022-12-13 07:18:24 +01:00
kmtest [KMTESTS] Allocate buffer for the test list dynamically 2025-06-04 22:04:03 +02:00
kmtest_drv [KMTESTS] Fixes for 2003, Vista, 7, 8, 10 x86 and x64 (#8175) 2025-07-03 14:33:59 -06:00
novp_fsrtl
npfs [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
ntos_cc [KMTEST] Add a NULL check 2022-12-13 07:18:24 +01:00
ntos_cm
ntos_ex [KMTEST] Remove totally broken PoolsCorruption test 2025-07-01 10:50:48 +00:00
ntos_fsrtl [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
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 [KMTESTS] Fixes for 2003, Vista, 7, 8, 10 x86 and x64 (#8175) 2025-07-03 14:33:59 -06:00
ntos_mm [KMTESTS] Fixes for 2003, Vista, 7, 8, 10 x86 and x64 (#8175) 2025-07-03 14:33:59 -06:00
ntos_ob [KMTESTS] Fixes for 2003, Vista, 7, 8, 10 x86 and x64 (#8175) 2025-07-03 14:33:59 -06:00
ntos_po [KMTEST] Handle failure in KmtLoadDriver and KmtOpenDriver 2022-12-13 07:18:24 +01:00
ntos_ps [KMTESTS:PS] Write some tests for process quota management 2022-01-11 10:11:10 +01:00
ntos_se [KMTESTS:SE] Fix failing tests. 2024-09-12 17:44:13 +03:00
rtl [KMTESTS] Fixes for 2003, Vista, 7, 8, 10 x86 and x64 (#8175) 2025-07-03 14:33:59 -06:00
tcpip [KMTEST:TcpIp] Use 10 second timeout value instead of INFINITE (#5586) 2023-08-21 21:46:20 +03:00
CMakeLists.txt [KMTESTS:HAL] Add a test for string I/O intrinsic functions 2025-06-04 10:52:34 +03: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.