- Hack away mru tests as Cm is broken

svn path=/trunk/; revision=38064
This commit is contained in:
Stefan Ginsberg 2008-12-14 00:46:06 +00:00
parent 6b4c969767
commit 76e4f9ca92
2 changed files with 19 additions and 0 deletions

View 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;

View 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;