http://bugs.winehq.org/show_bug.cgi?id=17644
Summary: urlmon/protocol tests fail massively on OpenSolaris Product: Wine Version: 1.1.16 Platform: PC-x86-64 URL: http://test.winehq.org/data/74e9b904b9d3cbd892d7c26fd7ac 8f6a7f7be154/wine_ae-opensolaris/urlmon:protocol.html OS/Version: SunOS Status: NEW Keywords: download, regression, source Severity: major Priority: P2 Component: urlmon AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Regression caused by: austin@opensolaris:~/wine-git$ git bisect bad aa1d032271494aa9ae0e5fdd43661f9c9036fd38 is first bad commit commit aa1d032271494aa9ae0e5fdd43661f9c9036fd38 Author: Jacek Caban jacek@codeweavers.com Date: Wed Mar 4 19:06:06 2009 +0100
urlmon: Added ftp protocol tests.
:040000 040000 d26c7edfe25a9aac69a218950be85d59abe5b825 f760c606247e02a03964495c7323ed2cd9931963 M dlls
Now, urlmon fails massively, looping here: protocol.c:1775: Testing ftp protocol... protocol.c:1814: Test marked todo: unexpected GetBindString_USER_AGENT protocol.c:379: Test marked todo: expected ReportProgress_SENDINGREQUEST protocol.c:355: Test failed: unexpected call Switch protocol.c:355: Test failed: unexpected call Switch protocol.c:355: Test failed: unexpected call Switch protocol.c:355: Test failed: unexpected call Switch protocol.c:355: Test failed: unexpected call Switch protocol.c:355: Test failed: unexpected call Switch protocol.c:1831: Test failed: expected Switch protocol.c:355: Test failed: unexpected call Switch protocol.c:355: Test failed: unexpected call Switch protocol.c:355: Test failed: unexpected call Switch protocol.c:355: Test failed: unexpected call Switch protocol.c:355: Test failed: unexpected call Switch protocol.c:355: Test failed: unexpected call Switch
Marking as major since it then blocks winetest from running the rest of the tests.