[PATCH 2/7] msvcp90/tests: Added allocator<char> tests (try2)

Alexandre Julliard julliard at winehq.org
Mon Jul 26 03:10:58 CDT 2010


Piotr Caban <piotr at codeweavers.com> writes:

> @@ -22,6 +22,13 @@
>  #include <winbase.h>
>  #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 tested too.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list