Boost logo

Boost Testing :

From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2004-10-27 04:34:50


Aleksey Gurtovoy writes:
> Victor A. Wagner Jr. writes:
> > How come some white spaces are showing up in the regression grid?
> >
> > btw, I STILL get this every time I run:
> > ================================================================
> > C:\Projects\boost\tools\regression\build>C:\Projects\boost\tools\build\jam_src\bin.ntx86\bjam.exe
> > -sTOOLS=vc-7_1
> > ...found 481 targets...
> > Traceback (most recent call last):
> > File "regression.py", line 712, in ?
> > commands[ command ]( **accept_args( args ) )
> > File "regression.py", line 356, in setup
> > build_if_needed( process_jam_log, pjl_toolset, toolsets )
> > File "regression.py", line 288, in build_if_needed
> > raise 'Failed to find "%s" after build.' % tool[ 'build_path' ]
> > Failed to find
> > "C:\Projects\boost\bin\boost\tools\regression\build\process_jam_log.exe\vc-7_1\release\process_jam_log.exe"
> > after build.
> > ================================================================
> > here's where copies really are
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > T:\Projects>dir process_jam_log.exe /s
> > Volume in drive T has no label.
> > Volume Serial Number is 5CE3-80E9
> >
> > Directory of T:\Projects\boost\bin\boost\tools\regression\build
>
> [...]
>
> Victor,
>
> I'm looking into this.

Victor,

Running the relevant parts of your script (below), I wasn't able to reproduce
the problem. May be your "regression.py" is not up-to-date? Normally, it
updates itself automatically on every run, but in your case we are invoking
it step-by-step, and thus inadvertently skipping the auto-update part. Could
you please grab the latest version from the CVS (from
"tools/regression/xsl_reports/runner/regression.py") and try it out?

    python regression.py update-source --user=vawjr --tag=RC_1_32_0 >cvsoutput.log
    python regression.py setup --toolsets=vc-7_1 --bjam-toolset=msvc
    python regression.py install --toolsets=vc-7_1 --bjam-toolset=msvc
    python regression.py test --toolsets=vc-7_1 --monitored
    python regression.py collect-logs --runner=RudbekAssociates --tag=RC_1_32_0 --comment comment.html

--
Aleksey Gurtovoy
MetaCommunications Engineering

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