mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00: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:
parent
1e9beb6809
commit
8653f56515
1 changed files with 4 additions and 2 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue