[PATCH v2 2/2] d3dx10/tests: Test subresource data for created texture.
Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- v2: * Merge 2 patches. * Get rid of shift operation. * Replace copy_texture with get_texuture_readback. * Use winetest_push_context rather than "Test %u:". * Release created texture. * Only use D3D10_CPU_ACCESS_READ for readback. dlls/d3dx10_43/tests/d3dx10.c | 458 +++++++++++++++++++++++++++++----- 1 file changed, 394 insertions(+), 64 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=92278 Your paranoid android. === wvistau64 (64 bit report) === d3dx10_43: 09f0:d3dx10: unhandled exception c0000005 at 000007FEF814979F === debiant2 (32 bit report) === d3dx10_43: Unhandled exception: page fault on execute access to 0x00000094 in 32-bit code (0x00000094). === debiant2 (32 bit Arabic:Morocco report) === d3dx10_43: Unhandled exception: page fault on execute access to 0x00431bc0 in 32-bit code (0x00431bc0). === debiant2 (32 bit German report) === d3dx10_43: Unhandled exception: page fault on execute access to 0x2444c70c in 32-bit code (0x2444c70c). === debiant2 (32 bit French report) === d3dx10_43: Unhandled exception: page fault on read access to 0x00000008 in 32-bit code (0x00404f59). === debiant2 (32 bit Hebrew:Israel report) === d3dx10_43: Unhandled exception: page fault on execute access to 0x00000094 in 32-bit code (0x00000094). === debiant2 (32 bit Hindi:India report) === d3dx10_43: Unhandled exception: page fault on execute access to 0x00000001 in 32-bit code (0x00000001). === debiant2 (32 bit Japanese:Japan report) === d3dx10_43: Unhandled exception: page fault on execute access to 0x00000001 in 32-bit code (0x00000001). === debiant2 (32 bit Chinese:China report) === d3dx10_43: Unhandled exception: page fault on execute access to 0x00d95308 in 32-bit code (0x00d95308). === debiant2 (32 bit WoW report) === d3dx10_43: Unhandled exception: page fault on execute access to 0x00231d70 in 32-bit code (0x00231d70). === debiant2 (64 bit WoW report) === d3dx10_43: Unhandled exception: page fault on read access to 0x00000000 in 64-bit code (0x00000000004046ad).
participants (2)
-
Marvin -
Ziqing Hui