Jacek Caban jacek@codeweavers.com writes:
Signed-off-by: Jacek Caban jacek@codeweavers.com
dlls/kernel32/tests/pipe.c | 74 ++----- dlls/ntdll/file.c | 7 +- dlls/ntdll/tests/file.c | 2 +- server/async.c | 15 ++ server/file.h | 2 + server/named_pipe.c | 499 ++++++++++++++++++++++++++++++++++++++++++--- 6 files changed, 510 insertions(+), 89 deletions(-)
This is causing various random failures during make test. I don't have a good reproducible case, but it seems to randomly break communication with services. For instance I see mountmgr-related errors, or hangs in the msi tests.