mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 03:44:25 +08:00
[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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user