Boost logo

Boost Testing :

From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2005-04-13 19:58:47


Victor A. Wagner Jr. writes:
> just ran a check on my other system (the one with EMail on it) WinXP
> pro sp2 (but only a PIII):
> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
>
> C:\Documents and Settings\vawjr>python
> Python 2.3.2 (#49, Oct 2 2003, 20:02:00) [MSC v.1200 32 bit (Intel)] on win32
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import platform
> >>> print platform.system()
> Microsoft Windows
>
> here's from the Athlon64 (that the regression tests run on:
> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
>
> C:\Documents and Settings\vawjr>python
> Python 2.3.2 (#49, Oct 2 2003, 20:02:00) [MSC v.1200 32 bit (Intel)] on win32
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import platform
> >>> print platform.system()
> Microsoft Windows
>
> looks a lot the same
>
> Hmmm, I installed 2.4.1 and..... (on the PIII):
> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
>
> C:\Documents and Settings\vawjr>python
> Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on win32
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import platform
> >>> print platform.system()
> Windows
>
> which looks more promising (I guess).... I'll update the Athlon and
> maybe we'll have one less category by the next run.

Thank you!

-- 
Aleksey Gurtovoy
MetaCommunications Engineering

Boost-testing list run by mbergal at meta-comm.com