We know that one source of flakiness in UI tests (and some other) is
the use of Sleep(). I was wondering if we could use WaitForInputIdle()
instead on Windows instead and some moral equivalent in the other
platforms.

I of course agree that it would be best to remove the sleeps
altogether, but as an easy interim step, could this work?

Has anybody looked into this?

-cpu


WaitForInputIdle:
http://msdn.microsoft.com/en-us/library/ms687022(VS.85).aspx

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to