Alexandre Julliard pushed to branch master at wine / wine
Commits: c81af31f by Jinoh Kang at 2025-04-29T23:19:26+02:00 kernel32/tests: Run store_buffer_litmus_test() in a single-iteration loop.
Prepare for a refactoring to vary iteration count for each test.
- - - - - f37d05eb by Jinoh Kang at 2025-04-29T23:19:26+02:00 kernel32/tests: Shorten time for negative half of litmus test for FlushProcessWriteBuffers().
Work around slow runtime of current FlushProcessWriteBuffers() implementation on macOS.
The total iteration count becomes:
- positive half: 32768 * 1 (old) = 4096 * 8 (new) - negative half: 32768 * 1 (old) > 4096 * 2 (new)
- - - - -
1 changed file:
- dlls/kernel32/tests/virtual.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a04457b0307db906a404fa80074de6...