Boost logo

Boost Testing :

From: JOAQUIN LOPEZ MU?Z (joaquin_at_[hidden])
Date: 2007-07-18 17:50:24


The current Sandia-sun regression tests of CVS-HEAD for
Sun C++ 5.7 to 5.9 are littered with failures, whereas
Sun C++ tests for RC_1_34_0 are in pretty good shape.
The page at http://tinyurl.com/2f5sqe says that local
user-config.jam files set the std library of choice to
be STLport, yet it seems from inpecting the error
messages that STLport is not actually being used. See
for instance the commnandline at http://tinyurl.com/2c4ztp :

  "/opt/Studio11/SUNWspro/bin/CC" +d -xtarget=native64
  -features=tmplife -features=tmplrefstatic -g
  -DBOOST_ALL_NO_LIB=1 -I".." -c -o
  "/sierra/Dev/kbelco/boost/results/boost/bin.v2/libs/
  algorithm/string/test/conv.test/sun5.8/debug/conv_test.o"
  "../libs/algorithm/string/test/conv_test.cpp"

and confront with the same test for RC_1_34_0 at
http://tinyurl.com/2f9h5a :

  "/opt/sunstudio11/SUNWspro/bin/CC" +d -library=stlport4
  -features=tmplife -DBOOST_TT_NO_CV_FUNC_TEST
  -DBOOST_TT_NO_ELLIPSIS_IN_FUNC_TESTING -g
  -DBOOST_ALL_NO_LIB=1 -I".." -c -o
  "/home/user1/dgregor/BoostRegressionTesting/results/
  boost/bin.v2/libs/algorithm/string/test/conv.test/sun5.8/
  debug/conv_test.o"
  "../libs/algorithm/string/test/conv_test.cpp"

Maybe the user-config.jam files have been misconfigured
my mistake? Thank you,

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo


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