[ROSTESTS]

- Skip test_enhmetafile to prevent the oleaut_winetest:olepicture crash. 
See issue #5000 for more details. Test skipping must be diffed, else will be reverted again at winesync.

svn path=/trunk/; revision=52721
This commit is contained in:
Olaf Siejka 2011-07-17 21:30:16 +00:00
parent 4b5b01dfe6
commit 1e168bdfba

View file

@ -578,6 +578,11 @@ static void test_enhmetafile(void)
BOOL keep;
short type;
if(!winetest_interactive) {
skip("Bug 5000: oleaut_winetest:olepicture crashes with Page Fault.\n");
return;
}
hglob = GlobalAlloc (0, sizeof(enhmetafile));
data = GlobalLock(hglob);
memcpy(data, enhmetafile, sizeof(enhmetafile));