From e396f9689a070240297cf7debbb36a5d842e043a Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Tue, 29 Apr 2014 18:30:54 +0000 Subject: [PATCH] [kernel32_winetest] skip test_typelib_section svn path=/trunk/; revision=63046 --- rostests/winetests/kernel32/actctx.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rostests/winetests/kernel32/actctx.c b/rostests/winetests/kernel32/actctx.c index 792a292b8d2..194ff35b02c 100644 --- a/rostests/winetests/kernel32/actctx.c +++ b/rostests/winetests/kernel32/actctx.c @@ -1662,6 +1662,9 @@ static void test_dllredirect_section(void) static void test_typelib_section(void) { + skip("test_typelib_section\n"); + return; + static const WCHAR helpW[] = {'h','e','l','p'}; ACTCTX_SECTION_KEYED_DATA data, data2; struct guidsection_header *section;