Re: user32: Add a test for ComboBox WM_WINDOWPOSCHANGED handling.

2012-07-25 Thread Marvin
Hi, While running your changed tests on Windows, 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 http://winetestbot.dolphin/JobDetails.pl?Key=96 Your paranoid android.

Re: user32: Add a test for ComboBox WM_WINDOWPOSCHANGED handling.

2012-06-28 Thread Alexandre Julliard
Sergey Guralnik writes: > @@ -5807,6 +5830,25 @@ static void test_combobox_messages(void) > log_all_parent_messages--; > ok_sequence(WmKeyDownComboSeq, "WM_KEYDOWN/VK_DOWN on a ComboBox", > FALSE); > > +wp.hwnd = combo; > +wp.hwndInsertAfter = HWND_TOP; > +wp.cx = wp.cy =