- Hack away mru tests as Cm is broken
authorStefan Ginsberg <stefanginsberg@gmail.com>
Sun, 14 Dec 2008 00:46:06 +0000 (00:46 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Sun, 14 Dec 2008 00:46:06 +0000 (00:46 +0000)
svn path=/trunk/; revision=38064

rostests/winetests/comctl32/mru.c
rostests/winetests/comctl32/roshack.diff [new file with mode: 0644]

index 8ef1617..df3ef89 100644 (file)
@@ -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;
diff --git a/rostests/winetests/comctl32/roshack.diff b/rostests/winetests/comctl32/roshack.diff
new file mode 100644 (file)
index 0000000..33fb4c9
--- /dev/null
@@ -0,0 +1,15 @@
+Index: mru.c\r
+===================================================================\r
+--- mru.c      (revision 38062)\r
++++ mru.c      (working copy)\r
+@@ -418,6 +418,10 @@\r
+ {
+     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;