http://bugs.winehq.org/show_bug.cgi?id=10204
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |juan_lang@yahoo.com
--- Comment #3 from Juan Lang juan_lang@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.