mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +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:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user