- Re-enable some Winetests now that Cm sucks less

- Add missing ROS-HACK tag

svn path=/trunk/; revision=38273
This commit is contained in:
Stefan Ginsberg 2008-12-22 18:48:06 +00:00
parent 4054e57321
commit 9775c57652
6 changed files with 2 additions and 39 deletions

View file

@ -418,10 +418,6 @@ START_TEST(mru)
{
hComctl32 = GetModuleHandleA("comctl32.dll");
/* The registry usage here crashes the system because of broken Cm -- remove this when Cm gets fixed */
skip("ROS-HACK: Skipping mru tests -- Cm is broken\n");
return;
delete_reg_entries();
if (!create_reg_entries())
return;

View file

@ -4561,9 +4561,6 @@ START_TEST(install)
{
DWORD len;
char temp_path[MAX_PATH], prev_path[MAX_PATH];
skip("ROS-HACK: Skipping install tests -- Cm sucks\n");
return;
init_functionpointers();

View file

@ -6903,8 +6903,6 @@ static void test_MsiGetUserInfo(void)
START_TEST(msi)
{
skip("ROS-HACK: Skipping msi tests -- Cm sucks\n");
return;
init_functionpointers();

View file

@ -1,28 +0,0 @@
Index: install.c
===================================================================
--- install.c (revision 38229)
+++ install.c (working copy)
@@ -4561,6 +4561,9 @@
{
DWORD len;
char temp_path[MAX_PATH], prev_path[MAX_PATH];
+
+ skip("ROS-HACK: Skipping install tests -- Cm sucks\n");
+ return;
init_functionpointers();
Index: msi.c
===================================================================
--- msi.c (revision 38229)
+++ msi.c (working copy)
@@ -6903,6 +6903,9 @@
START_TEST(msi)
{
+ skip("ROS-HACK: Skipping msi tests -- Cm sucks\n");
+ return;
+
init_functionpointers();
test_usefeature();

View file

@ -19,7 +19,7 @@ Index: systray.c
RECT rc;
HMODULE huser32, hshell32;
+ skip("Skipping systray tests\n");
+ skip("ROS-HACK: Skipping systray tests\n");
+ return;
+
hshell32 = GetModuleHandleA("shell32.dll");

View file

@ -138,7 +138,7 @@ START_TEST(systray)
RECT rc;
HMODULE huser32, hshell32;
skip("Skipping systray tests\n");
skip("ROS-HACK: Skipping systray tests\n");
return;
hshell32 = GetModuleHandleA("shell32.dll");