On Freitag, 7. Januar 2022 17:07:17 CET you wrote:
On Freitag, 7. Januar 2022 09:50:08 CET you wrote:
[...]
You can also see the results at: https://testbot.winehq.org/JobDetails.pl?Key=104977
=== debian11 (32 bit report) ===
d2d1: d2d1.c:6664: Test failed: Figure does not match. d2d1.c:6672: Test failed: Figure does not match. d2d1.c:6680: Test failed: Figure does not match. d2d1.c:6688: Test failed: Figure does not match. d2d1.c:6672: Test failed: Figure does not match. d2d1.c:6680: Test failed: Figure does not match. d2d1.c:6688: Test failed: Figure does not match.
As this patch just adds another testcase, it seems somewhat unlikely it introduces new regressions in unrelated tests.
It seems like the my previous patch got applied (which would match the 4 regressions noted), but the patch.diff from the test bot tells something else. Is this possible?
I had tested this against rc4 and had no new test failures. As d2d was unchanged since rc1 this should be sufficient. Visual inspection of the results on my machine (teached the tests to dump result and reference as PBM) also looks good.
Unfortunately, the tests are only run with WINETEST_DEBUG=1, and the relevant output is suppressed in the logs.
Kind regards,
Stefan
I have rerun the test with WINETEST_DEBUG=2, see https://testbot.winehq.org/JobDetails.pl?Key=105001
This seems to be an issue on the Debian 11 CI system. It is a small rendering glitch, the (first)test is supposed to paint a plain rectangle, but on Debian both horizontal edges are thinned by one pixel (see attached PNGs or ASCII art below). All 4 joins are rendered correctly.
ASCII art - Win/TW || Debian:
*====* *____* | | | | | | | | *====* *____*
On my openSUSE Tumbleweed, the output matches the reference, so it may be a graphics driver issue.
Kind regards,
Stefan