From 521309797d2fa6aeeb15da7fef584ccb86fdc278 Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Sun, 17 Jul 2011 23:22:34 +0000 Subject: [PATCH] [ROSTESTS] Disable urlmon:protocol test since it crashes now. See bug 6381 for more details. svn path=/trunk/; revision=52722 --- rostests/winetests/urlmon/protocol.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rostests/winetests/urlmon/protocol.c b/rostests/winetests/urlmon/protocol.c index 4ca6da1cf20..d5a0357a2fd 100644 --- a/rostests/winetests/urlmon/protocol.c +++ b/rostests/winetests/urlmon/protocol.c @@ -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");