http://bugs.winehq.org/show_bug.cgi?id=12141
Summary: "make test" fails in kernel32/comm.ok Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: wine@fatlxception.no-ip.org
I get the following failures when running "make test" on kernel32/comm.ok:
comm.c:739: Test failed: A timed-out read should return TRUE comm.c:740: Test failed: err=109 comm.c:742: Test failed: Unexpected TimeOut 0, expected 1000
I've been seeing this failure for quite a while and been skipping past it. Just reproduced it in today's git. I'm running Ubuntu Gutsy 32-bit. Did a "rm -rf ~/.wine && wineprefixcreate" immediately before the test. There's nothing connected to my PC's serial ports, but my user should have permission to access them.
Let me know if there's more information I can provide.