[PATCH v2 2/8] ntdll/tests: Move several NtMapViewOfSection tests from kernel32/tests

Huw Davies huw at codeweavers.com
Mon Jun 17 04:41:24 CDT 2019


On Fri, Jun 14, 2019 at 03:11:11PM +0200, Rémi Bernon wrote:
> Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
> ---
>  dlls/kernel32/tests/virtual.c | 159 ----------------------------
>  dlls/ntdll/tests/virtual.c    | 188 ++++++++++++++++++++++++++++++++++
>  2 files changed, 188 insertions(+), 159 deletions(-)
> 
> diff --git a/dlls/kernel32/tests/virtual.c b/dlls/kernel32/tests/virtual.c
> index 47e61566c9c..4b37dbcadc5 100644
> --- a/dlls/kernel32/tests/virtual.c
> +++ b/dlls/kernel32/tests/virtual.c
> @@ -1260,165 +1260,6 @@ static void test_NtMapViewOfSection(void)
>      ok( result == sizeof(buffer), "ReadProcessMemory didn't read all data (%lx)\n", result );
>      ok( !memcmp( buffer, data, sizeof(buffer) ), "Wrong data read\n" );

Let's move all of test_NtMapViewOfSection to the ntdll tests and keep their
cross-process nature too.

Huw.



More information about the wine-devel mailing list