Boost logo

Boost Testing :

From: Victor A. Wagner Jr. (vawjr_at_[hidden])
Date: 2005-11-05 11:15:31


I notice a change to boost/python/detail/wrap_python.hpp yesterday
it cleans up all of the errors in my VC-8_0 except for one, that very
few others are running.
did a test get removed and somehow it got left in?

further I note that some of the date-times don't sync up.
if you click down through python, map_indexing_suite you come to this:

Test output: RudbekAssociates - python - map_indexing_suite / vc-8_0
Report Time: Sat, 5 Nov 2005 00:09:08 +0000

Lib output [2005-10-19 15:07:57 UTC]: <========= ???? What's this????

See
bin/boost/libs/python/test/map_indexing_suite_ext.pyd/vc-8_0/debug/threading-multi

if you ignore the date which alludes to the test not being run since
October 19 and click on the link anyhow you get this.

Test output: RudbekAssociates - python - map_indexing_suite_ext.pyd / vc-8_0
Report Time: Sat, 5 Nov 2005 00:09:08 +0000

Compiler output [2005-11-04 23:42:25 UTC]:

CALL "C:\Program Files\Microsoft Visual Studio
8\Common7\Tools\..\..\VC\bin\vcvars32.BAT" >nul
     "C:\Program Files\Microsoft Visual Studio
8\Common7\Tools\..\..\VC\bin\cl" /Zm800 -nologo /EHsc
-c -DBOOST_PYTHON_DYNAMIC_LIB /Z7 /Od /Ob0 /EHsc /GR
/MDd /Zc:forScope
/Zc:wchar_t -I"C:\Projects\results\bin\boost\libs\python\test"
-I"C:\Projects\boost" -I"..\libs\python"
-I"C:\Python24\include"
-Fo"C:\Projects\results\bin\boost\libs\python\test\map_indexing_suite_ext.pyd\vc-8_0\debug\threading-multi\int_map_indexing_suite.obj"
-Tp"..\libs\python\test\int_map_indexing_suite.cpp"

int_map_indexing_suite.cpp

Linker output [2005-11-04 23:42:25 UTC]:

     CALL "C:\Program Files\Microsoft Visual Studio
8\Common7\Tools\..\..\VC\bin\vcvars32.BAT" >nul
     "C:\Program Files\Microsoft Visual Studio
8\Common7\Tools\..\..\VC\bin\link" /nologo /INCREMENTAL:NO /DEBUG
/DLL
/subsystem:console
/out:"C:\Projects\results\bin\boost\libs\python\test\map_indexing_suite_ext.pyd\vc-8_0\debug\threading-multi\map_indexing_suite_ext.pyd"
/IMPLIB:"C:\Projects\results\bin\boost\libs\python\test\map_indexing_suite_ext.pyd\vc-8_0\debug\threading-multi\map_indexing_suite_ext.lib"
/LIBPATH:"C:\Python24\libs"
/LIBPATH:"C:\Projects\results\bin\boost\libs\python\build\boost_python.dll\vc-8_0\debug\threading-multi"
"python24.lib"
"boost_python.lib"
@"C:\Projects\results\bin\boost\libs\python\test\map_indexing_suite_ext.pyd\vc-8_0\debug\threading-multi\map_indexing_suite_ext.CMD"

     mt -manifest
C:\Projects\results\bin\boost\libs\python\test\map_indexing_suite_ext.pyd\vc-8_0\debug\threading-multi\map_indexing_suite_ext.pyd.manifest
-outputresource:C:\Projects\results\bin\boost\libs\python\test\map_indexing_suite_ext.pyd\vc-8_0\debug\threading-multi\map_indexing_suite_ext.pyd;#2

    Creating library
C:\Projects\results\bin\boost\libs\python\test\map_indexing_suite_ext.pyd\vc-8_0\debug\threading-multi\map_indexing_suite_ext.lib
and object
C:\Projects\results\bin\boost\libs\python\test\map_indexing_suite_ext.pyd\vc-8_0\debug\threading-multi\map_indexing_suite_ext.exp
Microsoft (R) Manifest Tool version 5.2.3790.2014

Copyright (c) Microsoft Corporation 2005.

All rights reserved.

all of which looks pretty normal (and it was run yesterday), except
it didn't run the test.
Is there something wrong with the test script? what's going on here??

Victor A. Wagner Jr. http://rudbek.com
The five most dangerous words in the English language:
               "There oughta be a law"


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