Re: [PATCH 1/2] gdi32: Add a string table resource for the translation.

2011-10-19 Thread Akihiro Sagawa
On Tue, 18 Oct 2011 16:14:36 +0200, Alexandre Julliard wrote: Akihiro Sagawa sagawa@gmail.com writes: @@ -1,7 +1,7 @@ EXTRADEFS = -D_GDI32_ MODULE= gdi32.dll IMPORTLIB = gdi32 -IMPORTS = advapi32 +IMPORTS = advapi32 user32 You don't want to import user32 from

Re: [PATCH] kernel32: Output message to stderr in UTF-8

2011-10-19 Thread Dmitry Timoshkov
Alex Henrie alexhenri...@gmail.com wrote: -WideCharToMultiByte( CP_ACP, 0, msgW, -1, msg, sizeof(msg), NULL, NULL ); +WideCharToMultiByte( CP_UTF8, 0, msgW, -1, msg, sizeof(msg), NULL, NULL ); MESSAGE( wine: %s, msg ); Try CP_UNIXCP intead. -- Dmitry.

Re: [3/7] d3d9/tests: Add a test for locking partial blocks (try 2)

2011-10-19 Thread Henri Verbeet
On 18 October 2011 17:37, Henri Verbeet hverb...@gmail.com wrote: patch 3/7. The point is that test_lockrect_offset() is about the offset calculation, not so much about what valid rectangles for block based formats are.

Re: Regression testing breakthrough

2011-10-19 Thread Joel Holdsworth
Alternatively, have you considered doing a .tar.gz of every build snapshot, and placing that on a server somewhere?   e.g. a folder full of36def4af0ca85a1d0e66b5207056775bcb3b09ff.tar.gz files?   Then one could write a simple wine regression bisect tool that implements similar semantics to git

Re: Anyone wants to ban spammer on forum

2011-10-19 Thread L. Rahyen
On 2011-10-19 (October, Wednesday) 02:37:41 Vitaliy Margolen wrote: On 10/18/2011 07:37 PM, Vitaliy Margolen wrote: So any admins actually watching and want to bad roberbdib3a on forum? Also why aren't every moderator has these rights to block spammers, since we have only one forum.

Re: [3/7] d3d9/tests: Add a test for locking partial blocks (try 2)

2011-10-19 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 19.10.2011 um 11:49 schrieb Henri Verbeet: On 18 October 2011 17:37, Henri Verbeet hverb...@gmail.com wrote: patch 3/7. The point is that test_lockrect_offset() is about the offset calculation, not so much about what valid rectangles for block

Re: Regression testing breakthrough

2011-10-19 Thread Frédéric Delanoy
On Wed, Oct 19, 2011 at 14:08, Joel Holdsworth j...@airwebreathe.org.uk wrote: Alternatively, have you considered doing a .tar.gz of every build snapshot, and placing that on a server somewhere? e.g. a folder full of 36def4af0ca85a1d0e66b5207056775bcb3b09ff.tar.gz files? tar.xz would compress

Re: [PATCH 1/2] gdi32: Add a string table resource for the translation.

2011-10-19 Thread Alexandre Julliard
Akihiro Sagawa sagawa@gmail.com writes: On Tue, 18 Oct 2011 16:14:36 +0200, Alexandre Julliard wrote: Akihiro Sagawa sagawa@gmail.com writes: @@ -1,7 +1,7 @@ EXTRADEFS = -D_GDI32_ MODULE= gdi32.dll IMPORTLIB = gdi32 -IMPORTS = advapi32 +IMPORTS = advapi32 user32

Re: Anyone wants to ban spammer on forum

2011-10-19 Thread Ken Sharp
On 19/10/11 03:37, Vitaliy Margolen wrote: On 10/18/2011 07:37 PM, Vitaliy Margolen wrote: So any admins actually watching and want to bad roberbdib3a on forum? Also why aren't every moderator has these rights to block spammers, since we have only one forum. So no takers? I'm guessing we

Re: Regression testing breakthrough

2011-10-19 Thread Ken Sharp
On 19/10/11 13:43, Frédéric Delanoy wrote: On Wed, Oct 19, 2011 at 14:08, Joel Holdsworthj...@airwebreathe.org.uk wrote: Alternatively, have you considered doing a .tar.gz of every build snapshot, and placing that on a server somewhere? e.g. a folder full of

Re: 80135: [PATCH 05/10] gdi32: Implement SetPixel.

2011-10-19 Thread Dan Kegel
Patches 5-7 failed on WINEDEBUG=warn+heap here: ../../../tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p gdi32_test.exe.so palette.c touch palette.ok ... palette.c:104: Test failed: getColor=0028 Might be flaky; patch 8 passed. patches 9 and 10 aren't done testing yet. On Wed, Oct

Re: Regression testing breakthrough

2011-10-19 Thread Marcus Meissner
On Wed, Oct 19, 2011 at 02:42:29PM +0100, Ken Sharp wrote: On 19/10/11 13:43, Frédéric Delanoy wrote: On Wed, Oct 19, 2011 at 14:08, Joel Holdsworthj...@airwebreathe.org.uk wrote: Alternatively, have you considered doing a .tar.gz of every build snapshot, and placing that on a server

Re: 80135: [PATCH 05/10] gdi32: Implement SetPixel.

2011-10-19 Thread Huw Davies
On Wed, Oct 19, 2011 at 06:46:49AM -0700, Dan Kegel wrote: Patches 5-7 failed on WINEDEBUG=warn+heap here: ../../../tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p gdi32_test.exe.so palette.c touch palette.ok ... palette.c:104: Test failed: getColor=0028 Might be flaky; patch 8

Re: 80135: [PATCH 05/10] gdi32: Implement SetPixel.

2011-10-19 Thread Dan Kegel
On Wed, Oct 19, 2011 at 6:59 AM, Huw Davies h...@codeweavers.com wrote: On Wed, Oct 19, 2011 at 06:46:49AM -0700, Dan Kegel wrote: Patches 5-7 failed on WINEDEBUG=warn+heap here: palette.c:104: Test failed: getColor=0028 Might be flaky; patch 8 passed.  patches 9 and 10 aren't done testing

Re: Regression testing breakthrough

2011-10-19 Thread Frédéric Delanoy
On Wed, Oct 19, 2011 at 15:50, Marcus Meissner meiss...@suse.de wrote: On Wed, Oct 19, 2011 at 02:42:29PM +0100, Ken Sharp wrote: On 19/10/11 13:43, Frédéric Delanoy wrote: On Wed, Oct 19, 2011 at 14:08, Joel Holdsworthj...@airwebreathe.org.uk   wrote: Alternatively, have you considered

Re: 80135: [PATCH 05/10] gdi32: Implement SetPixel.

2011-10-19 Thread Huw Davies
On Wed, Oct 19, 2011 at 07:04:02AM -0700, Dan Kegel wrote: Sounds like your temporary todo_wine didn't quite do the trick...? Ah, I see. I was getting a failure on 111 and not 104, presumably due to different XServers. Anyway they all pass again after the entire series is applied. Huw.

Re: Regression testing breakthrough

2011-10-19 Thread Marcus Meissner
On Wed, Oct 19, 2011 at 04:18:50PM +0200, Frédéric Delanoy wrote: On Wed, Oct 19, 2011 at 15:50, Marcus Meissner meiss...@suse.de wrote: On Wed, Oct 19, 2011 at 02:42:29PM +0100, Ken Sharp wrote: On 19/10/11 13:43, Frédéric Delanoy wrote: On Wed, Oct 19, 2011 at 14:08, Joel

Re: Anyone wants to ban spammer on forum

2011-10-19 Thread Tijl Coosemans
On Wednesday 19 October 2011 14:08:14 L. Rahyen wrote: On 2011-10-19 (October, Wednesday) 02:37:41 Vitaliy Margolen wrote: On 10/18/2011 07:37 PM, Vitaliy Margolen wrote: So any admins actually watching and want to bad roberbdib3a on forum? Also why aren't every moderator has these rights to

Re: Anyone wants to ban spammer on forum

2011-10-19 Thread Jeremy Newman
On 10/19/2011 10:21 AM, Tijl Coosemans wrote: The past few days there's been spam messages every few minutes and as soon as you ban an account an other one appears. Obviously the bots have figured out the answer to the captcha. Alrighty then, time for me to change the question... Done! The

Re: Anyone wants to ban spammer on forum

2011-10-19 Thread Paul Romanyszyn
On 10/19/2011 11:21 AM, Tijl Coosemans wrote: On Wednesday 19 October 2011 14:08:14 L. Rahyen wrote: On 2011-10-19 (October, Wednesday) 02:37:41 Vitaliy Margolen wrote: On 10/18/2011 07:37 PM, Vitaliy Margolen wrote: So any admins actually watching and want to bad roberbdib3a on forum? Also

Re: Anyone wants to ban spammer on forum

2011-10-19 Thread Ken Sharp
On 19/10/11 16:49, Jeremy Newman wrote: On 10/19/2011 10:21 AM, Tijl Coosemans wrote: The past few days there's been spam messages every few minutes and as soon as you ban an account an other one appears. Obviously the bots have figured out the answer to the captcha. Alrighty then, time for

Re: 80141: vbscript: Added Global_IsEmpty implementation

2011-10-19 Thread Dan Kegel
Hi Jacek, build failed here... did you forget #include assert.h ? On Wed, Oct 19, 2011 at 9:56 AM, build...@kegel.com wrote: This is an experimental automated build and test service. Please feel free to ignore this email while we work the kinks out. For more info about this message, see

Re: Fix Bug 23124 with an ln -s

2011-10-19 Thread Austin English
On Tue, Oct 18, 2011 at 17:25, Ken Sharp kennyb...@o2.co.uk wrote: http://bugs.winehq.org/show_bug.cgi?id=23124 Could someone tell me if the attached patch would actually work? It does compile and works correctly with LANG=en_PH.utf-8 but I'm don't know that: 1. Using an ln -s is

Re: vbscript: Added Global_IsEmpty implementation

2011-10-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=15010 Your paranoid

Re: vbscript: Added Global_IsEmpty implementation

2011-10-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=15010 Your paranoid

Re: [PATCH 2/2] vbscript: Added Global_IsEmpty implementation

2011-10-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=15011 Your paranoid

Re: Bug 28791: ensure that dashes value is not 0 for PS_USERSTYLE linestyles

2011-10-19 Thread Alexandre Julliard
damian dixon damian.di...@gmail.com writes: diff --git a/dlls/winex11.drv/pen.c b/dlls/winex11.drv/pen.c index b677515..71b1bea 100644 --- a/dlls/winex11.drv/pen.c +++ b/dlls/winex11.drv/pen.c @@ -108,7 +108,7 @@ HPEN X11DRV_SelectPen( PHYSDEV dev, HPEN hpen ) case PS_USERSTYLE:

Re: Bug 28791: ensure that dashes value is not 0 for PS_USERSTYLE linestyles

2011-10-19 Thread Damian Dixon
Just removing the zeros will shift the pattern to the left potentially producing an effect that is not expected. I will take a look at what happens on Windows to see what needs to be replicated. On 19 October 2011 20:05, Alexandre Julliard julli...@winehq.org wrote: damian dixon

Re: Anyone wants to ban spammer on forum

2011-10-19 Thread Vitaliy Margolen
On 10/19/2011 09:49 AM, Jeremy Newman wrote: On 10/19/2011 10:21 AM, Tijl Coosemans wrote: The past few days there's been spam messages every few minutes and as soon as you ban an account an other one appears. Obviously the bots have figured out the answer to the captcha. Alrighty then, time