[Bug 53239] dpnet:client - test_enum_hosts() and test_enum_hosts_peer() fail randomly on Windows

WineHQ Bugzilla wine-bugs at winehq.org
Wed Aug 3 13:16:19 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=53239

--- Comment #1 from François Gouget <fgouget at codeweavers.com> ---
This can also result in an invalid lastAsyncHandle (or async2?) value:

client.c:324: Test failed: got 0x00000003
or
client.c:754: Test failed: got 0x00000003

The trace is actually strange: clearly it's lastAsyncHandle which is being
tested but the ok() test uses async2 for the 'got' value:

    todo_wine ok(lastAsyncHandle == async2, "got 0x%08lx\n", async2);

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list