Re: [PATCH] Fixed a couple of warnings for 64bit targets

2011-12-08 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=15850 Your paranoid android

Re: how to debug wine

2011-12-08 Thread Austin English
On Wed, Dec 7, 2011 at 03:23, winepp wrote: > Dear sir: >    I downloaded the source of wine1.3.29.I want to know how does it work,so > I  must debug the source of wine! Can you tell me  how to debug wine? Shall > I need to install any other tools? >    Thank you very much! This list is for devel

Re: usp10: add Myanmar script

2011-12-08 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=15845 Your paranoid android

Re: [5/6] gdi32: Substitute glyph for vertical font only. (try 2)

2011-12-08 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=15835 Your paranoid android

Re: [3/6] gdi32: Don't remove leading '@' from face name. (try 2)

2011-12-08 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=15833 Your paranoid android

Re: [4/6] gdi32: Add vertical fonts to font list. (try 2)

2011-12-08 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=15834 Your paranoid android

Re: [2/6] gdi32: Don't use preferred family. (try 2)

2011-12-08 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=15832 Your paranoid android

Re: [1/6] gdi32/tests: Add tests for vertical font. (try 2)

2011-12-08 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=15831 Your paranoid android

Re: Antw.: Remove obsolete and unused cmdlgtst.

2011-12-08 Thread Alexandre Julliard
Michael Stefaniuc writes: > On 12/08/2011 01:16 PM, Dmitry Timoshkov wrote: >> "André Hentschel" wrote: >> >>> Yes, i just recently modified it to test a bug, please don't remove it >> >> You can always get through git when needed it. > That or we split it out into a separate git tree. > > But w

Re: [5/6] gdi32: Substitute glyph for vertical font only.

2011-12-08 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=15830 Your paranoid android

Re: [4/6] gdi32: Add vertical fonts to list.

2011-12-08 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=15829 Your paranoid android

Re: [3/6] gdi32: Don't remove leading '@' from face name.

2011-12-08 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=15828 Your paranoid android

Re: [1/6] gdi32/tests: Add tests for vertical font.

2011-12-08 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=15826 Your paranoid android

Re: [2/6] gdi32: Don't use preferred family.

2011-12-08 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=15827 Your paranoid android

Re: Antw.: Remove obsolete and unused cmdlgtst.

2011-12-08 Thread Michael Stefaniuc
On 12/08/2011 01:16 PM, Dmitry Timoshkov wrote: "André Hentschel" wrote: Yes, i just recently modified it to test a bug, please don't remove it You can always get through git when needed it. That or we split it out into a separate git tree. But we can keep it if it is still useful. My only

Re: [6/6] gdi32: Add a helper function to convert a string from A to W.

2011-12-08 Thread Dmitry Timoshkov
Kusanagi Kouichi wrote: > +static WCHAR *towstr(const UINT cp, const char * const str) > +{ You are overusing 'const' modifiers. -- Dmitry.

Re: [1/6] gdi32/tests: Add tests for vertical font.

2011-12-08 Thread Dmitry Timoshkov
Kusanagi Kouichi wrote: > @@ -4099,4 +4186,5 @@ START_TEST(font) > * is properly implemented. > */ > test_CreateScalableFontResource(); > +test_vertical_font(); > } Did you read the comment above the added line? -- Dmitry.

Re: Antw.: Remove obsolete and unused cmdlgtst.

2011-12-08 Thread Dmitry Timoshkov
"André Hentschel" wrote: > Yes, i just recently modified it to test a bug, please don't remove it You can always get through git when needed it. Please avoid reposting huge messages without any purpose, strip the content you are not going to comment on. -- Dmitry.

how to debug wine

2011-12-08 Thread winepp
Dear sir: I downloaded the source of wine1.3.29.I want to know how does it work,so I must debug the source of wine! Can you tell me how to debug wine? Shall I need to install any other tools? Thank you very much! -- View this message in context: http://wine.1045685.n5.nabble.com/how-to-