Boost logo

Boost Testing :

From: Bronek Kozicki (brok_at_[hidden])
Date: 2005-11-05 17:24:36


I tried running tests for RC 1.33.1 at home. Because I do not have any
of basic tools as bjam, process_jam_log etc, these were built from
tarball (I used mingw toolset for that). But there is something wrong
with them : bjam used build directory L:\boost (eg. all libraries,
executables etc. went into boost\bin ) but process_jam_log tried (and
failed) to create partial .xml results in L:\results\bin . Is there
something wrong with recent versions of these files, or I forgot how to
setup regression tests?

Here is what I did:

L:\>regression.py --runner=Bronek --tag=RC_1_33_0 --toolsets=vc-8_0
--bjam-options=\"-d\"
# Cleaning up "L:\boost" directory ...
# Cleaning up "L:\boost\bin" directory ...
# Cleaning up "L:\results" directory ...
# Getting sources (2005-11-05T20:53:09Z)...
# Downloading
"http://www.meta-comm.com/engineering/boost/snapshot/boost-RC_1_33_0.tar.bz2"
to "L:\"...
# Looking for old unpacked archives...
# Unpacking boost tarball ("L:\boost-RC_1_33_0.tar.bz2")...
# Unpacked into directory "L:\boost-RC_1_33_0-05-11-05-2004"
# Renaming "L:\boost-RC_1_33_0-05-11-05-2004" into "L:\boost"
# Found preinstalled "L:\bjam.exe"; will use it.
# Found preinstalled "L:\process_jam_log.exe"; will use it.
# Making "L:\results" directory...
# Starting tests ("L:\bjam.exe" "-sBOOST_BUILD_PATH=L:\\"
"-sBOOST_ROOT=L:\boost" "-sTOOLS=vc-8_0" -d2 --dump-tests "-d"
"-sALL_LOCATE_TARGET=L:\results" >>"L:\results\bjam.log" 2>&1)...

L:\boost\status>"L:\bjam.exe" "-sBOOST_BUILD_PATH=L:\\"
"-sBOOST_ROOT=L:\boost" "-sTOOLS=vc-8_0" -d2 --dump-tests "-d"
"-sALL_LOCATE_TARGET=L:\results" 1>>"L:\results\bjam.log" 2>&1
# Getting test case results out of "L:\results\bjam.log"...

L:\boost\status>"L:\process_jam_log.exe" "L:\results"
0<"L:\results\bjam.log"
boost_root: L:/boost/status/..
locate_root: L:/results
*****Warning - can't open output file:
L:/results/bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-8_0/debug/threading-multi/test_log.xml

(plenty of these warning)

*****Warning - can't open output file:
L:/results/bin/boost/libs/type_traits/test/is_object_test.test/vc-8_0/debug/threading-multi/test_log.xml
*****Warning - can't open output file:
L:/results/bin/boost/libs/type_traits/test/is_pod_test.test/vc-8_0/debug/threading-multi/test_log.xml
no errors detected
*****Warning - can't open output file:
L:/results/bin/boost/libs/type_traits/test/is_pod_test.test/vc-8_0/debug/threading-multi/test_log.xml
# Comment file "L:\comment.html" not found; creating default comment.
# Collecting test logs into "L:\results\Bronek.xml"...
# Reading comments file "L:\comment.html"...
# Collecting test logs ...
# Walking directory "L:\results" ...
# Done writing "L:\results\Bronek.xml".
# Compressing "L:\results\Bronek.xml"...
# Done writing "L:\results\Bronek.zip".
# Uploading log archive "L:\results\Bronek.zip" to
ftp://fx.meta-comm.com/boost-regression/RC_1_33_0
# Updating L:\regression.py from
L:\boost\tools\regression\xsl_reports\runner\regression.py...
# Checking modification dates...
# Warning: The current version of script appears to be newer than the
source.
# Update skipped.

The version of bjam is:
Boost.Jam Version 3.1.11. OS=NT.

B.


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