These tests make the ddraw-d3d9 tests pass inside Xephyr with fvwm3 for me. fvwm3 still randomly fails in a lot of places if it is run on a real display. It also fails in Xephyr if I wiggle the mouse too much. Those two issues might even be related. A virtual X server should be enough for CI though.
fvwm2 has a lot of random failures even inside Xephyr or xf86-video-dummy. I will not attempt to fix them.
I tested the SW_SHOWMINNOACTIVE in patches 2 and 3 on Windows XP, Windows 11, the testbot, kwin, openbox. It seems to work without breaking any of those systems. With those things being flaky changes though I can never fully gurantee this though.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3746
This patch set is part of !3303
--
v2: winegstreamer: Create wg_muxer for media sink.
winegstreamer: Implement seeking query for wg_muxer sink pad.
winegstreamer: Introduce new wg_muxer struct.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3737
On Fri Sep 8 06:44:32 2023 +0000, Mohamad Al-Jaf wrote:
> I've removed it, seems like it's not really necessary to test for it.
> Though, I don't understand why Office queries for `IAgileObject`. It's a
> Microsoft program so they should know it's not supported. Minecraft also
> queries for an interface that returns `E_NOINTERFACE`, it seems bizarre.
You should still remove the `broken(...)` condition, it will otherwise let every test succeed silently on Windows.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3672#note_44665
On Fri Sep 8 06:50:30 2023 +0000, Henri Verbeet wrote:
> At first sight this looks fine, thanks. Unfortunately I probably won't
> be able to properly review this this week, but I should be able to get
> to it early next week.
> Note that this currently fails the CI though. Probably because it's
> intended to be applied on top of !325, so hopefully that will get
> resolved once those patches actually get committed.
It still fails CI after !325 was merged (and even before - as it was based on top of !325, those commits were part of this branch so testing would just have iterated over those too) - not quite sure what is wrong here...
--
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/332#note_44664