|
Boost Testing : |
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2007-01-16 09:28:30
David Abrahams writes:
> See
> http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/algorithm-string_release.html
> for example. It shows replace/msvc-8.0 from the BoostConsulting
> tester as a failure, but if you click through to the log it is a
> success.
Hmm, "BoostConsulting.xml" reports the compile step for the test case
in question as failed:
<test-log library="algorithm/string" test-name="replace" test-type="run" test-program="libs/algorithm/string/test/replace_test.cpp" target-directory="boost/bin.v2/libs/algorithm/string/test/replace.test/msvc-8.0/rls/adrs-mdl-64/instr-set-optrn/thrd-mlt" toolset="msvc-8.0" show-run-output="false">
<compile result="fail" timestamp="2007-01-15 21:15:16 UTC">
^^^^^^^^^^^^
call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" amd64 >nul
cl /Zm800 -nologo @"Z:\results\boost\bin.v2\libs\algorithm\string\test\replace.test\msvc-8.0\rls\adrs-mdl-64\instr-set-optrn\thrd-mlt\replace_test.obj.rsp"
replace_test.cpp
</compile>
<link result="succeed" timestamp="2007-01-16 00:16:53 UTC">
call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" amd64 >nul
link /NOLOGO /INCREMENTAL:NO /subsystem:console /out:"Z:\results\boost\bin.v2\libs\algorithm\string\test\replace.test\msvc-8.0\rls\adrs-mdl-64\instr-set-optrn\thrd-mlt\replace.exe" @"Z:\results\boost\bin.v2\libs\algorithm\string\test\replace.test\msvc-8.0\rls\adrs-mdl-64\instr-set-optrn\thrd-mlt\replace.exe.rsp"
if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%
if exist "Z:\results\boost\bin.v2\libs\algorithm\string\test\replace.test\msvc-8.0\rls\adrs-mdl-64\instr-set-optrn\thrd-mlt\replace.exe.manifest" (
mt -nologo -manifest "Z:\results\boost\bin.v2\libs\algorithm\string\test\replace.test\msvc-8.0\rls\adrs-mdl-64\instr-set-optrn\thrd-mlt\replace.exe.manifest" "-outputresource:Z:\results\boost\bin.v2\libs\algorithm\string\test\replace.test\msvc-8.0\rls\adrs-mdl-64\instr-set-optrn\thrd-mlt\replace.exe;1"
)
</link>
<run result="succeed" timestamp="2007-01-16 00:16:53 UTC">
Running 1 test case...
*** No errors detected
EXIT STATUS: 0
</run>
</test-log>
Could you upload your "results/bjam.log" to our FTP so we could take a
closer look at this one?
-- Aleksey Gurtovoy MetaCommunications Engineering