[ROSTESTS]
authorSylvain Petreolle <spetreolle@yahoo.fr>
Sun, 17 Jul 2011 23:22:34 +0000 (23:22 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Sun, 17 Jul 2011 23:22:34 +0000 (23:22 +0000)
Disable urlmon:protocol test since it crashes now.
See bug 6381 for more details.

svn path=/trunk/; revision=52722

rostests/winetests/urlmon/protocol.c

index 4ca6da1..d5a0357 100644 (file)
@@ -3442,6 +3442,12 @@ START_TEST(protocol)
 {
     HMODULE hurlmon;
 
+    if(!winetest_interactive)
+    {
+        skip("protocol test skipped, bug 6381\n");
+        return;
+    }
+
     hurlmon = GetModuleHandle("urlmon.dll");
     pCoInternetGetSession = (void*) GetProcAddress(hurlmon, "CoInternetGetSession");
     pReleaseBindInfo = (void*) GetProcAddress(hurlmon, "ReleaseBindInfo");