- 08 May, 2023 1 commit
-
-
Zebediah Figura authored
-
- 03 May, 2023 1 commit
-
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
- 13 Apr, 2023 1 commit
-
-
Francois Gouget authored
-
- 06 Apr, 2023 1 commit
-
-
Zebediah Figura authored
.NET Framework passes multiline backtraces to ReportEvent(), which get cut off when passed to debugstr_w().
-
- 28 Mar, 2023 2 commits
-
-
Sven Baars authored
-
Sven Baars authored
-
- 22 Mar, 2023 2 commits
-
-
Sven Baars authored
-
Sven Baars authored
-
- 17 Mar, 2023 9 commits
-
-
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.
-
Sven Baars authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54691
-
Sven Baars authored
-
- 06 Mar, 2023 1 commit
-
-
Francois Gouget authored
On Windows RegEnumValueA() is buggy such that when the value name buffer is too small, it may way overestimate the required data buffer size, sometimes returning more than the sufficiently large buffer it was provided, in which case that buffer is untouched and thus not NUL-terminated. So modify the tests to accept this broken result and avoid checking out-of-bounds data. Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=53172
-
- 25 Jan, 2023 1 commit
-
-
Hans Leidekker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54364
-
- 06 Jan, 2023 1 commit
-
-
André Zwing authored
-
- 02 Dec, 2022 1 commit
-
-
Rémi Bernon authored
-
- 22 Nov, 2022 1 commit
-
-
Alex Henrie authored
-
- 18 Nov, 2022 1 commit
-
-
Sven Baars authored
-
- 16 Sep, 2022 1 commit
-
-
Alexandre Julliard authored
-
- 13 Sep, 2022 4 commits
-
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
- 08 Sep, 2022 1 commit
-
-
Santino Mazza authored
Signed-off-by: Santino Mazza <smazza@codeweavers.com>
-
- 20 Jul, 2022 5 commits
-
-
Jinoh Kang authored
Also, replace the token user with the token owner for the default DACL as well. Wine currently selects domain_users_sid as the token owner, so use that. This is required to pass the advapi32:security test which expects the security descriptor owner SID to be referenced in the DACL as well.
-
Jinoh Kang authored
-
Jinoh Kang authored
-
Jinoh Kang authored
-
Jinoh Kang authored
To ensure type safety, without complicating the test.
-
- 18 Jul, 2022 2 commits
-
-
Francois Gouget authored
Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
-
Jinoh Kang authored
-
- 06 Jul, 2022 1 commit
-
-
Dmitry Timoshkov authored
sechost: Support decimal or octal access rights in ConvertStringSecurityDescriptorToSecurityDescriptor. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 05 Jul, 2022 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 28 Jun, 2022 2 commits
-
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-