mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00:00
[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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user