• Zebediah Figura's avatar
    ntdll/tests: Avoid testing the server pipe signaled state from the main thread. · 1a028626
    Zebediah Figura authored
    Although the test has never been observed to fail on Windows, I think the
    failure is genuinely a race in the test.
    
    File handles (like events) are signaled in order to mark that an I/O operation
    has completed. In this case the I/O operation includes manipulating data on both
    ends of the pipe, and as part of that may signal the other end. Internally,
    however, the file handle must logically happen *after* all of this processing
    has taken place, not least because (given the Windows I/O architecture) it is
    the job of the I/O manager, not the IRP handler.
    
    Since the purpose of the test is probably just to check that the file handle
    will be signaled after a synchronous I/O operation has completed, we may as well
    check it from the client thread, after we know for sure that it has.
    
    Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=54078
    1a028626
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.gitlab-ci.yml Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...