mshtml/tests: update disabled test comment

Austin English austinenglish at gmail.com
Thu Feb 17 21:07:19 CST 2011


These tests crash on more than just win9x:
https://testbot.winehq.org/JobDetails.pl?Key=9371

-- 
-Austin
-------------- next part --------------
diff --git a/dlls/mshtml/tests/protocol.c b/dlls/mshtml/tests/protocol.c
index 599f43e..7504927 100644
--- a/dlls/mshtml/tests/protocol.c
+++ b/dlls/mshtml/tests/protocol.c
@@ -387,7 +387,7 @@ static void test_res_protocol(void)
 
         if (0)
         {
-        /* Crashes on win9x */
+        /* Crashes on windows */
         size = 0xdeadbeef;
         buf[0] = '?';
         hres = IInternetProtocolInfo_ParseUrl(protocol_info, NULL, PARSE_DOMAIN, 0, buf,
@@ -688,7 +688,7 @@ static void test_about_protocol(void)
 
         if (0)
         {
-        /* Crashes on win9x */
+        /* Crashes on windows */
         size = 0xdeadbeef;
         buf[0] = '?';
         hres = IInternetProtocolInfo_ParseUrl(protocol_info, NULL, PARSE_DOMAIN, 0, buf,


More information about the wine-patches mailing list