urlmon: Skip more tests on old IE and ignore BINDSTATUS_PROXYDETECTING notification.

Jacek Caban jacek at codeweavers.com
Tue Jan 13 08:22:22 CST 2009


Paul Vriens wrote:
> Paul Vriens wrote:
>> Jacek Caban wrote:
>>> ---
>>>  dlls/urlmon/tests/url.c |  157 
>>> +++++++++++++++++++++++++----------------------
>>>  1 files changed, 84 insertions(+), 73 deletions(-)
>>>
>>>
>>>
>>> ------------------------------------------------------------------------ 
>>>
>>>
>>>
>> Hi Jacek,
>>
>> As of this patch we skip running most of the tests on Wine (and 
>> Windows). I only see a few W2K boxes that run the full tests for 
>> url.c (+/- 3800 tests). The rest only run 137 tests
>>
> Shouldn't that
>
> if(!test_RegisterBindStatusCallback()) {
>
> actually be
>
> if(test_RegisterBindStatusCallback()) {
>

Yes, it should. It's fixed by my yesterday (not yet applied) patch.


Thanks,
    Jacek



More information about the wine-devel mailing list