[PATCH] kernel32/tests: Add test of CreateDirectory with long path.

Dmitry Timoshkov dmitry at baikal.ru
Wed Nov 4 22:48:14 CST 2015


YongHao Hu <christopherwuy at gmail.com> wrote:

> On Windows, CreateDirectoryA fail when the path's size longer than 
> MAX_PATH-12(248) while Wine's implementation succeed.[1]
> 
> [1]:https://bugs.winehq.org/show_bug.cgi?id=39552

Is there an application that depends on this very strange implementation
detail? Besides, the messages in the ok() calls sometimes are wrong. Also,
you shouldn't test against TRUE/FALSE directly.

-- 
Dmitry.



More information about the wine-devel mailing list