From 8653f565158fc93df23b7ebc2ab7bb892a506c12 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 15 May 2010 01:30:24 +0000 Subject: [PATCH] [OLEAUT32_WINETEST] Skip crashing tests test_apm and test_enhmetafile See issue #5396 for more details. svn path=/trunk/; revision=47214 --- rostests/winetests/oleaut32/olepicture.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rostests/winetests/oleaut32/olepicture.c b/rostests/winetests/oleaut32/olepicture.c index 2dc1b05cf92..d68c25a6601 100644 --- a/rostests/winetests/oleaut32/olepicture.c +++ b/rostests/winetests/oleaut32/olepicture.c @@ -720,9 +720,11 @@ START_TEST(olepicture) if (0) test_pic(pngimage, sizeof(pngimage)); test_empty_image(); test_empty_image_2(); - test_apm(); + skip("skipping test_apm, see bug 5396\n"); + //test_apm(); test_metafile(); - test_enhmetafile(); + skip("skipping test_enhmetafile, see bug 5396\n"); + //test_enhmetafile(); test_Invoke(); test_OleCreatePictureIndirect();