Re: [PATCH 2/7] msvcp90/tests: Added allocator tests (try3)

2010-07-26 Thread Alexandre Julliard
Piotr Caban writes: > try3: Don't skip all tests on 64bit You should be able to run all tests on 64-bit, which would also have the advantage of making sure the function prototypes are correct (since the call macros on i386 prevent checking). -- Alexandre Julliard julli...@winehq.org

Re: [PATCH 2/7] msvcp90/tests: Added allocator tests (try2)

2010-07-26 Thread Alexandre Julliard
Piotr Caban writes: > @@ -22,6 +22,13 @@ > #include > #include "wine/test.h" > > +#ifndef __i386__ > +/* Skip these tests for non x86 platforms */ > +START_TEST(misc) > +{ > +} > +#else There's no reason not to run the tests on 64-bit, as long as the functions exist there, they should be te

Re: [PATCH 2/7] msvcp90/tests: Added allocator tests

2010-07-24 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=3813 Your paranoid android.