Re: msvcp90/tests: Skip tests on missing functions

2013-08-07 Thread André Hentschel
Am 07.08.2013 10:27, schrieb Piotr Caban: > On 08/06/13 23:00, André Hentschel wrote: >> @@ -749,6 +749,13 @@ static BOOL init(void) >> >> SET(p_basic_istream_char_read_uint64, >> >> "??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AA_K@Z"); >> + >> +if (!p

Re: msvcp90/tests: Skip tests on missing functions

2013-08-07 Thread Piotr Caban
On 08/06/13 23:00, André Hentschel wrote: @@ -749,6 +749,13 @@ static BOOL init(void) SET(p_basic_istream_char_read_uint64, "??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AA_K@Z"); + +if (!p_basic_istream_char_read_uint64) +{ +skip(

Re: msvcp90/tests: Skip tests on missing functions

2013-08-06 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=26628 Your paranoid android