On 24 February 2014 23:54, Francois Gouget <fgouget(a)codeweavers.com> wrote:
> ---
>
> This fixes some tests on the WineTestBot VM.
>
> dlls/d3d9/tests/device.c | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
Most of the IDirect3D9_CreateDevice() calls in device.c should be
calls to create_device() instead. (And then just skip() if it fails to
create a device.) I think the only exceptions are test_fpu_setup() and
test_swvp_buffer().