https://bugs.winehq.org/show_bug.cgi?id=17195
--- Comment #156 from Sebastian Lackner sebastian@fds-team.de --- Thanks for testing. :) I would guess the remaining failures are caused by either:
* the CloseHandle tests which are still todo_wine so far, or * the fact that on linux we have a message size limit smaller than on Windows. This can be modified by using /proc.
I'm currently updating the patches, and will add a FIXME for the message size - this should allow manually adjusting (or at least notice when something goes wrong). I'll also check if I can do some testing myself for those apps, which still don't pass the test.