[PATCH 2/9] d3d8/tests: Add test for regression in IDirect3DDevice8_Reset().

Józef Kucia joseph.kucia at gmail.com
Mon Aug 15 09:42:52 CDT 2016


Please ignore this patch.

On Mon, Aug 15, 2016 at 4:11 PM, Marvin <testbot at winehq.org> wrote:
> === w864 (32 bit device) ===
> device.c:1374: Test failed: TestCooperativeLevel failed, hr 0x88760868.
> device.c:1416: Test failed: Reset failed, hr 0x88760868.
> device.c:1418: Test failed: TestCooperativeLevel failed, hr 0x88760869.
> device.c:1422: Test failed: Got unexpected value 0 for D3DRS_LIGHTING.
> device.c:1427: Test failed: D3DVIEWPORT->X = 10, expected 0.
> device.c:1428: Test failed: D3DVIEWPORT->Y = 20, expected 0.
> device.c:1429: Test failed: D3DVIEWPORT->Width = 400, expected 800.
> device.c:1430: Test failed: D3DVIEWPORT->Height = 300, expected 600.
> device.c:1431: Test failed: D3DVIEWPORT->MinZ = 2.00000003e-001, expected 0.
> device.c:1432: Test failed: D3DVIEWPORT->MaxZ = 3.00000012e-001, expected 1.
> device.c:1436: Test failed: Screen width is 640, expected 800.
> device.c:1437: Test failed: Screen height is 480, expected 600.
> device.c:1443: Test failed: Back buffer width is 640, expected 800.
> device.c:1445: Test failed: Back buffer height is 480, expected 600.
> device.c:1472: Test failed: Screen width is 640, expected 1024.
> device.c:1473: Test failed: Screen height is 480, expected 768.

These are existing failures.

> device.c:1501: Test failed: Reset failed, hr 0x80070057.
> device.c:1503: Test failed: TestCooperativeLevel failed, hr 0x88760869.
> device.c:1515: Test failed: D3DVIEWPORT->Width = 400.
> device.c:1516: Test failed: D3DVIEWPORT->Height = 300.
> device: unhandled exception c0000005 at 75095D5B

These are introduced by this patch.



More information about the wine-devel mailing list