James Hawkins wrote:
On Sat, Jul 12, 2008 at 1:58 AM, Nikolay Sivov bunglehead@gmail.com wrote:
James Hawkins wrote:
Hi Nikolay,
Tests you added in the following commit fail on all platforms. Did you run the tests in Windows?
commit d7999a008be5d7e95fcd86019adc79b0359ae8d4 Author: Nikolay Sivov bunglehead@gmail.com Date: Tue Jul 8 01:32:36 2008 +0400
gdiplus: GdipInvertMatrix implementation with tests.
No, I never tried to run the test binary on Windows. I always try get test results trough my own test application and use these results in Wine test. Of course I will fix this, could you explain how to build tests on Windows? I never did such thing.
http://wiki.winehq.org/CompilingDLLsUsingMingw
'make crosstest' works if you have a patched mingw. You can get the patches at:
http://www.astro.gla.ac.uk/users/paulm/Cross/
If you end up not being able to build the tests, ask someone on wine-devel to build them for you.
Ok, I'll try this.