mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
- Hack away mru tests as Cm is broken
svn path=/trunk/; revision=38064
This commit is contained in:
parent
6b4c969767
commit
76e4f9ca92
2 changed files with 19 additions and 0 deletions
|
@ -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;
|
Loading…
Reference in a new issue