From 1e168bdfba36dc46c4de23e7a2aeefe07048e318 Mon Sep 17 00:00:00 2001 From: Olaf Siejka Date: Sun, 17 Jul 2011 21:30:16 +0000 Subject: [PATCH] [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 --- rostests/winetests/oleaut32/olepicture.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rostests/winetests/oleaut32/olepicture.c b/rostests/winetests/oleaut32/olepicture.c index af0fe57c5b0..9ed87008544 100644 --- a/rostests/winetests/oleaut32/olepicture.c +++ b/rostests/winetests/oleaut32/olepicture.c @@ -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));