- 28 Mar, 2023 15 commits
-
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54727
-
Francois Gouget authored
This means skipping any test that requires creating a folder as the test would be unable to clean up after itself. Add a test to show that there is the same issue with tasks by creating one in the root folder. Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=54106
-
Francois Gouget authored
Being in the administrator group is not sufficient.
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
It is a macro and thus constant unlike HRESULT_FROM_WIN32().
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54701
-
- 27 Mar, 2023 25 commits
-
-
Rémi Bernon authored
Simplifying and fixing it.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Connor McAdams authored
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
uiautomationcore: Add a helper function for retrieving a property value from an individual node provider. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
uiautomationcore/tests: Add NULL input argument tests for IUIAutomationTreeWalker navigation method. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
Windows 10 1909 doesn't use IAccessible2 interfaces while comparing IAccessible interfaces, so skip the interface comparison tests. Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53269
-
Alex Henrie authored
Windows has the LDAP_OPT_SSL option to turn SSL on or off after calling ldap_init but before connecting to the server. OpenLDAP doesn't have that option and instead expects a fully SSL connection to be requested by passing one or more "ldaps://" URIs to ldap_init. However, OpenLDAP also has an LDAP_OPT_URI option, which Windows does not have, that can be used to change the URIs before connecting. And OpenLDAP already takes care of converting "ldap://" or "ldaps://" to lowercase, so all we have to do is find and replace that exact string in each URI in the list. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54727
-
Francois Gouget authored
This means skipping any test that requires creating a folder as the test would be unable to clean up after itself. Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=53128 Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=54109
-
Francois Gouget authored
Not just Windows 7 but all versions up to Windows 11.
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
It is a macro and thus constant unlike HRESULT_FROM_WIN32().
-
Francois Gouget authored
-
Francois Gouget authored
This means skipping any test that requires creating a task as the test would be unable to clean up after itself. Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=52193 Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=54634
-
Huw Davies authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Bernhard Kölbl authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54441Signed-off-by: Bernhard Kölbl <besentv@gmail.com>
-
Louis Lenders authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54675
-
Marc-Aurel Zent authored
-