mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
[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:
@@ -97,10 +97,10 @@ const struct test winetest_testlist[] =
|
|||||||
{ "SHDefExtractIcon", func_SHDefExtractIcon },
|
{ "SHDefExtractIcon", func_SHDefExtractIcon },
|
||||||
{ "SHEnumerateUnreadMailAccountsW", func_SHEnumerateUnreadMailAccountsW },
|
{ "SHEnumerateUnreadMailAccountsW", func_SHEnumerateUnreadMailAccountsW },
|
||||||
{ "She", func_She },
|
{ "She", func_She },
|
||||||
{ "ShellExec_RunDLL", func_ShellExec_RunDLL },
|
//{ "ShellExec_RunDLL", func_ShellExec_RunDLL }, Broke on Windows
|
||||||
{ "ShellExecCmdLine", func_ShellExecCmdLine },
|
//{ "ShellExecCmdLine", func_ShellExecCmdLine }, Broke on Windows
|
||||||
{ "ShellExecuteEx", func_ShellExecuteEx },
|
//{ "ShellExecuteEx", func_ShellExecuteEx }, Broke on Windows
|
||||||
{ "ShellExecuteW", func_ShellExecuteW },
|
//{ "ShellExecuteW", func_ShellExecuteW }, Broke on Windows
|
||||||
{ "ShellHook", func_ShellHook },
|
{ "ShellHook", func_ShellHook },
|
||||||
{ "ShellState", func_ShellState },
|
{ "ShellState", func_ShellState },
|
||||||
{ "SHGetAttributesFromDataObject", func_SHGetAttributesFromDataObject },
|
{ "SHGetAttributesFromDataObject", func_SHGetAttributesFromDataObject },
|
||||||
|
Reference in New Issue
Block a user