* 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/3997457574a0e3f1c2fa095e230...
These tests fail on real machines (running XP and w7) with nVidia cards (FX5200 and GF 310M):
http://test.winehq.org/data/b00e7039c5fcaa613b9776a38fe60bb697146b42/index_X... http://test.winehq.org/data/a86b765a50cdf76e66c8993977f892d825f52ec0/index_W...
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-...
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.
On 7 January 2012 10:47, Saulius Krasuckas saulius2@ar.fi.lt wrote:
These tests fail on real machines (running XP and w7) with nVidia cards (FX5200 and GF 310M):
http://test.winehq.org/data/b00e7039c5fcaa613b9776a38fe60bb697146b42/index_X... http://test.winehq.org/data/a86b765a50cdf76e66c8993977f892d825f52ec0/index_W...
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.
Does the attached patch make it any better?
* On Wed, 11 Jan 2012, Henri Verbeet wrote:
On 7 January 2012 10:47, Saulius Krasuckas saulius2@ar.fi.lt wrote:
These tests fail on real machines (running XP and w7) with nVidia cards (FX5200 and GF 310M):
http://test.winehq.org/data/b00e7039c5fcaa613b9776a38fe60bb697146b42/index_X... http://test.winehq.org/data/a86b765a50cdf76e66c8993977f892d825f52ec0/index_W...
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.
Does the attached patch make it any better?
I have no working dev-environment set up ATM, sadly. Was the patch submitted to WTB by a chance?
S.