- 15 Feb, 2023 21 commits
-
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Piotr Caban authored
-
Piotr Caban authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54486
-
Piotr Caban authored
-
Piotr Caban authored
-
Jason Millard authored
-
Rémi Bernon authored
-
Rémi Bernon authored
This is no longer needed as an optimization.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Francois Gouget authored
test_AtlAxCreateControl()'s DeleteFile() call fails from time to time.
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Jason Millard authored
-
Jacek Caban authored
-
- 14 Feb, 2023 19 commits
-
-
Connor McAdams authored
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Max Figura authored
-
Max Figura authored
-
Max Figura authored
-
Max Figura authored
-
Max Figura authored
-
Paul Gofman authored
-
Zebediah Figura authored
Not just those belonging to earlier completed fences. completed_fence_id names the most recent fence to be completed. In essence, this fixes an off-by-one error. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53217
-
Zebediah Figura authored
Not just those belonging to earlier completed command buffers. completed_command_buffer_id names the most recent command buffer to be completed. In essence, this fixes an off-by-one error.
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Jinoh Kang authored
The integer overflow bug in RtlUniform has been fixed since Windows Vista. Synchronize Wine's version accordingly.
-
Jinoh Kang authored
Today, test_RtlUniform() skips almost all of its tests on Windows Vista or later. The skipped tests only succeed in Windows XP, and fail on Windows Vista or later. This is because RtlUniform()'s behavior has changed, presumably due to a bug fix shipped in Windows Vista. It appears that RtlUniform, a linear congruential generator, could overflow before computing the modulo in WindoWs XP. This is no longer the case in Windows Vista or later. Meanwhile, we no longer support Windows XP behavior and thus do not test for it regularly; therefore, the tests are obsolete as of 2023. Remove obsolete tests that no longer work with any of the Windows versions actively tested by WineHQ (as of 2023), and replace them with updated tests that works in the Windows versions from Vista up to 10.
-
Zebediah Figura authored
-