Re: msvcrt: Fixed (_w)fopen_s with test. (try 2)

2010-11-09 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=6922 Your paranoid

Re: msvcrt: Fixed (_w)fopen_s with test. (try 2)

2010-11-09 Thread Dmitry Timoshkov
Eryk Wieliczko ewde...@gmail.com wrote: +if (!p_fopen_s) +{ +win_skip(Skipping fopen_s test\n); +return; +} +else +{ +/* testing fopen_s */ +ret = p_fopen_s(file, name, w); +ok(ret == 0, fopen_s failed with %d\n, ret); +