
Hi,, Here some Boost.Test failures I do not understand: 1) test_tools_test fails under CW 9.4/9.5
From what I gather it looks like that
BOOST_MESSAGE( std::hex << std::showbase << 20 ); prints something different from 0x14 Any ideas? 2) errors_handling_test Failes only under cw-9.5-darwin. Could somebody run this test with --save_pattern=yes option and collect the file generated? 3) basic_cstring_test Failes under como-4_3_3-vc7_1 with prelink errors (http://tinyurl.com/b6cpe) Any help/explanation apriciated. 4) token_iterator_test Failes at runtime (abort) under gcc- 3.4.4- linux and gcc- 4.0.0- linux. My guess it's compler bug. Could somebody confirm? 5) test_fp_comparisons Failes at runtime under borland- 5_6_4. All CHECK_NOT_CLOSE assertions failes for some reason. could somebody handy with this compiler figure out why? 6) token_iterator_test Failes under mingw (3.2.3) during linking with undefined reference to std::char_traits<wchar_t>. I know that mingw doesn't have wchar_t. But BOOST_NO_CWCHAR is not defined for some reason. 7) Also gcc- 4_0_0- linux- i686- release failes ifstream_line_iterator_test (looks like compiler crashed) and parameterized_test_test(runtime failures) for which I do not have any explanations. Gennadiy.