Skip to content

Commit 6a06b0a

Browse files
authored
[ROSTESTS][SHELL32] The shellexec(n) tests are broken on Windows (reactos#8349)
They leave a bunch of processes spawned forever preventing the system from shutting down
1 parent 320bc52 commit 6a06b0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/rostests/apitests/shell32/testlist.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ const struct test winetest_testlist[] =
9797
{ "SHDefExtractIcon", func_SHDefExtractIcon },
9898
{ "SHEnumerateUnreadMailAccountsW", func_SHEnumerateUnreadMailAccountsW },
9999
{ "She", func_She },
100-
{ "ShellExec_RunDLL", func_ShellExec_RunDLL },
101-
{ "ShellExecCmdLine", func_ShellExecCmdLine },
102-
{ "ShellExecuteEx", func_ShellExecuteEx },
103-
{ "ShellExecuteW", func_ShellExecuteW },
100+
//{ "ShellExec_RunDLL", func_ShellExec_RunDLL }, Broke on Windows
101+
//{ "ShellExecCmdLine", func_ShellExecCmdLine }, Broke on Windows
102+
//{ "ShellExecuteEx", func_ShellExecuteEx }, Broke on Windows
103+
//{ "ShellExecuteW", func_ShellExecuteW }, Broke on Windows
104104
{ "ShellHook", func_ShellHook },
105105
{ "ShellState", func_ShellState },
106106
{ "SHGetAttributesFromDataObject", func_SHGetAttributesFromDataObject },

0 commit comments

Comments
 (0)