Hi,
While running your changed tests on Windows, 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=25061
Your paranoid android.
=== w864 (64 bit device) ===
device.c:4392: Test failed: cw is 0xf60, expected 0x7f.
device.c:4401: Test failed: Callback cw is 0xf60, expected 0x7f.
=== w1064 (64 bit device) ===
device.c:4392: Test failed: cw is 0xf60, expected 0x7f.
device.c:4401: Test failed: Callback cw is 0xf60, expected 0x7f.
=== w1064 (32 bit d3d9ex) ===
d3d9ex.c:2411: Test failed: Got unexpected hr 0, i=0.
d3d9ex.c:2413: Test failed: Got unexpected hr 0, i=0.
d3d9ex.c:2411: Test failed: Got unexpected hr 0, i=1.
d3d9ex.c:2413: Test failed: Got unexpected hr 0, i=1.
=== w1064 (64 bit d3d9ex) ===
d3d9ex.c:2411: Test failed: Got unexpected hr 0, i=0.
d3d9ex.c:2413: Test failed: Got unexpected hr 0, i=0.
d3d9ex.c:2411: Test failed: Got unexpected hr 0, i=1.
d3d9ex.c:2413: Test failed: Got unexpected hr 0, i=1.
On 15 August 2016 at 21:50, Aaryaman Vasishta <jem456.vasishta(a)gmail.com> wrote:
> + memcpy(&driver, &IID_IDirect3DRGBDevice, sizeof(GUID));
Why not "driver = IID_IDirect3DRGBDevice;"?
It probably also makes sense to introduce a helper function to create
d3drm devices at some point.
> + hr = IDirect3DMaterial_SetMaterial(viewport->material, &mat);
> +
> + return hr;
"return IDirect3DMaterial_SetMaterial(viewport->material, &mat);"
> + if (FAILED(hr = IDirect3DViewport_Clear(viewport->d3d_viewport, 1, &clear_rect, clear_flags)))
> + return hr;
Formatting.
On 16 August 2016 at 12:51, Henri Verbeet <hverbeet(a)codeweavers.com> wrote:
> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
>
Or well, maybe I should hold off on that for a bit. It works here though.
On 08/15/16 22:02, Daniel Lehman wrote:
> + lcl = p_wcreate_locale(LC_ALL, german);
You should probably skip this test on systems that doesn't support
German locale.
Thanks,
Piotr
On Sun, Aug 14, 2016 at 03:07:25PM -0600, Kenneth Haley wrote:
> fixes https://bugs.winehq.org/show_bug.cgi?id=36625
Actually I missed that you hadn't added a Signed-off-by: line,
git format-patch -s will do this for you.
Please resend with one.
Thanks,
Huw.