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

Boost regression test failures ------------------------------ Report time: 2005-10-17T14:38:21Z 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... 91 failures in 4 libraries: parameter (2) python (16) range (3) serialization (70) |parameter| tutorial: borland-5_6_4 gcc-2.95.3-linux |python| builtin_converters: cw-8_3 cw-9_4 gcc-2.95.3-stlport-4.6.2-linux gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-3_4_3-sunos gcc-4.0.1-linux gcc-4_0-darwin intel-win32-8_1 mingw-3_4_2 vc-6_5 vc-6_5-stlport vc-7_0 vc-7_1 |range| array: vc-6_5 vc-6_5-stlport vc-7_0 |serialization| test_demo_xml_load: gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin intel-win32-8_1 test_demo_xml_load_dll: gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin test_diamond_binary_archive: gcc-4_0-darwin test_diamond_binary_archive_dll: gcc-4_0-darwin test_diamond_text_archive: gcc-4_0-darwin test_diamond_text_archive_dll: gcc-4_0-darwin test_diamond_text_warchive: gcc-4_0-darwin test_diamond_text_warchive_dll: gcc-4_0-darwin test_diamond_xml_archive: gcc-4_0-darwin test_diamond_xml_archive_dll: gcc-4_0-darwin test_diamond_xml_warchive: gcc-4_0-darwin test_diamond_xml_warchive_dll: gcc-4_0-darwin test_exported_binary_archive: gcc-4_0-darwin test_exported_binary_archive_dll: gcc-4_0-darwin test_exported_text_archive: gcc-4_0-darwin test_exported_text_archive_dll: gcc-4_0-darwin test_exported_text_warchive: gcc-4_0-darwin test_exported_text_warchive_dll: gcc-4_0-darwin test_exported_xml_archive: gcc-4_0-darwin test_exported_xml_archive_dll: gcc-4_0-darwin test_exported_xml_warchive: gcc-4_0-darwin test_exported_xml_warchive_dll: gcc-4_0-darwin test_mult_archive_types: gcc-4_0-darwin test_mult_archive_types_dll: gcc-4_0-darwin test_no_rtti_binary_archive: gcc-4_0-darwin test_no_rtti_binary_archive_dll: gcc-4_0-darwin test_no_rtti_text_archive: gcc-4_0-darwin test_no_rtti_text_archive_dll: gcc-4_0-darwin test_no_rtti_text_warchive: gcc-4_0-darwin test_no_rtti_text_warchive_dll: gcc-4_0-darwin test_no_rtti_xml_archive: gcc-4_0-darwin test_no_rtti_xml_archive_dll: gcc-4_0-darwin test_no_rtti_xml_warchive: gcc-4_0-darwin test_no_rtti_xml_warchive_dll: gcc-4_0-darwin test_shared_ptr_132_binary_archive: gcc-4_0-darwin test_shared_ptr_132_binary_archive_dll: gcc-4_0-darwin test_shared_ptr_132_text_archive: gcc-4_0-darwin test_shared_ptr_132_text_archive_dll: gcc-4_0-darwin test_shared_ptr_132_text_warchive: gcc-4_0-darwin intel-win32-8_1 test_shared_ptr_132_text_warchive_dll: gcc-4_0-darwin test_shared_ptr_132_xml_archive: gcc-4_0-darwin test_shared_ptr_132_xml_archive_dll: gcc-4_0-darwin test_shared_ptr_132_xml_warchive: gcc-4_0-darwin test_shared_ptr_132_xml_warchive_dll: gcc-4_0-darwin test_shared_ptr_binary_archive: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_binary_archive_dll: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_text_archive: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_text_archive_dll: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_text_warchive: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_text_warchive_dll: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_xml_archive: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_xml_archive_dll: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_xml_warchive: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_xml_warchive_dll: borland-5_6_4 gcc-4_0-darwin

Hi, Looks like the majority of those serialization gcc-4_0-darwins recently disappeared, I see two remaining... We discussed the following Jamfile patch for them (test_demo_xml_load*), Rene said it looked reasonable: cvs diff -du Jamfile Index: Jamfile =================================================================== RCS file: /cvsroot/boost/boost/libs/serialization/test/Jamfile,v retrieving revision 1.31 diff -d -u -r1.31 Jamfile --- Jamfile 23 Jul 2005 01:21:37 -0000 1.31 +++ Jamfile 18 Oct 2005 12:45:05 -0000 @@ -245,19 +245,6 @@ [ test-bsl-run_polymorphic_archive test_polymorphic : test_polymorphic_A ] ; -# This last DEPENDS makes the directory for the part 2 depend on the -# completion of part 1. You may ask why the directory and not the test -# itself? Strangely it's because to properly chain the tests you need to -# make the earliest step of the second test depend on the latest part of -# the next test. And directories are the only sure thing that you can know -# a test needs first. - -DEPENDS test_class_info_load_text_archive.run : test_class_info_save_text_archive.run ; -DEPENDS test_class_info_load_text_warchive.run : test_class_info_save_text_warchive.run ; -DEPENDS test_class_info_load_xml_archive.run : test_class_info_save_xml_archive.run ; -DEPENDS test_class_info_load_xml_archive.run : test_class_info_save_xml_warchive.run ; -DEPENDS test_class_info_load_binary_archive.run : test_class_info_save_binary_archive.run ; - if $(BOOST_SERIALIZATION_TEST) { test-suite "serialization" : [ test-bsl-run-no-lib test_iterators ] @@ -307,8 +294,13 @@ [ compile test_const_pass.cpp : std::locale-support ] ; - DEPENDS test_demo_xml_load.run : test_demo_xml_save.run ; } -} +saving-tests = [ test-bsl-run_files test_class_info_save ] + [ test-bsl-run test_demo_xml_save ] ; +loading-tests = [ test-bsl-run_files test_class_info_load ] + [ test-bsl-run test_demo_xml_load ] ; +DEPENDS $(loading-tests:S=.run) : $(saving-tests:S=.run) ; + +}
|serialization| test_demo_xml_load: gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin intel-win32-8_1 test_demo_xml_load_dll: gcc-3_3-darwin gcc-3_4_3-sunos gcc-4_0-darwin test_diamond_binary_archive: gcc-4_0-darwin test_diamond_binary_archive_dll: gcc-4_0-darwin test_diamond_text_archive: gcc-4_0-darwin test_diamond_text_archive_dll: gcc-4_0-darwin test_diamond_text_warchive: gcc-4_0-darwin test_diamond_text_warchive_dll: gcc-4_0-darwin test_diamond_xml_archive: gcc-4_0-darwin test_diamond_xml_archive_dll: gcc-4_0-darwin test_diamond_xml_warchive: gcc-4_0-darwin test_diamond_xml_warchive_dll: gcc-4_0-darwin test_exported_binary_archive: gcc-4_0-darwin test_exported_binary_archive_dll: gcc-4_0-darwin test_exported_text_archive: gcc-4_0-darwin test_exported_text_archive_dll: gcc-4_0-darwin test_exported_text_warchive: gcc-4_0-darwin test_exported_text_warchive_dll: gcc-4_0-darwin test_exported_xml_archive: gcc-4_0-darwin test_exported_xml_archive_dll: gcc-4_0-darwin test_exported_xml_warchive: gcc-4_0-darwin test_exported_xml_warchive_dll: gcc-4_0-darwin test_mult_archive_types: gcc-4_0-darwin test_mult_archive_types_dll: gcc-4_0-darwin test_no_rtti_binary_archive: gcc-4_0-darwin test_no_rtti_binary_archive_dll: gcc-4_0-darwin test_no_rtti_text_archive: gcc-4_0-darwin test_no_rtti_text_archive_dll: gcc-4_0-darwin test_no_rtti_text_warchive: gcc-4_0-darwin test_no_rtti_text_warchive_dll: gcc-4_0-darwin test_no_rtti_xml_archive: gcc-4_0-darwin test_no_rtti_xml_archive_dll: gcc-4_0-darwin test_no_rtti_xml_warchive: gcc-4_0-darwin test_no_rtti_xml_warchive_dll: gcc-4_0-darwin test_shared_ptr_132_binary_archive: gcc-4_0-darwin test_shared_ptr_132_binary_archive_dll: gcc-4_0-darwin test_shared_ptr_132_text_archive: gcc-4_0-darwin test_shared_ptr_132_text_archive_dll: gcc-4_0-darwin test_shared_ptr_132_text_warchive: gcc-4_0-darwin intel-win32-8_1 test_shared_ptr_132_text_warchive_dll: gcc-4_0-darwin test_shared_ptr_132_xml_archive: gcc-4_0-darwin test_shared_ptr_132_xml_archive_dll: gcc-4_0-darwin test_shared_ptr_132_xml_warchive: gcc-4_0-darwin test_shared_ptr_132_xml_warchive_dll: gcc-4_0-darwin test_shared_ptr_binary_archive: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_binary_archive_dll: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_text_archive: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_text_archive_dll: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_text_warchive: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_text_warchive_dll: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_xml_archive: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_xml_archive_dll: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_xml_warchive: borland-5_6_4 gcc-4_0-darwin test_shared_ptr_xml_warchive_dll: borland-5_6_4 gcc-4_0-darwin
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

"troy d. straszheim" <troy@resophonic.com> writes:
Hi,
Looks like the majority of those serialization gcc-4_0-darwins recently disappeared, I see two remaining... We discussed the following Jamfile patch for them (test_demo_xml_load*), Rene said it looked reasonable:
cvs diff -du Jamfile Index: Jamfile =================================================================== RCS file: /cvsroot/boost/boost/libs/serialization/test/Jamfile,v retrieving revision 1.31 diff -d -u -r1.31 Jamfile --- Jamfile 23 Jul 2005 01:21:37 -0000 1.31 +++ Jamfile 18 Oct 2005 12:45:05 -0000 @@ -245,19 +245,6 @@ [ test-bsl-run_polymorphic_archive test_polymorphic : test_polymorphic_A ] ;
-# This last DEPENDS makes the directory for the part 2 depend on the -# completion of part 1. You may ask why the directory and not the test -# itself? Strangely it's because to properly chain the tests you need to -# make the earliest step of the second test depend on the latest part of -# the next test. And directories are the only sure thing that you can know -# a test needs first. - -DEPENDS test_class_info_load_text_archive.run : test_class_info_save_text_archive.run ; -DEPENDS test_class_info_load_text_warchive.run : test_class_info_save_text_warchive.run ; -DEPENDS test_class_info_load_xml_archive.run : test_class_info_save_xml_archive.run ; -DEPENDS test_class_info_load_xml_archive.run : test_class_info_save_xml_warchive.run ; -DEPENDS test_class_info_load_binary_archive.run : test_class_info_save_binary_archive.run ; - if $(BOOST_SERIALIZATION_TEST) { test-suite "serialization" : [ test-bsl-run-no-lib test_iterators ] @@ -307,8 +294,13 @@ [ compile test_const_pass.cpp : std::locale-support ] ;
- DEPENDS test_demo_xml_load.run : test_demo_xml_save.run ; }
-} +saving-tests = [ test-bsl-run_files test_class_info_save ] + [ test-bsl-run test_demo_xml_save ] ; +loading-tests = [ test-bsl-run_files test_class_info_load ] + [ test-bsl-run test_demo_xml_load ] ;
+DEPENDS $(loading-tests:S=.run) : $(saving-tests:S=.run) ; + +}
-- Dave Abrahams Boost Consulting www.boost-consulting.com

On Oct 18, 2005, at 8:20 AM, David Abrahams wrote:
"troy d. straszheim" <troy@resophonic.com> writes:
Hi,
Looks like the majority of those serialization gcc-4_0-darwins recently disappeared, I see two remaining... We discussed the following Jamfile patch for them (test_demo_xml_load*), Rene said it looked reasonable:
Ping! This patch looks good to me; should we check it in? Doug
participants (4)
-
David Abrahams
-
Douglas Gregor
-
Douglas Gregor
-
troy d. straszheim