mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 20:19:26 +00:00
reenable kernel32:pipe test
try and comment out test_read_write() in kernel32:file test, it causes MDL PROBE FAILED errors svn path=/trunk/; revision=43001
This commit is contained in:
parent
144e14b5de
commit
fdc770befb
2 changed files with 2 additions and 2 deletions
|
@ -2811,7 +2811,7 @@ START_TEST(file)
|
|||
test_MapFile();
|
||||
test_GetFileType();
|
||||
test_async_file_errors();
|
||||
test_read_write();
|
||||
//test_read_write();
|
||||
test_OpenFile();
|
||||
test_overlapped();
|
||||
test_RemoveDirectory();
|
||||
|
|
|
@ -64,7 +64,7 @@ const struct test winetest_testlist[] =
|
|||
{ "module", func_module },
|
||||
{ "mailslot", func_mailslot },
|
||||
{ "path", func_path },
|
||||
//{ "pipe", func_pipe },
|
||||
{ "pipe", func_pipe },
|
||||
{ "process", func_process },
|
||||
{ "profile", func_profile },
|
||||
{ "resource", func_resource },
|
||||
|
|
Loading…
Reference in a new issue