[PATCH 1/2] urlmon/tests: Add a test for ProtocolCF_CreateInstance not supporting aggregation.
From: Dmitry Timoshkov <dmitry(a)baikal.ru> Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/urlmon/tests/protocol.c | 156 ++++++++++++++++++++++++++++------- 1 file changed, 128 insertions(+), 28 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=52693 Your paranoid android. === w864 (32 bit report) === urlmon: protocol.c:896: Test failed: unexpected call ReportProgress_FINDINGRESOURCE protocol.c:900: Test failed: unexpected call ReportProgress_CONNECTING === w864 (64 bit report) === urlmon: protocol.c:896: Test failed: unexpected call ReportProgress_FINDINGRESOURCE protocol.c:900: Test failed: unexpected call ReportProgress_CONNECTING
participants (2)
-
Jacek Caban -
Marvin