mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
16 lines
476 B
Diff
16 lines
476 B
Diff
![]() |
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;
|