https://bugs.winehq.org/show_bug.cgi?id=51391
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
--- Comment #2 from Rémi Bernon rbernon@codeweavers.com --- I think ebe3cea01d127de612171b6276c473a2b455266d could partially solve this issue, as SetActiveWindow(0) calls were giving focus to the firewall window. The test is otherwise generally able to put its window on top of it, so it shouldn't disturb it so much.
I have some additional patches that were meant for this more specifically, and which re-create test windows on every test instead of relying on windows created on test initialization. As we manipulate foreground and active windows a bit these end up sometimes below the firewall window, and are not always stacked as later tests expect it.
They cause a bit more instability though, as well a slowing down the tests quite a bit, so they need a bit more work.