<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=ET link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'>Hello<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'>Perhaps the issue is related to the png url redirecting from http to https?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'>At line 2883 in events.c there is<br>        run_test(readystate_doc_str, test_onreadystatechange);<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'>        run_test(img_doc_str, test_imgload);<br>Meaning that imgload test runs right after readystatechange test which very likely has finished correctly.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'>On line 1847 in test_imgload function there is img url <a href="http://www.winehq.org/images/winehq_logo_text.png">http://www.winehq.org/images/winehq_logo_text.png</a><br>When opening it, it actually seems to redirect to <a href="https://www.winehq.org/images/winehq_logo_text.png">https://www.winehq.org/images/winehq_logo_text.png</a><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'>Most likely some winehq.org server setting was changed to force connections to https and IE started complaining?<br>Does it help if the url is also fixed to be https from the start? Or does the IE expect it to be from HTTP when loading non-remote html?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'>Regards,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'>Indrek<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><b><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif"'> wine-devel [mailto:wine-devel-bounces@winehq.org] <b>On Behalf Of </b>Austin English<br><b>Sent:</b> Friday, August 29, 2014 8:32 PM<br><b>To:</b> Francois Gouget<br><b>Cc:</b> Jeremy White; Wine Develop<br><b>Subject:</b> Re: Wine test analysis August 28th<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>On Fri, Aug 29, 2014 at 12:25 PM, Francois Gouget <<a href="mailto:fgouget@free.fr" target="_blank">fgouget@free.fr</a>> wrote:<o:p></o:p></p><div><div><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt'><p class=MsoNormal style='margin-bottom:12.0pt'><br>One of the failures is mshtml:events which has started ahppening on the<br>11th of August.<br><br>What is mighty strange is that:<br>* There was no change to dlls/mshtml/tests/events.c around that time and<br>  testing with a pre-11th build still shows the failure.<br>* I did not change the VMs around that time (or any time past the 3rd of<br>  August). Also the failures started happening not only on some of my<br>  VMware VMs, but also on the Windows 2008 VMs of the TestBot.<br>* It does not seem that test actually accesses the network though I<br>  may be wrong there. Could it be a change on the Wine web server (I<br>  found no matching commit in the tools repository).<br>* The test started failing on Linux (64 bit only) and FreeBSD (32 bit)<br>  on the 15th which corresponds to the next commit round.<br><br>Testing this Windows 2000 and XP shows that the issue is that the<br>iframe_onreadystatechange_complete test triggers a 'You are about to<br>view pages over a secure connection' popup dialog which blocks the<br>process until it is answered, thus leading to the timeout.<br><br>So given that nothing changed in the VM (still starting from the same<br>snapshot), why did it start displaying this dialog on the 11th?<br><br>Here's a screenshot:<br><a href="http://fgouget.free.fr/tmp/mshtml_events.png" target="_blank">http://fgouget.free.fr/tmp/mshtml_events.png</a><br><span style='color:#888888'><br>--<br>Francois Gouget <</span><a href="mailto:fgouget@free.fr">fgouget@free.fr</a><span style='color:#888888'>>              </span><a href="http://fgouget.free.fr/" target="_blank">http://fgouget.free.fr/</a><span style='color:#888888'><br>                        question = ( to ) ? be : ! be;<br>                              -- Wm. Shakespeare<br><br></span><o:p></o:p></p></blockquote></div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>FWIW, I've noticed a hang with mshtml:events under valgrind (and when I attempted to bisect it, previously working commits failed). I filed a bug, didn't investigate further:<br><a href="https://bugs.winehq.org/show_bug.cgi?id=37157">https://bugs.winehq.org/show_bug.cgi?id=37157</a><br clear=all><o:p></o:p></p></div><div><p class=MsoNormal><br>-- <br>-Austin <o:p></o:p></p></div></div></div></body></html>