[Git][wine/wine][master] 2 commits: kernel32/tests: Run store_buffer_litmus_test() in a single-iteration loop.
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... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a04457b0307db906a404fa80074de6... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)