|
Boost Testing : |
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2007-06-09 17:49:23
Hi,
I'm running Boost tests from CVS/Head and am consistently getting
this python traceback after the tests have been run. I'm getting
this failure on Sun and Linux even though I upgraded to use a newer
version of python (was using 2.3.5, now using 2.5.1).
Here's the command I run on linux
python regression.py --proxy="http://wwwproxy.sandia.gov:80" --
runner="Sandia-gcc" --mail=kbelco_at_[hidden] --bjam-toolset=gcc --pjl-
toolset=gcc --toolsets="gcc-3.4.3,gcc-4.0.1" --bjam-options=-j4 --
dart-server="http://beta.boost.org:8081"
and on sun
python regression.py --proxy="http://wwwproxy.sandia.gov:80" --
runner="Sandia-sun" --mail=kbelco_at_[hidden] --bjam-toolset=sunpro --
pjl-toolset=gcc --toolsets="sun-5.7,sun-5.8" --bjam-options=-j24 --
dart-server="http://beta.boost.org:8081"
I've attached the traceback for both linux and sun for comparison
even though they fail with the same message.
Any ideas why this is failing? Is it okay to use regression.py from
CVS Head?
-- Noel Belcourt