[PATCH 2/2] d3d9/test: implemented tests for UpdateTexture method

Sergey Isakov isakov-sl at bk.ru
Wed May 27 14:55:02 CDT 2015


The test was initially written by Matteo Bruni https://www.winehq.org/pipermail/wine-patches/2015-April/138974.html
but rejected as failed https://www.winehq.org/pipermail/wine-devel/2015-April/107491.html

I modified those patch and rebase for wine-1.7.43-166-g39d71c5
Now log looks as follow
before patch for levels
——
visual.c:18561: Test failed: Unexpected result on update texture, hr 0, should fail, case 0, 8.
visual.c:18568: Test marked todo: Failed to update texture, hr 0x8876086c, case 0, 11.
visual.c:18568: Test marked todo: Failed to update texture, hr 0x8876086c, case 0, 12.
visual.c:18568: Test marked todo: Failed to update texture, hr 0x8876086c, case 0, 13.
visual.c:18568: Test marked todo: Failed to update texture, hr 0x8876086c, case 0, 14.
visual.c:18568: Test marked todo: Failed to update texture, hr 0x8876086c, case 0, 15.
visual.c:18561: Test failed: Unexpected result on update texture, hr 0, should fail, case 1, 8.
visual.c:18568: Test marked todo: Failed to update texture, hr 0x8876086c, case 1, 12.
visual.c:18568: Test marked todo: Failed to update texture, hr 0x8876086c, case 1, 13.
visual.c:18568: Test marked todo: Failed to update texture, hr 0x8876086c, case 1, 14.
visual.c:18568: Test marked todo: Failed to update texture, hr 0x8876086c, case 1, 15.
visual.c:18413: Tests skipped: Volume ATI2N textures are not supported, skipping some tests.
visual.c:18561: Test failed: Unexpected result on update texture, hr 0, should fail, case 2, 8.
fixme:d3d:device_update_volume Source and destination sizes do not match.
visual.c:18568: Test marked todo: Failed to update texture, hr 0x8876086c, case 2, 9.
fixme:d3d:device_update_volume Source and destination sizes do not match.
visual.c:18568: Test marked todo: Failed to update texture, hr 0x8876086c, case 2, 11.
fixme:d3d:device_update_volume Source and destination formats do not match.
visual.c:18568: Test marked todo: Failed to update texture, hr 0x8876086c, case 2, 12.
fixme:d3d:device_update_volume Source and destination formats do not match.
visual.c:18568: Test marked todo: Failed to update texture, hr 0x8876086c, case 2, 13.
fixme:d3d:device_update_volume Source and destination formats do not match.
visual.c:18568: Test marked todo: Failed to update texture, hr 0x8876086c, case 2, 14.
fixme:d3d:device_update_volume Source and destination formats do not match.
visual.c:18568: Test marked todo: Failed to update texture, hr 0x8876086c, case 2, 15.
visual: 11240 tests executed (47 marked as todo, 15 failures), 6 skipped.
——

After patch
——
visual: 11240 tests executed (47 marked as todo, 12 failures), 6 skipped.
——
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150527/25756f36/attachment-0002.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch_test_levels.txt
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150527/25756f36/attachment-0001.txt>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150527/25756f36/attachment-0003.html>


More information about the wine-patches mailing list