Signed-off-by: Francois Gouget fgouget@free.fr --- dlls/ntdll/tests/pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ntdll/tests/pipe.c b/dlls/ntdll/tests/pipe.c index 8448bab768f..a70f19b0563 100644 --- a/dlls/ntdll/tests/pipe.c +++ b/dlls/ntdll/tests/pipe.c @@ -1404,7 +1404,7 @@ static void test_completion(void) port = CreateIoCompletionPort(client, NULL, 0xdeadbeef, 0); ok(port != NULL, "CreateIoCompletionPort failed, error %u\n", GetLastError());
- /* skipping completion on succcess: handle is signaled */ + /* skipping completion on success: handle is signaled */ info.Flags = FILE_SKIP_COMPLETION_PORT_ON_SUCCESS; status = pNtSetInformationFile(client, &io, &info, sizeof(info), FileIoCompletionNotificationInformation); ok(status == STATUS_SUCCESS, "expected STATUS_SUCCESS, got %08x\n", status);
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=55290
Your paranoid android.
=== wvistau64 (64 bit report) ===
ntdll: pipe: Timeout
=== w2008s64 (64 bit report) ===
ntdll: pipe: Timeout
=== w7pro64 (64 bit report) ===
ntdll: pipe: Timeout
=== w864 (64 bit report) ===
ntdll: pipe: Timeout
=== w1064v1507 (64 bit report) ===
ntdll: pipe: Timeout
=== w1064v1809 (64 bit report) ===
ntdll: pipe: Timeout