Re: [PATCH] comdlg32: Correctly handle filters with multiple file extensions in Save As dialogs (try 2)

2011-12-19 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://testbot.winehq.org/JobDetails.pl?Key=16065 Your paranoid android

Re: secur32/tests: Fail on missing NTLM

2011-12-19 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://testbot.winehq.org/JobDetails.pl?Key=16052 Your paranoid android

[PATCH 1/4] mmdevapi: Enforce limits on period and duration.

2011-12-19 Thread Joerg-Cyril . Hoehle
Hi, the patch catches shared mode very well, however it appears that exclusive mode exhibits vastly different behavior from one machine to the next. As WASAPI is MS' low(est)-level audio API, the observable behavior appears to really depend on the individual HW drivers. Examples: The 8x multipl

Re: [2/2] ws2_32/tests: Add a test to show what happens when the listen socket is closed after an AcceptEx call.

2011-12-19 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://testbot.winehq.org/JobDetails.pl?Key=16049 Your paranoid android

Re: [PATCH 2/6] jscript: Use bytecode for block statement implementation

2011-12-19 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://testbot.winehq.org/JobDetails.pl?Key=16041 Your paranoid android

Re: [PATCH 1/5] ddraw/tests: Introduce some functions for comparing floating-point vectors.

2011-12-19 Thread Henri Verbeet
On 19 December 2011 13:37, Henri Verbeet wrote: > +    /* The coordinates are all offset by about (1e-6, 1e-6) for some reason. > +     * On the y-axis we apparently have somewhat less precision, and the > +     * offset gets lost for viewports more than 31 high. */ Except when it doesn't. I'll re

Re: [PATCH 1/5] ddraw/tests: Introduce some functions for comparing floating-point vectors.

2011-12-19 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://testbot.winehq.org/JobDetails.pl?Key=16034 Your paranoid android

Re: [PATCH 3/5] ddraw/tests: Introduce proper vector types.

2011-12-19 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://testbot.winehq.org/JobDetails.pl?Key=16036 Your paranoid android

Re: [PATCH 2/5] ddraw/tests: Remove a redundant IDirect3DDevice7_SetViewport() call.

2011-12-19 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://testbot.winehq.org/JobDetails.pl?Key=16035 Your paranoid android

Re: [1/6]usp10: code for the cmap format 12 table for unicode code points beyond the BMP

2011-12-19 Thread Alexandre Julliard
Aric Stewart writes: > +while (k < GET_BE_DWORD(format->nGroups)) > +{ > +if (GET_BE_DWORD(format->groups[k].startCharCode) > utf32c) > +break; > +if (GET_BE_DWORD(format->groups[k].endCharCode) < utf32c) > +k++; > +

Re: Looking to implement msvcp90's basic_ifstream (and friends)

2011-12-19 Thread Piotr Caban
On 12/19/11 07:44, Aaron Faanes wrote: My plan is to put codecvt stuff in a new dlls/msvcp90/codecvt.c file, with header definitions in msvcp90.h. Is this a good idea, or should it go elsewhere? I would probably add it to locale.c file. If I do put them in a new file, should I put myself as th

Re: [PATCH] comdlg32: Correctly handle filters with multiple file extensions in Save As dialogs

2011-12-19 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://testbot.winehq.org/JobDetails.pl?Key=16032 Your paranoid android