[mshtml/tests] Fix 2 test failures on IE8

Paul Vriens paul.vriens.wine at gmail.com
Wed May 27 02:18:14 CDT 2009


Jacek Caban wrote:
> Hi Paul,
> 
> Paul Vriens wrote:
>> Changelog
>>   Fix 2 test failures on IE8
>>
> -        ok(disp == (void*)0xdeadbeef, "disp=%p\n", disp);
> +        ok(disp == (void*)0xdeadbeef ||
> +           disp == NULL, /* IE8 */
> 
> 
> This test does no longer make sense. It would be better to remove it and 
> preferably change implementation to match IE8.
> 
> 
> Thanks,
>    Jacek
> 
> 
> 
Hi Jacek,

Something like the attached?

-- 
Cheers,

Paul.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20090527/7f97926f/attachment.asc>


More information about the wine-devel mailing list