reactos/rostests/winetests/shell32/roshack.diff
Stefan Ginsberg 9775c57652 - Re-enable some Winetests now that Cm sucks less
- Add missing ROS-HACK tag

svn path=/trunk/; revision=38273
2008-12-22 18:48:06 +00:00

28 lines
758 B
Diff

Index: shlexec.c
===================================================================
--- shlexec.c (revision 38229)
+++ shlexec.c (working copy)
@@ -1577,6 +1577,8 @@
START_TEST(shlexec)
{
+ skip("ROS-HACK: Skipping shell execute tests\n");
+ return;
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("ROS-HACK: Skipping systray tests\n");
+ return;
+
hshell32 = GetModuleHandleA("shell32.dll");
pShell_NotifyIconW = (void*)GetProcAddress(hshell32, "Shell_NotifyIconW");