On Sun Mar 19 11:07:47 2023 +0000, Hans Leidekker wrote:
> Why "Core"? It seems to me that "Professional" would make more sense
> given that ProductName is "Windows 10 Pro".
"Core" is what is says on my win10 virtualbox win10, but I guess "Professional" would indeed make more sense. I`ll try to update merge request
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2438#note_27260
In particular:
* Fix the resume handle comments.
* Don't expect START_PENDING and STOP_PENDING services to have a process id.
* Take into account service start / stop race conditions.
* Enumerate the services using the Unicode API since the ANSI one is broken in some UTF-8 locales.
* Skip some tests if the EventLog service crashed.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2431