Implementation PersistentZoneIdentifer object without any writing and reading zone information. OS Windows uses NTFS alternative data stream Zone.Identifer to write and read zone information. Also due to lack of reading zone information some test cases fails.
--
v2: urlmon: Add PersistentZoneIdentifier implementation
urlmon: Add PersistentZoneIdentifier test cases
https://gitlab.winehq.org/wine/wine/-/merge_requests/8459
--
v7: cfgmgr32: Implement initial device enumeration for DevCreateObjectQuery.
cfgmgr32/test: Add tests for DevCreateObjectQuery.
cfgmgr32: Support fetching properties for device objects in DevGetObjects.
cfgmgr32/tests: Add tests for fetching specific properties in DevGetObjects.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8478
--
v6: cfgmgr32: Implement initial device enumeration for DevCreateObjectQuery.
cfgmgr32/test: Add tests for DevCreateObjectQuery.
cfgmgr32: Support fetching properties for device objects in DevGetObjects.
cfgmgr32/tests: Add tests for fetching specific properties in DevGetObjects.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8478
I don't think it's outputting the filenames into a file that's costly; it's potentially the numerous invocations of findstr.exe (that spawns a new process each time)
and no, max timeout (120s) is a generic value across all tests, and cannot be changed for a single one...
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8200#note_108651
Empirically speaking, any tests that involve copying multiple files should be slightly slower due to COPY command now outputting names of files as they are copied. I'm guessing that's the source of the delay.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8200#note_108646
--
v2: winex11: Add an option to use the new EGL OpenGL backend.
winex11: Remove now unnecessary x11drv_context structure.
win32u: Move EGL make_current context function out of the drivers.
win32u: Add an EGLSurface pointer to opengl_drawable struct.
win32u: Add traces to wglGetExtensionsString*.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8485