mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 08:44:29 +08:00
- Hack away mru tests as Cm is broken
svn path=/trunk/; revision=38064
This commit is contained in:
@@ -418,6 +418,10 @@ 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;
|
||||
|
||||
15
rostests/winetests/comctl32/roshack.diff
Normal file
15
rostests/winetests/comctl32/roshack.diff
Normal file
@@ -0,0 +1,15 @@
|
||||
Index: mru.c
|
||||
===================================================================
|
||||
--- mru.c (revision 38062)
|
||||
+++ mru.c (working copy)
|
||||
@@ -418,6 +418,10 @@
|
||||
{
|
||||
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;
|
||||
Reference in New Issue
Block a user