Boost logo

Boost Testing :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2005-07-22 19:28:14


"Voronkov Konstantin" <beowinkle_at_[hidden]> wrote in message
news:dbnrt0$sck$1_at_sea.gmane.org...
> Hello, All!
>
> I have a question about "--no-warn" option of compiler status
>
> I run next script in boost_1_32_0\libs\filesystem\test folder:
> >set BOOST_ROOT=H:\tmp\Boost\ToBuild\boost_1_32_0
> >set TOOLS=vc7
> >call C:\Echo\MicrosoftVisualStudio\7.1\Vc7\bin\vcvars32.bat > nul
> >bjam clean>clean.log
> >bjam >bjam.log 2>&1
> >process_jam_log <bjam.log
> >compiler_status %BOOST_ROOT% cs-win32.html
> >compiler_status --ignore-pass --no-warn %BOOST_ROOT%
> cs-win32-fail.html cs-win32-links.html
> >compiler_status --ignore-pass %BOOST_ROOT% cs-win32-warn-or-fail.html
> cs-win32-links.html
> >compiler_status %BOOST_ROOT% cs-win32-full.html cs-win32-links.html
>
> but the result of both 3 invokation of compiler_status produced
> the same output which contains full report (with pass and fail
> tests). All output files cs-win32-fail.html, cs-win32-full.html,
> and cs-win32-warn-or-fail.html are equivalent.
>
> What did I done wrong and how can I get only errors result?

Have you built compiler_status from a recent CVS? I fixed at least two
problems about a month ago.

--Beman


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