
Douglas Gregor wrote:
Boost Regression test failures Report time: 2006-11-11T11:15:24Z
|test| basic_cstring_test: borland-5.8.2* boost_check_equal_str: borland-5.6.4 borland-5.8.2* intel-vc8-win-9.1 msvc-6.5 msvc-7.0 msvc-7.1 msvc-8.0 msvc-8.0 errors_handling_test: borland-5.6.4 borland-5.8.2* intel-vc8-win-9.1 msvc-6.5 msvc-7.0 msvc-7.1 fixed_mapping_test: borland-5.8.2* msvc-7.1 msvc-8.0
The msvc failures are certainly caused by my change to Boost.Test Jamfile that enabled building (and linking to) shared versions. However, I don't understand this specific failure. The fixed_mapping_test.cpp has the BOOST_TEST_MAIN define, and links fine on Linux. Gennadiy, any chance you can look into that? You should be able to just add using msvc ; to tools/build/v2/user-config.jam and then run bjam --v2 fixed_mapping_test to reproduce this. - Volodya