http://bugs.winehq.org/show_bug.cgi?id=28749
Bug #: 28749 Summary: urlmon/tests/protocol.c fails and hangs under valgrind Product: Wine Version: 1.3.30 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: urlmon AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
When run under valgrind, "make protocol.ok" failed as follows:
err:wininet:NETCON_secure_connect SSL_connect failed: 12157 protocol.c:411: Test failed: unexpected service {79EAC9D5-BAFA-11CE-8C82-00AA004BA90B} protocol.c:984: Test failed: hrResult = 800c0008, expected: 00000000 protocol.c:989: Test failed: dwError == ERROR_SUCCESS protocol.c:614: Test failed: expected ReportData protocol.c:627: Test failed: expected OnResponse protocol.c:629: Test failed: expected ReportProgress_ACCEPTRANGES protocol.c:632: Test failed: expected ReportProgress_MIMETYPEAVAILABLE
and then hung.