[Bug 10204] Incorrectly raised FD_WRITE socket event

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Dec 6 13:20:09 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=10204


Juan Lang <juan_lang at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |juan_lang at yahoo.com




--- Comment #3 from Juan Lang <juan_lang at yahoo.com>  2007-12-06 13:20:08 ---
Any chance of making your test program into a regression test?  Rather than the
two printf's, you might do something like:

    ok(evs.lNetworkEvents & FD_WRITE, "Expected FD_WRITE to be set\n");

in the first case, and:

    todo_wine ok(!(evs.lNetworkEvents & FD_WRITE), "Expected FD_WRITE to be
cleared\n");

in the second.

Getting a regression test committed will increase the chances of getting a fix
accepted, too.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list