
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