mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Disable shell32 execute tests
- Add missing ole32 diff svn path=/trunk/; revision=38254
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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")))
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user