reactos/modules/rostests/kmtests
Doug Lyons e0759a5e35
[NTOS:MM] Finish MmAllocateMappingAddress and MmFreeMappingAddress and fix test failures. (#7491)
* [NTOS:MM] Fix MmAllocateMappingAddress and MmFreeMappingAddress and their regression test failures.
Follow up of #7260.
This fixes kmtest:MmReservedMapping failures and hang.
Based on mm-implement-mappingaddress.patch by Thomas Faber and some changes by Oleg Dubinskiy.
kmtest:MmReservedMapping revisions and updates to Vista+ method by Timo Kreuzer.

Signed-off-by: Oleg Dubinskiy <oleg.dubinskij30@gmail.com>
Signed-off-by: Timo Kreuzer <timo.kreuzer@reactos.org>

CORE-10147, CORE-14635, CORE-17409, CORE-19318
2024-11-18 02:44:51 -06: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
kernel32
kmtest
kmtest_drv
novp_fsrtl
npfs
ntos_cc
ntos_cm
ntos_ex
ntos_fsrtl
ntos_io [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
ntos_ke [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
ntos_mm [NTOS:MM] Finish MmAllocateMappingAddress and MmFreeMappingAddress and fix test failures. (#7491) 2024-11-18 02:44:51 -06:00
ntos_ob
ntos_po
ntos_ps
ntos_se [KMTESTS:SE] Fix failing tests. 2024-09-12 17:44:13 +03:00
rtl
tcpip
CMakeLists.txt
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.