"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.