[OLEAUT32_WINETEST]

Skip crashing tests test_apm and test_enhmetafile

See issue #5396 for more details.

svn path=/trunk/; revision=47214
This commit is contained in:
Timo Kreuzer 2010-05-15 01:30:24 +00:00
parent 1e9beb6809
commit 8653f56515

View file

@ -720,9 +720,11 @@ START_TEST(olepicture)
if (0) test_pic(pngimage, sizeof(pngimage)); if (0) test_pic(pngimage, sizeof(pngimage));
test_empty_image(); test_empty_image();
test_empty_image_2(); test_empty_image_2();
test_apm(); skip("skipping test_apm, see bug 5396\n");
//test_apm();
test_metafile(); test_metafile();
test_enhmetafile(); skip("skipping test_enhmetafile, see bug 5396\n");
//test_enhmetafile();
test_Invoke(); test_Invoke();
test_OleCreatePictureIndirect(); test_OleCreatePictureIndirect();