Re: kernel32/tests : added tests for copyfileex try7

2013-02-06 Thread Alexandre Julliard
Patrick Rudolph s...@das-labor.org writes: +if( !GetTempPathA( MAX_PATH,tmppath ) ) +{ +win_skip(GetTempPathA failed\n); +return; +} + +/* create a dummy file for copy tests */ +if( !GetTempFileNameA( tmppath,IN,0,source_name ) ) +{ +

Re: kernel32/tests : added tests for copyfileex try7

2013-02-01 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=24239 Your paranoid