|
Boost Testing : |
Subject: [Boost-testing] test toolset identification
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-06-22 12:29:23
I look at the test matrix - so far so good.
I spy a column which I want to know more about. Example
Sandia-gcc-4.3.4_0x.
I click on the top row of this column which gives a bunch of useful
information
such as:
Compilers
gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)
Sun C++ 5.9 Linux_i386 Patch 124865-01 2007/07/30
Hmmm I'm ont seeing any reference go gcc-4.3.4 and also confusing are the
following:
Command Line
regression.py invoked as follows
python regression.py --runner="Sandia-gcc-64" --bjam-toolset=gcc \
--pjl-toolset=gcc --toolsets="gcc-4.1.1 gcc-4.2.1
sun-5.9" --bjam-options="-j16 address-model=64 -l300"
Command Line
run.py --proxy=http://wwwproxy.sandia.gov:80 --runner=Sandia-gcc-4.3.4_0x
\
--bjam-toolset=gcc --pjl-toolset=gcc --toolsets=gcc-4.3.4_0x
\
"--bjam-options=-j16 link=static"
So I'm left totally confused as to what in fact is being run.
Robert Ramey