Translation commits for wine-1.2.3

2011-04-05 Thread Michael Stefaniuc
Hello Alexandre, attached is the list of translation commits that can be cherry-picked for wine-1.2.3. Notes: - The cherry-picks for cryptui and wineconsole will need a manual conflict resolution as they depend on my janitorial commits. - The Arab and Hebrew translations are filtered out (sup

Re: [PATCH] cmd: Added set /a (try 3, fixed tests and patch formatting) Some tests were written by Jack Kutilek

2011-04-05 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=10353 Your paranoid android

Re: ntdll: Remove more path trailing chars.

2011-04-05 Thread Nikolay Sivov
On 4/5/2011 23:36, Vincent Pelletier wrote: Hi. Le samedi 02 avril 2011 09:16:53, Nikolay Sivov a écrit : Please use table for test data and put your macro body in a loop. Done locally (indeed nicer). I have one more thing to figure out before posting again: how to deal with the NT4 failures t

Re: ntdll: Remove more path trailing chars.

2011-04-05 Thread Juan Lang
Hi Vincent, > Those tests are boolean, so I doubt an "ok(pass || fail /* NT4 */)" makes any > sense. > I saw that it is discouraged (forbidden ?) to depend on OS version in tests, > so I will avoid that path unless asked to follow it. > I've been advised on IRC to use "broken()", but I don't see h

Re: cmd: Added set /a (try 2)

2011-04-05 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=10349 Your paranoid android

Re: ntdll: Remove more path trailing chars.

2011-04-05 Thread Vincent Pelletier
Hi. Le samedi 02 avril 2011 09:16:53, Nikolay Sivov a écrit : > Please use table for test data and put your macro body in a loop. Done locally (indeed nicer). I have one more thing to figure out before posting again: how to deal with the NT4 failures testbot detected[1]. Those tests are boolean

Sorry about the duplicate patches.

2011-04-05 Thread Joel Teichroeb
When trying to submit my first patch I did not do it correctly, and on http://source.winehq.org/patches/ it shows up 5 times. The correct patch is http://www.winehq.org/pipermail/wine-patches/2011-April/100677.html Thanks for your patience. Joel Teichroeb

Wanted: TestBot maintainer

2011-04-05 Thread Greg Geldorp
Due to personal circumstances I won't be able to maintain the TestBot much longer. I'm looking for a volunteer to take over this responsibility. I can offer the hardware on which the bot runs for another 2 years or so. You'll get full access to the hardware. It helps if you have a bit of experie

Re: gdi32/tests: Start of a framework for writing dib driver tests.

2011-04-05 Thread Huw Davies
On Tue, Apr 05, 2011 at 03:31:23PM +0100, Huw Davies wrote: > > Try2. Using the A_SHA functions to generate the hashes. Although somewhat neater than the first version it doesn't work on nt4/win2k as they don't export these functions. So we're better off using the original. Huw.

Re: gdi32/tests: Start of a framework for writing dib driver tests.

2011-04-05 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=10338 Your paranoid android

Re: mshtml: Properly handle upload streams containing headers

2011-04-05 Thread Alexandre Julliard
Jacek Caban writes: > +if(nschannel->post_data_contains_headers) { > +if(data[0] == '\r' && data[1] == '\n') { > +post_data = data+2; > +data_len -= 2; > +}else { > +WCHAR *headers; > +DWORD size; > + > +post_data = m

Re: [PATCH] cmd: Added set /a

2011-04-05 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=10334 Your paranoid android

Re: msi: Fix parsing of an empty property followed by a non-empty property.

2011-04-05 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=10333 Your paranoid android