http://bugs.winehq.org/show_bug.cgi?id=20224
Summary: dlls/d3dx9_36/tests/math.C: Test failed: Expected matrix Product: Wine Version: 1.1.30 Platform: PC-x86-64 URL: http://test.winehq.org/data/f3b9fb554dd116c88142209873 8a1f0223087cd1/wine_ae-904-x64-nogecko/d3dx9_36:math.h tml OS/Version: Linux Status: NEW Keywords: download, source, testcase, win64 Severity: trivial Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Normally, I wouldn't file bugs related to testcases failing on 64-bit, but Jörg pointed out something interesting:
http://test.winehq.org/data/f3b9fb554dd116c881422098738a1f0223087cd1/wine_ae... http://test.winehq.org/data/f3b9fb554dd116c881422098738a1f0223087cd1/wine_jc...
(both are winetest results from 1.1.30, my win64 tests, and his 32-bit OS X tests)
Both fail in the same way: dlls/d3dx9_36/tests/math.c math.c:512: Test failed: Expected matrix= (-0.214800,1.311600,0.475200,0.000000 0.950400,-0.883600,0.924400,0.000000 1.021200,0.193600,-1.358800,0.000000 18.298500,-29.624001,15.683499,1.000000 ) Got matrix= (-0.214800,1.311600,0.475200,0.000000 0.950402,-0.883606,0.924399,0.000000 1.021202,0.193600,-1.358803,0.000000 18.298527,-29.624161,15.683442,1.000000) math.c:756: Test marked todo: Expected Vector= (0.206945, 0.103473, 0.310418, 0.000000) , Got Vector= (0.093768, 0.187536, 0.375073, 0.000000) math: 364 tests executed (1 marked as todo, 1 failure), 0 skipped.
Since it also affects a 32-bit wine, I figured I should file a bug. Perhaps driver related, and so only affects OS X/64-bit?