Re: configure.ac: when checking for ALSA, look for snd_pcm_recover() instead of snd_pcm_hw_params_get_access()

2010-06-06 Thread Andrew Nguyen
On Sun, Jun 6, 2010 at 2:50 AM, Austin English austinengl...@gmail.com wrote: See http://bugs.winehq.org/show_bug.cgi?id=23003 -- -Austin You should probably drop the snd_pcm_hw_params_get_access argument check, both because it's not the function that's being tested, and because, as far

Re: Release plans

2010-06-06 Thread wylda
Hi, another week and Sunday gone so time for simple numbers... 340 regressions -- release announcement 356 regressions -- release announcement + 1week 339 regressions -- release announcement + 2weeks(rc1) 322 regressions -- release announcement + 3weeks(rc2) 325 regressions -- release

Re: Release plans

2010-06-06 Thread Paul Vriens
On 06/06/2010 11:34 AM, wy...@volny.cz wrote: Hi, another week and Sunday gone so time for simple numbers... 340 regressions-- release announcement 356 regressions-- release announcement + 1week 339 regressions-- release announcement + 2weeks(rc1) 322 regressions-- release announcement +

Re: Release plans

2010-06-06 Thread wylda
340 regressions-- release announcement 356 regressions-- release announcement + 1week 339 regressions-- release announcement + 2weeks(rc1) 322 regressions-- release announcement + 3weeks(rc2) 325 regressions-- release announcement + 4weeks As we didn't have a release last Friday

Re: appwiz: Add the Polish translation

2010-06-06 Thread Sven Baars
Hey Ɓukasz, all your translations are written in UTF-8, but to actually use UTF-8, you also have to include a #pragma code_page(65001) on top of the file. In this case for example +#include res.h + +LANGUAGE LANG_POLISH, SUBLANG_DEFAULT + +#pragma code_page(65001) Atm, if you compile wine

Re: [PATCH 1/3] shlwapi: Be less strict on which type of IShellFolder can be enumerated

2010-06-06 Thread testbot
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=2488 Your paranoid

Re: [PATCH 2/3] shlwapi: Implement SHGetIniStringW

2010-06-06 Thread testbot
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=2489 Your paranoid

Re: [PATCH 3/3] shlwapi: Implement SHSetIniStringW

2010-06-06 Thread testbot
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=2490 Your paranoid

Re: xrender.c is does not find fontconfig.h on OS X Tiger

2010-06-06 Thread James McKenzie
Mike Kronenberg wrote: Dear List OS X Tiger does has not have fontconfig, so I'm building it in ~/buildwine/usr to keep it out of /usr. I include the headers and libs from ~/buildwine/usr with CPPFLAGS and CFLAGS. What Mike meant to say is that MacOSX does not include fontconfig functionality

Running tests on wine

2010-06-06 Thread GOUJON Alexandre
Hi, I would like to do some (typelib) tests on wine. So I followed the instructions at http://www.winehq.org/docs/winedev-guide/testing-wine ( cd dlls/oleaut32/tests/ ; rm typelib.ok make typelib.ok in my case) but I have err's and fixme's whereas the output on wineTestBot is quite

Re: Running tests on wine

2010-06-06 Thread Nikolay Sivov
On 6/6/2010 21:03, GOUJON Alexandre wrote: Hi, I would like to do some (typelib) tests on wine. So I followed the instructions at http://www.winehq.org/docs/winedev-guide/testing-wine ( cd dlls/oleaut32/tests/ ; rm typelib.ok make typelib.ok in my case) but I have err's and fixme's whereas

Re: Gecko64 status

2010-06-06 Thread Juan Lang
Hi Jacek, However, it doesn't mean that nothing is going on around Wine Gecko. I've recently switched to mingw-w64 for 32-bit builds. I've very pleased with it. They are far better in co-operation, don't have senseless politics like mingw and their quality of headers and libraries is far

Re: Running tests on wine

2010-06-06 Thread Nicolas Le Cam
2010/6/6 Nikolay Sivov nsi...@codeweavers.com: On 6/6/2010 21:03, GOUJON Alexandre wrote: Hi, I would like to do some (typelib) tests on wine. So I followed the instructions at http://www.winehq.org/docs/winedev-guide/testing-wine ( cd dlls/oleaut32/tests/ ; rm typelib.ok make typelib.ok

Re: Gecko64 status

2010-06-06 Thread Jacek Caban
Hi Juan, On 6/6/10 7:35 PM, Juan Lang wrote: Any comments and suggestions are welcomed. One suggestion is that bugs get logged about test failures on Wine wherever possible. Dan has done that for the chromium test suite, and that's led to several bugs getting converted to Wine

Re: Running tests on wine

2010-06-06 Thread GOUJON Alexandre
2010/6/6 Nikolay Sivovnsi...@codeweavers.com: You're running it with make, and a test results are from winetest runs. As I remember winetest runs it as 'wine oleaut32_tests.exe typelib' with some env variable to set a platform (this will enable todos output, AFAIK). You're right. I noticed this

Re: configure.ac: when checking for ALSA, look for snd_pcm_recover() instead of snd_pcm_hw_params_get_access()

2010-06-06 Thread Austin English
On Sun, Jun 6, 2010 at 3:27 AM, Andrew Nguyen arethus...@gmail.com wrote: On Sun, Jun 6, 2010 at 2:50 AM, Austin English austinengl...@gmail.com wrote: See http://bugs.winehq.org/show_bug.cgi?id=23003 -- -Austin You should probably drop the snd_pcm_hw_params_get_access argument

Re: configure.ac: when checking for ALSA, look for snd_pcm_recover() instead of snd_pcm_hw_params_get_access() (try 2)

2010-06-06 Thread Marcus Meissner
On Sun, Jun 06, 2010 at 02:21:33PM -0500, Austin English wrote: -- -Austin diff --git a/configure.ac b/configure.ac index 21c0203..46ac100 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Process this file with autoconf to produce a configure script. +/dnl Process this

Re: configure.ac: when checking for ALSA, look for snd_pcm_recover() instead of snd_pcm_hw_params_get_access() (try 2)

2010-06-06 Thread Andrew Nguyen
I hate to nitpick once more, but there are a few things I noticed. My alsa-lib tells me: include/pcm.h:int snd_pcm_recover(snd_pcm_t *pcm, int err, int silent); Therefore, the statement int ret = snd_pcm_recover(NULL, NULL, NULL); is somewhat incorrect. Secondly, I think it should be sufficient

Re: configure.ac: when checking for ALSA, look for snd_pcm_recover() instead of snd_pcm_hw_params_get_access()

2010-06-06 Thread Maarten Lankhorst
Hello, On 06-06-10 21:09, Austin English wrote: On Sun, Jun 6, 2010 at 3:27 AM, Andrew Nguyenarethus...@gmail.com wrote: On Sun, Jun 6, 2010 at 2:50 AM, Austin Englishaustinengl...@gmail.com wrote: See http://bugs.winehq.org/show_bug.cgi?id=23003 -- -Austin You

Re: [7/7] msvcrt/test: Add some simple _vsnwprintf_s tests. (try 2)

2010-06-06 Thread Austin English
On Sun, Jun 6, 2010 at 11:36 PM, Alexander Scott-Johns alexander.scott.jo...@googlemail.com wrote: try 2: todo_wines removed since _vsnwprintf_s is fixed by patch 5. The todo_wine's need to be removed in the same patch in which they are fixed, otherwise, the tests will fail. -- -Austin

Re: [7/7] msvcrt/test: Add some simple _vsnwprintf_s tests. (try 2)

2010-06-06 Thread Alexander Scott-Johns
On 7 June 2010 05:39, Austin English austinengl...@gmail.com wrote: On Sun, Jun 6, 2010 at 11:36 PM, Alexander Scott-Johns alexander.scott.jo...@googlemail.com wrote: try 2: todo_wines removed since _vsnwprintf_s is fixed by patch 5. The todo_wine's need to be removed in the same patch in

Re: [7/7] msvcrt/test: Add some simple _vsnwprintf_s tests. (try 2)

2010-06-06 Thread Austin English
On Sun, Jun 6, 2010 at 11:44 PM, Alexander Scott-Johns alexander.scott.jo...@googlemail.com wrote: On 7 June 2010 05:39, Austin English austinengl...@gmail.com wrote: On Sun, Jun 6, 2010 at 11:36 PM, Alexander Scott-Johns alexander.scott.jo...@googlemail.com wrote: try 2: todo_wines removed