[PATCH 1/5] ddraw/tests: Add some clipper tests.

Saulius Krasuckas saulius2 at ar.fi.lt
Sat Jan 7 03:47:14 CST 2012


* On Wed, 4 Jan 2012, Henri Verbeet wrote:
> ---
>  dlls/ddraw/tests/ddraw1.c |  217 +++++++++++++++++++++++++++++++++++++++++++++
>  dlls/ddraw/tests/ddraw2.c |  217 +++++++++++++++++++++++++++++++++++++++++++++
>  dlls/ddraw/tests/ddraw4.c |  216 ++++++++++++++++++++++++++++++++++++++++++++
>  dlls/ddraw/tests/ddraw7.c |  216 ++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 866 insertions(+), 0 deletions(-)

It's 
http://source.winehq.org/git/wine.git/commitdiff/3997457574a0e3f1c2fa095e230ab6d71211e892

These tests fail on real machines (running XP and w7) with nVidia cards 
(FX5200 and GF 310M):

http://test.winehq.org/data/b00e7039c5fcaa613b9776a38fe60bb697146b42/index_XP.html#ddraw:ddraw1
http://test.winehq.org/data/a86b765a50cdf76e66c8993977f892d825f52ec0/index_Win7.html#ddraw:ddraw1

On XP + FX5200 the first three tests (dd1, dd2, dd4) generates crash with 
failing hr = 0x8876021c.

The other cases just fail by some color matches.

Plus, tests fail on one WTB machine running XP with russian localisation + 
"VMware SVGA II" v11.6.0.35 in yet different way:

http://test.winehq.org/data/b00e7039c5fcaa613b9776a38fe60bb697146b42/xp_wtb-wxpprorusp3/ddraw:ddraw7.html

Other virtual XP machines do OK with similar setup.  My humble guess -- 
that's just one broken setup out of many virtual machines.

Henri, would you be as kind as to fix the tests:)?

S.



More information about the wine-devel mailing list