- 18 Jan, 2023 2 commits
-
-
Eric Pouech authored
Current test in debugger expects that all breakpoint debug events appear before all the exit thread events. On Windows, it happens that sometimes the breakpoint and exit thread events are intertwined (making the test fail). So, this patch: - merges the exception events loop and the exit thread events loop into a single loop. - detects the unordered sequence (mark it broken as windows only) - extends the test so that we check that all exit thread events are received. - introduce next_event_filter helper to not return some unwanted events. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47874Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Robert Wilhelm authored
There are no errors when running chr(-1) e.g. in utf-8 locale. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54003
-
- 17 Jan, 2023 1 commit
-
-
Eric Pouech authored
Trying to improve upon previous attempt: 2486f5a0 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53456Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
- 16 Jan, 2023 5 commits
-
-
Jactry Zeng authored
-
Lauri Kenttä authored
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54319
-
Tim Clem authored
Patch originally by Rémi Bernon.
-
Tim Clem authored
Exposes an alignment issue under WoW64.
-
- 13 Jan, 2023 18 commits
-
-
Alexandre Julliard authored
-
Rémi Bernon authored
When free-ing an Alloc-ed pointer.
-
Paul Gofman authored
-
Paul Gofman authored
-
Rémi Bernon authored
-
Zebediah Figura authored
wined3d: Write into a mapped BO when replacing the entire destination in wined3d_context_gl_copy_bo_address(). Instead of using glBufferSubData(). In practice, this means that we will either discard and rename the BO (if it's still in use) or write directly into it (if not). This improves performance drastically on NVidia GL drivers. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53408
-
Zebediah Figura authored
wined3d: Map the destination BO with WINED3D_MAP_DISCARD when replacing the entire destination in wined3d_context_gl_copy_bo_address(). Analogous to the Vulkan backend. This is not particularly impactful, though, since it only affects buffer-buffer copies in the case where ARB_copy_buffer is not supported.
-
Rémi Bernon authored
-
Rémi Bernon authored
And a previously created context is passed, which may later be destroyed on its own, causing a double free.
-
Gerald Pfeifer authored
init_argv0_dir has a special case for FreeBSD where one branch led to an unitialized variable and undefined behavior. Initialize properly.
-
Conor McCarthy authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53761
-
Rémi Bernon authored
-
Hans Leidekker authored
-
Rémi Bernon authored
The tests are actually racy, and the async operation is cancellable in a very short period of time after its creation, but before it started executing. This will be hard to test precisely and it's not related to dinput tests in any way. Let's remove this to fix some spurious Windows failures. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54283
-
Rémi Bernon authored
The RunningObjectTableImpl_EnumRunning codepath returns a list allocated from combase MIDL_user_allocate, which uses msvcrt heap.
-
Rémi Bernon authored
To avoid double free when the caller releases the object.
-
Rémi Bernon authored
It will later be freed in EnumSTATDATA_Release with HeapFree, and the copy code path may allocate the member with HeapAlloc.
-
Rémi Bernon authored
To match combase allocations, as for instance we're freeing pointers returned from InternalIrotRevoke, which are allocated using combase MIDL_user_allocate.
-
- 12 Jan, 2023 5 commits
-
-
Julian Rüger authored
-
Hans Leidekker authored
-
Alexandre Julliard authored
-
Zebediah Figura authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51268
-
Zebediah Figura authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54210
-
- 11 Jan, 2023 9 commits
-
-
Hans Leidekker authored
Also fixes test failures on Windows 11. Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=54045
-
Hans Leidekker authored
-
Zhiyi Zhang authored
Some window managers have trouble moving fullscreen windows to another monitor. For example, KWin doesn't allow moving windows with _NET_WM_STATE_FULLSCREEN set. FVWM used by TestBots keeps the size for fullscreen windows after they are moved to another monitor and when the window is also fullscreen on the new monitor, which could be a bug in FVWM. But let's work around this in the tests as well. The changed tests don't need created windows being fullscreen at the start. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54172
-
Hans Leidekker authored
-
Hans Leidekker authored
Avoids test failures when the URL is cached by other tests. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51227
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54218
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54287Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-