Re: [PATCH v5 0/3] MR11709: Fix GUID paths not being accepted by ShellExecute and explorer's command-line arguments
On Mon Aug 24 15:13:29 2026 +0000, Andrea Faulds wrote:
I'm not completely sure of this, but I don't think we can. I think the helper is only designed to close certain windows that appear when errors occur like “There is no Windows program associated with this type of file”, and I think this file is only testing things that should trigger errors… my guess is that there's no existing tests for shell folders precisely because there's no code for closing them. Thanks for the explanation!
In that case, please add ```c if (!winetest_interactive) { skip( "interactive explorer guid argument test (set WINETEST_INTERACTIVE=1)\n" ); return; } ``` at the top of the `test_guid()` function so that it doesn't run in batch mode. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11709#note_149692
participants (1)
-
Jinoh Kang (@iamahuman)