[PATCH 1/4] ddraw/tests: Don't use DDBLT_COLORFILL in test_flip (v2).

Stefan Dösinger stefandoesinger at gmail.com
Fri Apr 21 12:56:09 CDT 2017


Am 2017-04-21 um 17:32 schrieb Marvin:
> === w8 (32 bit ddraw1) ===
> ddraw1.c:6945: Test failed: Got unexpected color 0x00000000.
> ddraw1.c:6949: Test failed: Got unexpected color 0x00000000.
> ddraw1.c:7012: Test failed: Got unexpected color 0x00000000.
> ddraw1.c:7014: Test failed: Got unexpected color 0x00000000.
This is not from the test I modified and is a random failure. It didn't
fail in 32 bit w864 or w1064 or in the same configuration in patch
133003.

This random failure and the one in test_texture_load are on my radar,
but so far I've had no luck figuring out why they happen. There is a
random rendering failure in ddraw1 on WARP. It appears that it is made
successively worse by previous tests. If I run only test_texture_load
and test_texturemapblend it runs successfully in an endless loop for
hours. Disabling other tests makes the bug successively less likely. The
problem is not texturing or loading the texture, the problem is that the
draw doesn't happen at all.

I am tempted to just move the two tests to the start of the file and
hope it makes the likelihood of the failure close to zero.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20170421/1c914bcf/attachment.sig>


More information about the wine-devel mailing list