- Disable shell32 execute tests

- Add missing ole32 diff

svn path=/trunk/; revision=38254
This commit is contained in:
Stefan Ginsberg
2008-12-21 23:16:59 +00:00
parent 3f4562d5c7
commit 31733a5f8a
4 changed files with 30 additions and 1 deletions
+1 -1
View File
@@ -1024,7 +1024,7 @@ static void test_CoGetObjectContext(void)
START_TEST(compobj)
{
skip("Skipping compobj tests\n");
skip("ROS-HACK: Skipping compobj tests\n");
return;
HMODULE hOle32 = GetModuleHandle("ole32");
+14
View File
@@ -0,0 +1,14 @@
Index: compobj.c
===================================================================
--- compobj.c (revision 38229)
+++ compobj.c (working copy)
@@ -1024,6 +1024,9 @@
START_TEST(compobj)
{
+ skip("ROS-HACK: Skipping compobj tests\n");
+ return;
+
HMODULE hOle32 = GetModuleHandle("ole32");
pCoGetObjectContext = (void*)GetProcAddress(hOle32, "CoGetObjectContext");
if (!(pCoInitializeEx = (void*)GetProcAddress(hOle32, "CoInitializeEx")))
+13
View File
@@ -0,0 +1,13 @@
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)
+2
View File
@@ -1577,6 +1577,8 @@ static void cleanup_test(void)
START_TEST(shlexec)
{
skip("ROS-HACK: Skipping shell execute tests\n");
return;
myARGC = winetest_get_mainargs(&myARGV);
if (myARGC >= 3)