mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
- Re-enable some Winetests now that Cm sucks less
- Add missing ROS-HACK tag svn path=/trunk/; revision=38273
This commit is contained in:
parent
4054e57321
commit
9775c57652
6 changed files with 2 additions and 39 deletions
|
@ -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;
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
|
@ -6903,8 +6903,6 @@ static void test_MsiGetUserInfo(void)
|
|||
|
||||
START_TEST(msi)
|
||||
{
|
||||
skip("ROS-HACK: Skipping msi tests -- Cm sucks\n");
|
||||
return;
|
||||
|
||||
init_functionpointers();
|
||||
|
||||
|
|
|
@ -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();
|
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue