Hi,
thank you all for the tests (also to those who haven't replied to
wine-devel). With the data I figured out how to solve the test results
in this test.
In general I'd like to be as exact as possible with the implementation
and in this case the values look always the same in all logs I got
Hi Rico,
I compiled the 32 bit wine tests on win7 64 bit using cygwin, and sure enough,
there are 40 test failures there. You should probably avoid doing direct
equality tests on floats; see e.g. compare() at line 47 of
d3dx9_36/tests/mesh.c.
You may have to tweak the slop value. (Google floating
Am 19.11.2011 20:18, schrieb Vitaliy Margolen:
> On 11/19/2011 11:42 AM, André Hentschel wrote:
>> this catches more than one 0 after the space and possible 0s after the x
>> +if (/[[:space:]]0+x0*101$/) {
> For more then one you should use "+" not "*". "*" means any number, includi
You have to use your full name (as advised before).
See http://wiki.winehq.org/SubmittingPatches for more information.
Also, gmail is breaking your patch, attach the patch file instead of
pasting it to the email body.
Best wishes,
Bruno
On Sat, Nov 19, 2011 at 09:24, ArasH wrote:
> ---
> dlls/