From 6b222fb08462a1383320bc218de5fc6916fe2ddc Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 17 May 2025 12:57:24 +0300 Subject: [PATCH] [SHELL32_APITEST] Comment out OpenAs_RunDLL test This test hangs on Windows 2003 and breaks testing on Windows 2003 x64. --- modules/rostests/apitests/shell32/testlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rostests/apitests/shell32/testlist.c b/modules/rostests/apitests/shell32/testlist.c index 8df6bbc00b6..bdf3f733a75 100644 --- a/modules/rostests/apitests/shell32/testlist.c +++ b/modules/rostests/apitests/shell32/testlist.c @@ -81,7 +81,7 @@ const struct test winetest_testlist[] = { "Int64ToString", func_Int64ToString }, { "IShellFolderViewCB", func_IShellFolderViewCB }, { "menu", func_menu }, - { "OpenAs_RunDLL", func_OpenAs_RunDLL }, + //{ "OpenAs_RunDLL", func_OpenAs_RunDLL }, // Test hangs on Win 2003 { "PathIsEqualOrSubFolder", func_PathIsEqualOrSubFolder }, { "PathIsTemporary", func_PathIsTemporary }, { "PathMakeUniqueName", func_PathMakeUniqueName },