Re: [PATCH 1/2] urlmon: Added IInternetProtocolEx support to BindProtocol.
Jacek Caban <jacek(a)codeweavers.com> writes:
--- dlls/urlmon/bindprot.c | 343 +++++++++++++++++++++++++++++------------------ 1 files changed, 212 insertions(+), 131 deletions(-)
It breaks the tests: ../../../tools/runtest -q -P wine -M gameux.dll -T ../../.. -p gameux_test.exe.so gameexplorer.c && touch gameexplorer.ok gameexplorer.c:571: Test failed: IGameExplorer::AddGame failed (error 0x80004005) gameexplorer.c:589: Test failed: IGameExplorer::AddGame failed (error 0x80004005) gameexplorer.c:640: Test failed: IGameExplorer2::InstallGame failed (error 0x80004005) gameexplorer.c:643: Test failed: cannot find game with GDF path L"Z:\\home\\julliard\\wine\\wine\\dlls\\gameux\\tests\\gameux_test.exe" in scope 2 make: *** [gameexplorer.ok] Error 4 -- Alexandre Julliard julliard(a)winehq.org
On 10/18/10 8:15 PM, Alexandre Julliard wrote:
Jacek Caban<jacek(a)codeweavers.com> writes:
--- dlls/urlmon/bindprot.c | 343 +++++++++++++++++++++++++++++------------------ 1 files changed, 212 insertions(+), 131 deletions(-) It breaks the tests:
../../../tools/runtest -q -P wine -M gameux.dll -T ../../.. -p gameux_test.exe.so gameexplorer.c&& touch gameexplorer.ok gameexplorer.c:571: Test failed: IGameExplorer::AddGame failed (error 0x80004005) gameexplorer.c:589: Test failed: IGameExplorer::AddGame failed (error 0x80004005) gameexplorer.c:640: Test failed: IGameExplorer2::InstallGame failed (error 0x80004005) gameexplorer.c:643: Test failed: cannot find game with GDF path L"Z:\\home\\julliard\\wine\\wine\\dlls\\gameux\\tests\\gameux_test.exe" in scope 2 make: *** [gameexplorer.ok] Error 4
I didn't think about running these tests, sorry. It looks like res: protocol handling in CreateUri is not up to the task yet. Jacek
participants (2)
-
Alexandre Julliard -
Jacek Caban