From e48fb0b04c2974635e4cd15300af04488ecd5ffa Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Sun, 21 Dec 2008 23:42:08 +0000 Subject: [PATCH] - More hack svn path=/trunk/; revision=38256 --- rostests/winetests/shell32/roshack.diff | 14 ++++++++++++++ rostests/winetests/shell32/systray.c | 3 +++ 2 files changed, 17 insertions(+) diff --git a/rostests/winetests/shell32/roshack.diff b/rostests/winetests/shell32/roshack.diff index 5eb7175da73..4e194dbd721 100644 --- a/rostests/winetests/shell32/roshack.diff +++ b/rostests/winetests/shell32/roshack.diff @@ -11,3 +11,17 @@ Index: shlexec.c myARGC = winetest_get_mainargs(&myARGV); if (myARGC >= 3) +Index: systray.c +=================================================================== +--- systray.c (revision 38229) ++++ systray.c (working copy) +@@ -138,6 +138,9 @@ + RECT rc; + HMODULE huser32, hshell32; + ++ skip("Skipping systray tests\n"); ++ return; ++ + hshell32 = GetModuleHandleA("shell32.dll"); + pShell_NotifyIconW = (void*)GetProcAddress(hshell32, "Shell_NotifyIconW"); + diff --git a/rostests/winetests/shell32/systray.c b/rostests/winetests/shell32/systray.c index c672d671b59..4eb1a5d4714 100644 --- a/rostests/winetests/shell32/systray.c +++ b/rostests/winetests/shell32/systray.c @@ -138,6 +138,9 @@ START_TEST(systray) RECT rc; HMODULE huser32, hshell32; + skip("Skipping systray tests\n"); + return; + hshell32 = GetModuleHandleA("shell32.dll"); pShell_NotifyIconW = (void*)GetProcAddress(hshell32, "Shell_NotifyIconW");