* On Tue, 6 Dec 2011, Stefan Dösinger wrote:
try 2: Add infrastructure to rerun every test with new d3d objects.
dlls/ddraw/tests/d3d.c | 211 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 211 insertions(+), 0 deletions(-)
Hi Stefan,
this is http://source.winehq.org/git/wine.git/commitdiff/7ae81ba378c1633e574f130461b...
The patch introduced one failure on 64-bit XP running on virtual machine with VMware SVGA II" driver v11.6.0.35: http://test.winehq.org/data/95f81d10c9c852b72c6513eca0a2d0e066457f9e/xp_wtb-... http://test.winehq.org/data/1fa1ab54376bace57f78d27ac13b7229caa56a2e/xp_wtb-...
d3d.c:5075: Test failed: CreateDevice failed: 88760091.
Platform is i386 WOW64 -- probably 64-bit XP running 32-bit Winetest: http://test.winehq.org/data/1fa1ab54376bace57f78d27ac13b7229caa56a2e/xp_wtb-...
Would mind having a look and fixing the failure:)?
S.