Boost regression notification (2005-10-25 [RC_1_33_0])

Boost regression test failures ------------------------------ Report time: 2005-10-25T14:49:08Z This report lists all regression test failures on release platforms. Detailed report: http://engineering.meta-comm.com/boost-regression/CVS-RC_1_33_0/developer/is... 58 failures in 3 libraries: parameter (2) range (3) serialization (53) |parameter| tutorial: borland-5_6_4 gcc-2.95.3-linux |range| array: vc-6_5 vc-6_5-stlport vc-7_0 |serialization| test_class_info_load_binary_archive: cw-9_4 cw-9_5-darwin gcc-3_4_3-sunos mingw-3_4_2 test_class_info_load_binary_archive_dll: cw-9_4 cw-9_5-darwin gcc-3_4_3-sunos intel-win32-8_1 mingw-3_4_2 test_class_info_load_text_archive: cw-9_4 gcc-3_4_3-sunos mingw-3_4_2 test_class_info_load_text_archive_dll: cw-9_4 gcc-3_4_3-sunos intel-win32-8_1 mingw-3_4_2 test_class_info_load_text_warchive: cw-9_4 gcc-3_4_3-sunos test_class_info_load_text_warchive_dll: cw-9_4 gcc-3_4_3-sunos intel-win32-8_1 test_class_info_load_xml_archive: cw-9_4 cw-9_5-darwin gcc-3_4_3-sunos mingw-3_4_2 test_class_info_load_xml_archive_dll: cw-9_4 cw-9_5-darwin gcc-3_4_3-sunos intel-win32-8_1 mingw-3_4_2 test_class_info_load_xml_warchive: cw-9_4 gcc-3_4_3-sunos test_class_info_load_xml_warchive_dll: cw-9_4 gcc-3_4_3-sunos intel-win32-8_1 test_demo_xml_load: gcc-3_4_3-sunos gcc-4_0-darwin intel-win32-8_1 mingw-3_4_2 test_demo_xml_load_dll: gcc-3_4_3-sunos gcc-4_0-darwin mingw-3_4_2 test_shared_ptr_132_text_warchive: intel-win32-8_1 test_shared_ptr_binary_archive: borland-5_6_4 test_shared_ptr_binary_archive_dll: borland-5_6_4 test_shared_ptr_text_archive: borland-5_6_4 test_shared_ptr_text_archive_dll: borland-5_6_4 test_shared_ptr_text_warchive: borland-5_6_4 test_shared_ptr_text_warchive_dll: borland-5_6_4 test_shared_ptr_xml_archive: borland-5_6_4 test_shared_ptr_xml_archive_dll: borland-5_6_4 test_shared_ptr_xml_warchive: borland-5_6_4 test_shared_ptr_xml_warchive_dll: borland-5_6_4

On 10/25/05, Douglas Gregor <dgregor@cs.indiana.edu> wrote:
Boost regression test failures |serialization| test_class_info_load_binary_archive: cw-9_4 cw-9_5-darwin gcc-3_4_3-sunos mingw-3_4_2
http://tinyurl.com/84b82 This is a results page for my gcc-3_4_3-sunos run, but is saying: See bin/boost/libs/serialization/test/test_class_info_save_text_archive.test/sunpro-5_3-sunos/debug/debug-symbols-off<http://engineering.meta-comm.com/boost-regression/CVS-RC_1_33_0/output/CalebEpstein-bin-boost-libs-serialization-test-test_class_info_save_text_archive-test-sunpro-5_3-sunos-debug-debug-symbols-off.html> Which (aside from not exisiting) is a result page for a different toolset that I also happen to test for. Any thoughts about what might be wrong here? Is something wrong with the result collection, or perhaps the Jamfile re-writes that have been going on? -- Caleb Epstein caleb dot epstein at gmail dot com

I have made a tweak to the serialiation Jamfile in an attempt to address something that prevents tests from being run on comeau. This causes a command line error wiht the como "pre-linker". Anyway, it didn't work out so now I've removed the "fix". I am having a lot of problems with the comeau setup. This is really irksome to me as I really want to test with it. a) I the como "prelinker" complains about "c:\Program Files"... it doesn't like the space. I've set all my como paths to c:\\progra~1 .. but still I get this. b) on the test matrix, "prelinkage" is failing because there are identical template instantiations in both the boost test library as well as the boost serialization libraries. I don't know how to get around this. Robert Ramey Caleb Epstein wrote:
On 10/25/05, Douglas Gregor <dgregor@cs.indiana.edu> wrote:
Boost regression test failures
serialization| test_class_info_load_binary_archive: cw-9_4 cw-9_5-darwin gcc-3_4_3-sunos mingw-3_4_2
This is a results page for my gcc-3_4_3-sunos run, but is saying:
See bin/boost/libs/serialization/test/test_class_info_save_text_archive.test/sunpro-5_3-sunos/debug/debug-symbols-off<http://engineering.meta-comm.com/boost-regression/CVS-RC_1_33_0/output/CalebEpstein-bin-boost-libs-serialization-test-test_class_info_save_text_archive-test-sunpro-5_3-sunos-debug-debug-symbols-off.html>
Which (aside from not exisiting) is a result page for a different toolset that I also happen to test for. Any thoughts about what might be wrong here? Is something wrong with the result collection, or perhaps the Jamfile re-writes that have been going on?

"Robert Ramey" <ramey@rrsd.com> writes:
I have made a tweak to the serialiation Jamfile in an attempt to address something that prevents tests from being run on comeau. This causes a command line error wiht the como "pre-linker". Anyway, it didn't work out so now I've removed the "fix". I am having a lot of problems with the comeau setup. This is really irksome to me as I really want to test with it.
a) I the como "prelinker" complains about "c:\Program Files"... it doesn't like the space. I've set all my como paths to c:\\progra~1 .. but still I get this.
What does it say on the command line generated by Boost.Build? If you don't see any paths with spaces there, it's a Comeau issue.
b) on the test matrix, "prelinkage" is failing because there are identical template instantiations in both the boost test library as well as the boost serialization libraries. I don't know how to get around this.
These sound like questions for Comeau. -- Dave Abrahams Boost Consulting www.boost-consulting.com

On 10/25/05, Robert Ramey <ramey@rrsd.com> wrote:
I have made a tweak to the serialiation Jamfile in an attempt to address something that prevents tests from being run on comeau. This causes a command line error
Is this in reply to my post (which you quoted)? Caleb Epstein wrote:
-- Caleb Epstein caleb dot epstein at gmail dot com

yep Robert Ramey Caleb Epstein wrote:
On 10/25/05, Robert Ramey <ramey@rrsd.com> wrote:
I have made a tweak to the serialiation Jamfile in an attempt to address something that prevents tests from being run on comeau. This causes a command line error
Is this in reply to my post (which you quoted)?
Caleb Epstein wrote:
participants (4)
-
Caleb Epstein
-
David Abrahams
-
Douglas Gregor
-
Robert Ramey