mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:02:58 +00:00
- Remove skipping kernel32 virtual tests as r40833 fixed the problem.
svn path=/trunk/; revision=40942
This commit is contained in:
parent
bed222599a
commit
b2e5f78e60
1 changed files with 0 additions and 6 deletions
|
@ -304,9 +304,6 @@ static void test_MapViewOfFile(void)
|
||||||
MEMORY_BASIC_INFORMATION info;
|
MEMORY_BASIC_INFORMATION info;
|
||||||
BOOL ret;
|
BOOL ret;
|
||||||
|
|
||||||
skip("ROS-HACK: Skipping MapViewOfFile tests\n");
|
|
||||||
return;
|
|
||||||
|
|
||||||
SetLastError(0xdeadbeef);
|
SetLastError(0xdeadbeef);
|
||||||
file = CreateFileA( testfile, GENERIC_READ|GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, 0, 0 );
|
file = CreateFileA( testfile, GENERIC_READ|GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, 0, 0 );
|
||||||
ok( file != INVALID_HANDLE_VALUE, "CreateFile error %u\n", GetLastError() );
|
ok( file != INVALID_HANDLE_VALUE, "CreateFile error %u\n", GetLastError() );
|
||||||
|
@ -781,9 +778,6 @@ static void test_write_watch(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
skip("ROS-HACK: Skipping WriteWatch tests\n");
|
|
||||||
return;
|
|
||||||
|
|
||||||
size = 0x10000;
|
size = 0x10000;
|
||||||
base = VirtualAlloc( 0, size, MEM_RESERVE | MEM_COMMIT | MEM_WRITE_WATCH, PAGE_READWRITE );
|
base = VirtualAlloc( 0, size, MEM_RESERVE | MEM_COMMIT | MEM_WRITE_WATCH, PAGE_READWRITE );
|
||||||
if (!base &&
|
if (!base &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue