[PATCH v3 2/2] ddraw: Allow to create managed textures with DDSCAPS_TEXTURE|DDSCAPS_3DDEVICE caps.
In v3, add ddraw4 tests, too. In v2, revise commit message. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48844 Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com> --- dlls/ddraw/surface.c | 1 + dlls/ddraw/tests/ddraw4.c | 2 -- dlls/ddraw/tests/ddraw7.c | 2 -- 3 files changed, 1 insertion(+), 4 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=68676 Your paranoid android. === w864 (64 bit report) === ddraw: ddraw7.c:3143: Test failed: Failed to create surface, hr 0x887601c2. 0c08:ddraw7: unhandled exception c0000005 at 00000000004EEE69 === debiant (32 bit report) === ddraw: ddraw4.c:6295: Test failed: Test 10: Got unexpected hr 0, expected 0x80070057. ddraw4.c:6295: Test failed: Test 11: Got unexpected hr 0, expected 0x80070057. === debiant (32 bit French report) === ddraw: ddraw4.c:6295: Test failed: Test 10: Got unexpected hr 0, expected 0x80070057. ddraw4.c:6295: Test failed: Test 11: Got unexpected hr 0, expected 0x80070057. === debiant (32 bit Japanese:Japan report) === ddraw: ddraw4.c:6295: Test failed: Test 10: Got unexpected hr 0, expected 0x80070057. ddraw4.c:6295: Test failed: Test 11: Got unexpected hr 0, expected 0x80070057. === debiant (32 bit Chinese:China report) === ddraw: ddraw4.c:6295: Test failed: Test 10: Got unexpected hr 0, expected 0x80070057. ddraw4.c:6295: Test failed: Test 11: Got unexpected hr 0, expected 0x80070057. === debiant (32 bit WoW report) === ddraw: ddraw4.c:6295: Test failed: Test 10: Got unexpected hr 0, expected 0x80070057. ddraw4.c:6295: Test failed: Test 11: Got unexpected hr 0, expected 0x80070057. === debiant (64 bit WoW report) === ddraw: ddraw4.c:6295: Test failed: Test 10: Got unexpected hr 0, expected 0x80070057. ddraw4.c:6295: Test failed: Test 11: Got unexpected hr 0, expected 0x80070057.
participants (2)
-
Akihiro Sagawa -
Marvin