Boost logo

Boost Testing :

From: Voronkov Konstantin (beowinkle_at_[hidden])
Date: 2005-07-29 03:31:33


Thanks for your answer, Beman!

Here are additional details:

***********The content of test_log.xml
<test-log library="" test-name="testPassSample" test-type=""
  test-program=""
target-directory="bin/boost/myTest/test/testPassSample.test/vc7/debug/threading-multi"
toolset="vc7" show-run-output="true">

   <link result="succeed" timestamp="2005-07-29 08:23:58 UTC">
     LINK : LNK6004:
..\..\bin\boost\myTest\test\testPassSample.test\vc7\debug\threading-multi\testPassSample.exe
  not found or not built by the last incremental link;
  performing full link
...using
<@boost!myTest!test\testFailSample.test\vc7\debug\threading-multi>testFailSample.exe...

   </link>

   <run result="succeed" timestamp="2005-07-29 08:23:58 UTC">
     testPassSample **** no errors detected EXIT STATUS: 0
   </run>
</test-log>
***************************

As I can see the test_log.xml looks correct all is succeed,
  except information that Linker should re-link all. So,
most probably there is problem with compiler_status tool.

Best Regards,
Konstantin

Beman Dawes wrote:
> "Voronkov Konstantin" <beowinkle_at_[hidden]> wrote in message
> news:dca6ci$ai7$1_at_sea.gmane.org...
>
>>Beman, thanks for you advice,
>>I downloaded and build latest Boost Regression Tests tools,
>> but have problem. I developed 2 tests which run under control
>>of Boost Regression Tests: first test should pass and second
>>should fail.
>>
>>With latest build (boost_1_32_0) tests works as expected,
>> but with latest CVS tools version both two tests fail.
>>
>>Can you help me to detect what is wrong, please?
>
>
> The way to debug this sort of problem is to inspect test_log.xml in the
> results directory.
>
> The compile, link, and run results should all equal "succeed". For example,
>
> <run result="succeed" timestamp="2005-07-28 20:31:39 UTC">
>
> If the contents of test_log.xml are wrong, the problem is with
> process_jam_log. If the contents of test_log.xml are correct, the problem is
> with compiler_status.
>
> Please let me know what you find,
>
> --Beman


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