reactos/rostests/winetests/comctl32/roshack.diff

16 lines
476 B
Diff
Raw Normal View History

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;