[Git][wine/wine][master] 4 commits: d3d9/tests: Avoid creating visible windows concurrently.
Alexandre Julliard pushed to branch master at wine / wine Commits: 380933a1 by Rémi Bernon at 2024-11-12T21:52:23+01:00 d3d9/tests: Avoid creating visible windows concurrently. This causes a foreground window race condition and will cause spurious failures depending on how pending X11 events are processed concurrenly. Some tests now fail consistently and more todo_wine are needed. - - - - - e9af0e7c by Rémi Bernon at 2024-11-12T21:52:23+01:00 d3d9/tests: Use static class for the dummy window. - - - - - 4c240087 by Rémi Bernon at 2024-11-12T21:52:23+01:00 d3d8/tests: Avoid creating visible windows concurrently. This causes a foreground window race condition and will cause spurious failures depending on how pending X11 events are processed concurrenly. Some tests now fail consistently and more todo_wine are needed. - - - - - 606a63bc by Rémi Bernon at 2024-11-12T21:52:23+01:00 d3d8/tests: Use static class for the dummy window. - - - - - 3 changed files: - dlls/d3d8/tests/device.c - dlls/d3d9/tests/d3d9ex.c - dlls/d3d9/tests/device.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ffdd1301d51c1014a557ff59540404... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ffdd1301d51c1014a557ff59540404... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)