- 17 Mar, 2023 34 commits
-
-
Alexandre Julliard authored
-
Francois Gouget authored
advapi32:eventlog crashes the EventLog service in some Windows versions so defend against that condition. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53461
-
Francois Gouget authored
The ANSI one is broken in some UTF-8 locales which prevents most of the tests from running. So use the Unicode API for most tests and just confirm that it is consistent with the ANSI one instead of doing the reverse. Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=52895
-
Francois Gouget authored
Services sometimes start or stop between two EnumServicesStatus() calls. Fortunately this is rare so the tests can just retry to get the expected result. Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=53460
-
Francois Gouget authored
It only has this one test.
-
Francois Gouget authored
-
Francois Gouget authored
The START_PENDING and STOP_PENDING services don't always have a process id. Also trace unusual service states so we can identify which ones behave in unexpected ways. Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=53460
-
Francois Gouget authored
Fix the comments to not imply that the tests expect all services but one to be returned. Add a test of the needed buffer size to retrieve the remaining services and document the limits of the test.
-
Rémi Bernon authored
The pointers are used in loc_info input_name without copy.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Sven Baars authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54691
-
Sven Baars authored
-
Huw Davies authored
-
Mohamad Al-Jaf authored
Needed by the VR game Desperate: Vladivostok.
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
Needed by the VR game Desperate: Vladivostok.
-
Mohamad Al-Jaf authored
Needed by the VR game Desperate: Vladivostok.
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
Needed by windows.graphics.holographic.idl.
-
Mohamad Al-Jaf authored
Needed by windows.graphics.holographic.idl.
-
Dmitry Timoshkov authored
Fix CEF applications crash at start without --no-sandbox option. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53981Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Dmitry Timoshkov authored
Fix CEF applications crash at start without --no-sandbox option. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53981Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Zhiyi Zhang authored
-
Hans Leidekker authored
There's a long timeout when the connection fails and there doesn't appear to be a way to reduce it with this API. When several of these timeouts occur the total time can exceed the timeout for the test. This patch skips all remaining tests when one of them detects that the server is down.
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54640
-
- 16 Mar, 2023 6 commits
-
-
Paul Gofman authored
-
Henri Verbeet authored
-
Henri Verbeet authored
It's been made redundant by the vkd3d_shader_source_type enum.
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
ddraw: Move the rest of the surface desc population to ddraw_surface_create() from device_parent_texture_sub_resource_created(). Cf. 191db92f. Put all this code in the same place, and possibly move towards getting rid of the texture_sub_resource_created() callback entirely.
-