"Erich E. Hoover" ehoover@mines.edu writes:
Real Name: Erich Hoover
Description: The TestBot ran into a hanging issue (noticed with, but unrelated to, my previous user32 patch) and I took some time today to track the problem down. Currently, on the 64-bit test system the test_timers() tests hang waiting for PeekMessage() to clear the message queue. The attached patch kills the timer just prior to the PeekMessage() call, thereby keeping the test from hanging indefinitely.
Changelog: user32: Fix 64-bit 'msg' test hang in test_timers.
That defeats the purpose of the test.
On Mon, Nov 21, 2011 at 3:29 AM, Alexandre Julliard julliard@winehq.org wrote:
... That defeats the purpose of the test.
Sorry, I assumed that an ok() would be involved for anything that was part of the test. I'll look into the issue more.
Erich Hoover ehoover@mines.edu