Re: gdi32: Tests for the codepages supported by TranslateCharsetInfo

2010-01-27 Thread Dmitry Timoshkov
Ilya Shpigor wrote: > +static void test_TranslateCharsetInfo(void) > +{ > +/* Any other codepages are not supported > + * by TranslateCharsetInfo in Windows XP > + */ > +test_codepage(42, 2); > +test_codepage(874, 222); > +test_codepage(932, 128); > +test_codepage(936,

Re: gdi32: Tests for the codepages supported by TranslateCharsetInfo

2010-01-27 Thread Paul Vriens
On 01/27/2010 11:01 AM, Ilya Shpigor wrote: Hi Ilya, These tests introduce failures on Win9x/NT4: https://winetestbot.geldorp.nl/JobDetails.pl?Key=456 It would maybe be worthwhile to add some more info to the traces by using __LINE__ for example (see examples in other tests). You can req