From 6a06b0a05a24e711d480d0f9ff25857e60087bc9 Mon Sep 17 00:00:00 2001 From: Justin Miller Date: Mon, 25 Aug 2025 15:11:55 -0700 Subject: [PATCH] [ROSTESTS][SHELL32] The shellexec(n) tests are broken on Windows (#8349) They leave a bunch of processes spawned forever preventing the system from shutting down --- modules/rostests/apitests/shell32/testlist.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/rostests/apitests/shell32/testlist.c b/modules/rostests/apitests/shell32/testlist.c index bdf3f733a75..851bc715a78 100644 --- a/modules/rostests/apitests/shell32/testlist.c +++ b/modules/rostests/apitests/shell32/testlist.c @@ -97,10 +97,10 @@ const struct test winetest_testlist[] = { "SHDefExtractIcon", func_SHDefExtractIcon }, { "SHEnumerateUnreadMailAccountsW", func_SHEnumerateUnreadMailAccountsW }, { "She", func_She }, - { "ShellExec_RunDLL", func_ShellExec_RunDLL }, - { "ShellExecCmdLine", func_ShellExecCmdLine }, - { "ShellExecuteEx", func_ShellExecuteEx }, - { "ShellExecuteW", func_ShellExecuteW }, + //{ "ShellExec_RunDLL", func_ShellExec_RunDLL }, Broke on Windows + //{ "ShellExecCmdLine", func_ShellExecCmdLine }, Broke on Windows + //{ "ShellExecuteEx", func_ShellExecuteEx }, Broke on Windows + //{ "ShellExecuteW", func_ShellExecuteW }, Broke on Windows { "ShellHook", func_ShellHook }, { "ShellState", func_ShellState }, { "SHGetAttributesFromDataObject", func_SHGetAttributesFromDataObject },