[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
This commit is contained in:
Justin Miller
2025-08-25 15:11:55 -07:00
committed by GitHub
parent 320bc52fb4
commit 6a06b0a05a

View File

@@ -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 },