Boost
Threads by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- 29 participants
- 33385 discussions
27 Jan '07
Bugs item #1646100, was opened at 2007-01-27 11:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1646100&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: No zero-argument in_place()
Initial Comment:
There is no zero-argument version of boost::in_place(). I would have expected this to exist, and to be a factory for a type's default constructor.
This is necessary when attempting to use boost::optional with a type that is not CopyConstructible, or where the copy constructor is expensive:
#include <boost/optional.hpp>
#include <boost/utility/in_place_factory.hpp>
boost::optional<my_type> my_optional;
my_optional = boost::in_place();
I'm not aware of any other way to initialise a boost::optional to a default-constructed instance without unnecessary and perhaps impossible copying.
--Clive.
(clive-nospam-boost.org(a)nsict.org)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1646100&group_…
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-bugs mailing list
Boost-bugs(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/boost-bugs
1
0
Hi,
I've just started on a project which is Windows CE based, using Microsoft
Embedded Visual C++ V3 and V4, and I'm having trouble using boost. There are
several #defines in the code that cover Windows CE (e.g. BOOST_NO_ANSI_APIS),
so somebody must be using boost successfully.
So, my first question is: what compiler(s) are people using for Windows CE?
Secondly, though these compilers are pretty similar to MSVC6 in terms of
direct C++ language support, they are further hampered by the lack of
exceptions and RTTI for the Windows CE targets needed for my project, and by
the lack of a decent Standard Library. I've managed to overcome the latter by
using STLPort 5.1, but much of boost is still not usable due to the lack of
exceptions and RTTI --- I can't even use simple stuff like lexical_cast! Am I
the only one in this boat, or has anyone got any recommendations?
Anthony
--
Anthony Williams
Just Software Solutions Ltd - http://www.justsoftwaresolutions.co.uk
Registered in England, Company Number 5478976.
Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL
5
10
Not sure if this needs to be fixed but the Change history section of
boost/libs/filesystem/doc/index.htm
has a lot of broken links for versions prior to 1.34.0
- Michael Marcin
1
0
In COMSOFT tests, I see failures of iostream compression tests.
It appears that Boost.Build/iostreams setup sees we're on Unix system
and assumes zlib and friends are available, while they are not.
Markus, can you do either of:
1. Install development packages for zlib and bz2lib?
2. Download zlib and bz2lib separately and pass their
locations to bjam as documented at:
http://boost-consulting.com/boost/libs/iostreams/doc/index.html?path=7
Thanks in advance,
Volodya
2
2
Boost Regression test failures
Report time: 2007-01-26T14:55:02Z
This report lists all regression test failures on release platforms.
Detailed report:
http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/i…
The following platforms have a large number of failures:
borland-5.8.2
msvc-6.5
859 failures in 12 libraries (49 are from non-broken platforms)
algorithm/string (1)
date_time (0 of 7 failures are from non-broken platforms)
dynamic_bitset (0 of 1 failures are from non-broken platforms)
graph (1)
iostreams (1)
multi_index (0 of 1 failures are from non-broken platforms)
regex (36 of 37 failures are from non-broken platforms)
serialization (0 of 791 failures are from non-broken platforms)
test (1 of 10 failures are from non-broken platforms)
tr1 (4)
type_traits (2)
wave (3)
Test failures marked with a (*) represent tests that failed on
platforms that are considered broken. They are likely caused by
misconfiguration by the regression tester or a failure in a core
library such as Test or Config.
|algorithm/string|
regex: msvc-8.0
|date_time|
testgreg_serialize: borland-5.8.2*
testgreg_serialize_dll: borland-5.8.2*
testgreg_serialize_xml: borland-5.8.2*
testtime_serialize: borland-5.8.2*
testtime_serialize_std_config: borland-5.8.2*
testtime_serialize_xml: borland-5.8.2*
testtime_serialize_xml_std_config: borland-5.8.2*
|dynamic_bitset|
dyn_bitset_unit_tests2: borland-5.8.2*
|graph|
graphviz_test: msvc-8.0
|iostreams|
regex_filter_test: msvc-8.0
|multi_index|
test_serialization: msvc-6.5*
|regex|
bad_expression_test: msvc-8.0
captures_example: msvc-8.0
captures_test: msvc-8.0
credit_card_example: msvc-8.0
icu_example: msvc-8.0
mfc_example: msvc-8.0
object_cache_test: msvc-8.0
partial_regex_grep: msvc-8.0
partial_regex_match: msvc-8.0
posix_api_check: msvc-8.0
posix_api_check_cpp: msvc-8.0
recursion_test: msvc-8.0
regex_config_info: borland-5.8.2* msvc-8.0
regex_dll_config_info: msvc-8.0
regex_grep_example_1: msvc-8.0
regex_grep_example_2: msvc-8.0
regex_grep_example_3: msvc-8.0
regex_grep_example_4: msvc-8.0
regex_iterator_example: msvc-8.0
regex_match_example: msvc-8.0
regex_merge_example: msvc-8.0
regex_regress: msvc-8.0
regex_regress_dll: msvc-8.0
regex_regress_threaded: msvc-8.0
regex_replace_example: msvc-8.0
regex_search_example: msvc-8.0
regex_split_example_1: msvc-8.0
regex_split_example_2: msvc-8.0
regex_timer: msvc-8.0
regex_token_iterator_eg_1: msvc-8.0
regex_token_iterator_eg_2: msvc-8.0
static_mutex_test: msvc-8.0
test_collate_info: msvc-8.0
test_grep: msvc-8.0
unicode_iterator_test: msvc-8.0
wide_posix_api_check_cpp: msvc-8.0
|serialization|
test_array_binary_archive: borland-5.8.2* msvc-6.5*
test_array_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_array_text_archive: borland-5.8.2* msvc-6.5*
test_array_text_archive_dll: borland-5.8.2* msvc-6.5*
test_array_text_warchive: borland-5.8.2* msvc-6.5*
test_array_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_array_xml_archive: borland-5.8.2* msvc-6.5*
test_array_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_array_xml_warchive: borland-5.8.2* msvc-6.5*
test_array_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_binary_binary_archive: borland-5.8.2* msvc-6.5*
test_binary_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_binary_text_archive: borland-5.8.2* msvc-6.5*
test_binary_text_archive_dll: borland-5.8.2* msvc-6.5*
test_binary_text_warchive: borland-5.8.2* msvc-6.5*
test_binary_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_binary_xml_archive: borland-5.8.2* msvc-6.5*
test_binary_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_binary_xml_warchive: borland-5.8.2* msvc-6.5*
test_binary_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_class_info_load_binary_archive: borland-5.8.2* msvc-6.5*
test_class_info_load_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_class_info_load_text_archive: borland-5.8.2* msvc-6.5*
test_class_info_load_text_archive_dll: borland-5.8.2* msvc-6.5*
test_class_info_load_text_warchive: borland-5.8.2* msvc-6.5*
test_class_info_load_text_warchive_dll: borland-5.8.2*
test_class_info_load_xml_archive: borland-5.8.2* msvc-6.5*
test_class_info_load_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_class_info_load_xml_warchive: borland-5.8.2* msvc-6.5*
test_class_info_load_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_class_info_save_binary_archive: borland-5.8.2* msvc-6.5*
test_class_info_save_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_class_info_save_text_archive: borland-5.8.2* msvc-6.5*
test_class_info_save_text_archive_dll: borland-5.8.2* msvc-6.5*
test_class_info_save_text_warchive: borland-5.8.2* msvc-6.5*
test_class_info_save_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_class_info_save_xml_archive: borland-5.8.2* msvc-6.5*
test_class_info_save_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_class_info_save_xml_warchive: borland-5.8.2* msvc-6.5*
test_class_info_save_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_contained_class_binary_archive: borland-5.8.2* msvc-6.5*
test_contained_class_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_contained_class_text_archive: borland-5.8.2* msvc-6.5*
test_contained_class_text_archive_dll: borland-5.8.2* msvc-6.5*
test_contained_class_text_warchive: borland-5.8.2* msvc-6.5*
test_contained_class_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_contained_class_xml_archive: borland-5.8.2* msvc-6.5*
test_contained_class_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_contained_class_xml_warchive: borland-5.8.2* msvc-6.5*
test_contained_class_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_cyclic_ptrs_binary_archive: borland-5.8.2* msvc-6.5*
test_cyclic_ptrs_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_cyclic_ptrs_text_archive: borland-5.8.2* msvc-6.5*
test_cyclic_ptrs_text_archive_dll: borland-5.8.2* msvc-6.5*
test_cyclic_ptrs_text_warchive: borland-5.8.2* msvc-6.5*
test_cyclic_ptrs_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_cyclic_ptrs_xml_archive: borland-5.8.2* msvc-6.5*
test_cyclic_ptrs_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_cyclic_ptrs_xml_warchive: borland-5.8.2* msvc-6.5*
test_cyclic_ptrs_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_delete_pointer_binary_archive: borland-5.8.2* msvc-6.5*
test_delete_pointer_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_delete_pointer_text_archive: borland-5.8.2* msvc-6.5*
test_delete_pointer_text_archive_dll: borland-5.8.2* msvc-6.5*
test_delete_pointer_text_warchive: borland-5.8.2* msvc-6.5*
test_delete_pointer_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_delete_pointer_xml_archive: borland-5.8.2* msvc-6.5*
test_delete_pointer_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_delete_pointer_xml_warchive: borland-5.8.2* msvc-6.5*
test_delete_pointer_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_demo: borland-5.8.2*
test_demo_auto_ptr: borland-5.8.2* msvc-6.5*
test_demo_auto_ptr_dll: borland-5.8.2* msvc-6.5*
test_demo_dll: borland-5.8.2*
test_demo_exception: borland-5.8.2*
test_demo_exception_dll: borland-5.8.2*
test_demo_fast_archive: borland-5.8.2*
test_demo_fast_archive_dll: borland-5.8.2*
test_demo_pimpl: borland-5.8.2*
test_demo_pimpl_dll: borland-5.8.2*
test_demo_polymorphic: borland-5.8.2* msvc-6.5*
test_demo_polymorphic_dll: borland-5.8.2* msvc-6.5*
test_demo_portable_archive: borland-5.8.2*
test_demo_portable_archive_dll: borland-5.8.2*
test_demo_shared_ptr: borland-5.8.2*
test_demo_shared_ptr_dll: borland-5.8.2*
test_demo_xml: borland-5.8.2* msvc-6.5*
test_demo_xml_dll: borland-5.8.2* msvc-6.5*
test_demo_xml_load: borland-5.8.2*
test_demo_xml_load_dll: borland-5.8.2*
test_demo_xml_save: borland-5.8.2*
test_demo_xml_save_dll: borland-5.8.2*
test_deque_binary_archive: borland-5.8.2* msvc-6.5*
test_deque_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_deque_text_archive: borland-5.8.2* msvc-6.5*
test_deque_text_archive_dll: borland-5.8.2* msvc-6.5*
test_deque_text_warchive: borland-5.8.2* msvc-6.5*
test_deque_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_deque_xml_archive: borland-5.8.2* msvc-6.5*
test_deque_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_deque_xml_warchive: borland-5.8.2* msvc-6.5*
test_deque_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_derived_binary_archive: borland-5.8.2* msvc-6.5*
test_derived_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_derived_class_binary_archive: borland-5.8.2* msvc-6.5*
test_derived_class_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_derived_class_ptr_binary_archive: borland-5.8.2* msvc-6.5*
test_derived_class_ptr_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_derived_class_ptr_text_archive: borland-5.8.2* msvc-6.5*
test_derived_class_ptr_text_archive_dll: borland-5.8.2* msvc-6.5*
test_derived_class_ptr_text_warchive: borland-5.8.2* msvc-6.5*
test_derived_class_ptr_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_derived_class_ptr_xml_archive: borland-5.8.2* msvc-6.5*
test_derived_class_ptr_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_derived_class_ptr_xml_warchive: borland-5.8.2* msvc-6.5*
test_derived_class_ptr_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_derived_class_text_archive: borland-5.8.2* msvc-6.5*
test_derived_class_text_archive_dll: borland-5.8.2* msvc-6.5*
test_derived_class_text_warchive: borland-5.8.2* msvc-6.5*
test_derived_class_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_derived_class_xml_archive: borland-5.8.2* msvc-6.5*
test_derived_class_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_derived_class_xml_warchive: borland-5.8.2* msvc-6.5*
test_derived_class_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_derived_text_archive: borland-5.8.2* msvc-6.5*
test_derived_text_archive_dll: borland-5.8.2* msvc-6.5*
test_derived_text_warchive: borland-5.8.2* msvc-6.5*
test_derived_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_derived_xml_archive: borland-5.8.2* msvc-6.5*
test_derived_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_derived_xml_warchive: borland-5.8.2* msvc-6.5*
test_derived_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_diamond_binary_archive: borland-5.8.2*
test_diamond_binary_archive_dll: borland-5.8.2*
test_diamond_text_archive: borland-5.8.2*
test_diamond_text_archive_dll: borland-5.8.2*
test_diamond_text_warchive: borland-5.8.2*
test_diamond_text_warchive_dll: borland-5.8.2*
test_diamond_xml_archive: borland-5.8.2*
test_diamond_xml_archive_dll: borland-5.8.2*
test_diamond_xml_warchive: borland-5.8.2*
test_diamond_xml_warchive_dll: borland-5.8.2*
test_exported_binary_archive: borland-5.8.2* msvc-6.5*
test_exported_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_exported_text_archive: borland-5.8.2* msvc-6.5*
test_exported_text_archive_dll: borland-5.8.2* msvc-6.5*
test_exported_text_warchive: borland-5.8.2* msvc-6.5*
test_exported_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_exported_xml_archive: borland-5.8.2* msvc-6.5*
test_exported_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_exported_xml_warchive: borland-5.8.2* msvc-6.5*
test_exported_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_list_binary_archive: borland-5.8.2* msvc-6.5*
test_list_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_list_ptrs_binary_archive: borland-5.8.2* msvc-6.5*
test_list_ptrs_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_list_ptrs_text_archive: borland-5.8.2* msvc-6.5*
test_list_ptrs_text_archive_dll: borland-5.8.2* msvc-6.5*
test_list_ptrs_text_warchive: borland-5.8.2* msvc-6.5*
test_list_ptrs_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_list_ptrs_xml_archive: borland-5.8.2* msvc-6.5*
test_list_ptrs_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_list_ptrs_xml_warchive: borland-5.8.2* msvc-6.5*
test_list_ptrs_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_list_text_archive: borland-5.8.2* msvc-6.5*
test_list_text_archive_dll: borland-5.8.2* msvc-6.5*
test_list_text_warchive: borland-5.8.2* msvc-6.5*
test_list_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_list_xml_archive: borland-5.8.2* msvc-6.5*
test_list_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_list_xml_warchive: borland-5.8.2* msvc-6.5*
test_list_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_map_binary_archive: borland-5.8.2*
test_map_binary_archive_dll: borland-5.8.2*
test_map_text_archive: borland-5.8.2*
test_map_text_archive_dll: borland-5.8.2*
test_map_text_warchive: borland-5.8.2*
test_map_text_warchive_dll: borland-5.8.2*
test_map_xml_archive: borland-5.8.2* msvc-6.5*
test_map_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_map_xml_warchive: borland-5.8.2* msvc-6.5*
test_map_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_mi_binary_archive: borland-5.8.2*
test_mi_binary_archive_dll: borland-5.8.2*
test_mi_text_archive: borland-5.8.2*
test_mi_text_archive_dll: borland-5.8.2*
test_mi_text_warchive: borland-5.8.2*
test_mi_text_warchive_dll: borland-5.8.2*
test_mi_xml_archive: borland-5.8.2*
test_mi_xml_archive_dll: borland-5.8.2*
test_mi_xml_warchive: borland-5.8.2*
test_mi_xml_warchive_dll: borland-5.8.2*
test_mult_archive_types: borland-5.8.2*
test_mult_archive_types_dll: borland-5.8.2*
test_multiple_ptrs_binary_archive: borland-5.8.2* msvc-6.5*
test_multiple_ptrs_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_multiple_ptrs_text_archive: borland-5.8.2* msvc-6.5*
test_multiple_ptrs_text_archive_dll: borland-5.8.2* msvc-6.5*
test_multiple_ptrs_text_warchive: borland-5.8.2* msvc-6.5*
test_multiple_ptrs_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_multiple_ptrs_xml_archive: borland-5.8.2* msvc-6.5*
test_multiple_ptrs_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_multiple_ptrs_xml_warchive: borland-5.8.2* msvc-6.5*
test_multiple_ptrs_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_no_rtti_binary_archive: msvc-6.5*
test_no_rtti_binary_archive_dll: msvc-6.5*
test_no_rtti_text_archive: msvc-6.5*
test_no_rtti_text_archive_dll: msvc-6.5*
test_no_rtti_text_warchive: msvc-6.5*
test_no_rtti_text_warchive_dll: msvc-6.5*
test_no_rtti_xml_archive: msvc-6.5*
test_no_rtti_xml_archive_dll: msvc-6.5*
test_no_rtti_xml_warchive: msvc-6.5*
test_no_rtti_xml_warchive_dll: msvc-6.5*
test_non_default_ctor2_binary_archive: borland-5.8.2* msvc-6.5*
test_non_default_ctor2_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_non_default_ctor2_text_archive: borland-5.8.2* msvc-6.5*
test_non_default_ctor2_text_archive_dll: borland-5.8.2* msvc-6.5*
test_non_default_ctor2_text_warchive: borland-5.8.2* msvc-6.5*
test_non_default_ctor2_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_non_default_ctor2_xml_archive: borland-5.8.2* msvc-6.5*
test_non_default_ctor2_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_non_default_ctor2_xml_warchive: borland-5.8.2* msvc-6.5*
test_non_default_ctor2_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_non_default_ctor_binary_archive: borland-5.8.2* msvc-6.5*
test_non_default_ctor_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_non_default_ctor_text_archive: borland-5.8.2* msvc-6.5*
test_non_default_ctor_text_archive_dll: borland-5.8.2* msvc-6.5*
test_non_default_ctor_text_warchive: borland-5.8.2* msvc-6.5*
test_non_default_ctor_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_non_default_ctor_xml_archive: borland-5.8.2* msvc-6.5*
test_non_default_ctor_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_non_default_ctor_xml_warchive: borland-5.8.2* msvc-6.5*
test_non_default_ctor_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_non_intrusive_binary_archive: borland-5.8.2* msvc-6.5*
test_non_intrusive_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_non_intrusive_text_archive: borland-5.8.2* msvc-6.5*
test_non_intrusive_text_archive_dll: borland-5.8.2* msvc-6.5*
test_non_intrusive_text_warchive: borland-5.8.2* msvc-6.5*
test_non_intrusive_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_non_intrusive_xml_archive: borland-5.8.2* msvc-6.5*
test_non_intrusive_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_non_intrusive_xml_warchive: borland-5.8.2* msvc-6.5*
test_non_intrusive_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_null_ptr_binary_archive: borland-5.8.2* msvc-6.5*
test_null_ptr_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_null_ptr_text_archive: borland-5.8.2* msvc-6.5*
test_null_ptr_text_archive_dll: borland-5.8.2* msvc-6.5*
test_null_ptr_text_warchive: borland-5.8.2* msvc-6.5*
test_null_ptr_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_null_ptr_xml_archive: borland-5.8.2* msvc-6.5*
test_null_ptr_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_null_ptr_xml_warchive: borland-5.8.2* msvc-6.5*
test_null_ptr_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_nvp_binary_archive: borland-5.8.2* msvc-6.5*
test_nvp_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_nvp_text_archive: borland-5.8.2* msvc-6.5*
test_nvp_text_archive_dll: borland-5.8.2* msvc-6.5*
test_nvp_text_warchive: borland-5.8.2* msvc-6.5*
test_nvp_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_nvp_xml_archive: borland-5.8.2* msvc-6.5*
test_nvp_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_nvp_xml_warchive: borland-5.8.2* msvc-6.5*
test_nvp_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_object_binary_archive: borland-5.8.2* msvc-6.5*
test_object_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_object_text_archive: borland-5.8.2* msvc-6.5*
test_object_text_archive_dll: borland-5.8.2* msvc-6.5*
test_object_text_warchive: borland-5.8.2* msvc-6.5*
test_object_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_object_xml_archive: borland-5.8.2* msvc-6.5*
test_object_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_object_xml_warchive: borland-5.8.2* msvc-6.5*
test_object_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_optional_binary_archive: borland-5.8.2* msvc-6.5*
test_optional_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_optional_text_archive: borland-5.8.2* msvc-6.5*
test_optional_text_archive_dll: borland-5.8.2* msvc-6.5*
test_optional_text_warchive: borland-5.8.2* msvc-6.5*
test_optional_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_optional_xml_archive: borland-5.8.2* msvc-6.5*
test_optional_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_optional_xml_warchive: borland-5.8.2* msvc-6.5*
test_optional_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_polymorphic_binary_archive: borland-5.8.2* msvc-6.5*
test_polymorphic_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_polymorphic_text_archive: borland-5.8.2* msvc-6.5*
test_polymorphic_text_archive_dll: borland-5.8.2* msvc-6.5*
test_polymorphic_text_warchive: borland-5.8.2* msvc-6.5*
test_polymorphic_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_polymorphic_xml_archive: borland-5.8.2* msvc-6.5*
test_polymorphic_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_polymorphic_xml_warchive: borland-5.8.2* msvc-6.5*
test_polymorphic_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_primitive_binary_archive: borland-5.8.2* msvc-6.5*
test_primitive_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_primitive_text_archive: borland-5.8.2* msvc-6.5*
test_primitive_text_archive_dll: borland-5.8.2* msvc-6.5*
test_primitive_text_warchive: borland-5.8.2* msvc-6.5*
test_primitive_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_primitive_xml_archive: borland-5.8.2* msvc-6.5*
test_primitive_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_primitive_xml_warchive: borland-5.8.2* msvc-6.5*
test_primitive_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_private_ctor: borland-5.8.2* msvc-6.5*
test_private_ctor_dll: borland-5.8.2* msvc-6.5*
test_recursion_binary_archive: borland-5.8.2* msvc-6.5*
test_recursion_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_recursion_text_archive: borland-5.8.2* msvc-6.5*
test_recursion_text_archive_dll: borland-5.8.2* msvc-6.5*
test_recursion_text_warchive: borland-5.8.2* msvc-6.5*
test_recursion_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_recursion_xml_archive: borland-5.8.2* msvc-6.5*
test_recursion_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_recursion_xml_warchive: borland-5.8.2* msvc-6.5*
test_recursion_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_registered_binary_archive: borland-5.8.2* msvc-6.5*
test_registered_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_registered_text_archive: borland-5.8.2* msvc-6.5*
test_registered_text_archive_dll: borland-5.8.2* msvc-6.5*
test_registered_text_warchive: borland-5.8.2* msvc-6.5*
test_registered_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_registered_xml_archive: borland-5.8.2* msvc-6.5*
test_registered_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_registered_xml_warchive: borland-5.8.2* msvc-6.5*
test_registered_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_reset_object_address: borland-5.8.2*
test_reset_object_address_dll: borland-5.8.2*
test_set_binary_archive: borland-5.8.2* msvc-6.5*
test_set_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_set_text_archive: borland-5.8.2* msvc-6.5*
test_set_text_archive_dll: borland-5.8.2* msvc-6.5*
test_set_text_warchive: borland-5.8.2* msvc-6.5*
test_set_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_set_xml_archive: borland-5.8.2* msvc-6.5*
test_set_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_set_xml_warchive: borland-5.8.2* msvc-6.5*
test_set_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_shared_ptr_132_binary_archive: borland-5.8.2* msvc-6.5*
test_shared_ptr_132_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_shared_ptr_132_text_archive: borland-5.8.2* msvc-6.5*
test_shared_ptr_132_text_archive_dll: borland-5.8.2* msvc-6.5*
test_shared_ptr_132_text_warchive: borland-5.8.2* msvc-6.5*
test_shared_ptr_132_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_shared_ptr_132_xml_archive: borland-5.8.2* msvc-6.5*
test_shared_ptr_132_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_shared_ptr_132_xml_warchive: borland-5.8.2* msvc-6.5*
test_shared_ptr_132_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_shared_ptr_binary_archive: borland-5.8.2* msvc-6.5*
test_shared_ptr_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_shared_ptr_text_archive: borland-5.8.2* msvc-6.5*
test_shared_ptr_text_archive_dll: borland-5.8.2* msvc-6.5*
test_shared_ptr_text_warchive: borland-5.8.2* msvc-6.5*
test_shared_ptr_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_shared_ptr_xml_archive: borland-5.8.2* msvc-6.5*
test_shared_ptr_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_shared_ptr_xml_warchive: borland-5.8.2* msvc-6.5*
test_shared_ptr_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_simple_class_binary_archive: borland-5.8.2* msvc-6.5*
test_simple_class_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_simple_class_ptr_binary_archive: borland-5.8.2* msvc-6.5*
test_simple_class_ptr_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_simple_class_ptr_text_archive: borland-5.8.2* msvc-6.5*
test_simple_class_ptr_text_archive_dll: borland-5.8.2* msvc-6.5*
test_simple_class_ptr_text_warchive: borland-5.8.2* msvc-6.5*
test_simple_class_ptr_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_simple_class_ptr_xml_archive: borland-5.8.2* msvc-6.5*
test_simple_class_ptr_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_simple_class_ptr_xml_warchive: borland-5.8.2* msvc-6.5*
test_simple_class_ptr_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_simple_class_text_archive: borland-5.8.2* msvc-6.5*
test_simple_class_text_archive_dll: borland-5.8.2* msvc-6.5*
test_simple_class_text_warchive: borland-5.8.2* msvc-6.5*
test_simple_class_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_simple_class_xml_archive: borland-5.8.2* msvc-6.5*
test_simple_class_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_simple_class_xml_warchive: borland-5.8.2* msvc-6.5*
test_simple_class_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_split_binary_archive: borland-5.8.2* msvc-6.5*
test_split_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_split_text_archive: borland-5.8.2* msvc-6.5*
test_split_text_archive_dll: borland-5.8.2* msvc-6.5*
test_split_text_warchive: borland-5.8.2* msvc-6.5*
test_split_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_split_xml_archive: borland-5.8.2* msvc-6.5*
test_split_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_split_xml_warchive: borland-5.8.2* msvc-6.5*
test_split_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_tracking_binary_archive: borland-5.8.2* msvc-6.5*
test_tracking_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_tracking_text_archive: borland-5.8.2* msvc-6.5*
test_tracking_text_archive_dll: borland-5.8.2* msvc-6.5*
test_tracking_text_warchive: borland-5.8.2* msvc-6.5*
test_tracking_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_tracking_xml_archive: borland-5.8.2* msvc-6.5*
test_tracking_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_tracking_xml_warchive: borland-5.8.2* msvc-6.5*
test_tracking_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_unregistered_binary_archive: borland-5.8.2* msvc-6.5*
test_unregistered_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_unregistered_text_archive: borland-5.8.2* msvc-6.5*
test_unregistered_text_archive_dll: borland-5.8.2* msvc-6.5*
test_unregistered_text_warchive: borland-5.8.2* msvc-6.5*
test_unregistered_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_unregistered_xml_archive: borland-5.8.2* msvc-6.5*
test_unregistered_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_unregistered_xml_warchive: borland-5.8.2* msvc-6.5*
test_unregistered_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_variant_binary_archive: msvc-6.5*
test_variant_binary_archive_dll: msvc-6.5*
test_variant_text_archive: msvc-6.5*
test_variant_text_archive_dll: msvc-6.5*
test_variant_text_warchive: msvc-6.5*
test_variant_text_warchive_dll: msvc-6.5*
test_variant_xml_archive: msvc-6.5*
test_variant_xml_archive_dll: msvc-6.5*
test_variant_xml_warchive: msvc-6.5*
test_variant_xml_warchive_dll: msvc-6.5*
test_vector_binary_archive: borland-5.8.2* msvc-6.5*
test_vector_binary_archive_dll: borland-5.8.2* msvc-6.5*
test_vector_text_archive: borland-5.8.2* msvc-6.5*
test_vector_text_archive_dll: borland-5.8.2* msvc-6.5*
test_vector_text_warchive: borland-5.8.2* msvc-6.5*
test_vector_text_warchive_dll: borland-5.8.2* msvc-6.5*
test_vector_xml_archive: borland-5.8.2* msvc-6.5*
test_vector_xml_archive_dll: borland-5.8.2* msvc-6.5*
test_vector_xml_warchive: borland-5.8.2* msvc-6.5*
test_vector_xml_warchive_dll: borland-5.8.2* msvc-6.5*
test_void_cast: borland-5.8.2*
test_void_cast_dll: borland-5.8.2*
|test|
boost_check_equal_str: msvc-6.5*
errors_handling_test: msvc-6.5*
fixed_mapping_test: msvc-6.5*
ifstream_line_iterator_test: msvc-6.5*
output_test_stream_test: msvc-6.5*
parameterized_test_test: msvc-6.5*
prg_exec_fail3: cw-9.4
result_report_test: msvc-6.5*
test_case_template_test: msvc-6.5*
test_tools_test: msvc-6.5*
|tr1|
std_test_regex: msvc-8.0
test_regex: msvc-8.0
tr1_is_const_test: msvc-8.0
tr1_is_volatile_test: msvc-8.0
|type_traits|
is_const_test: msvc-8.0
is_volatile_test: msvc-8.0
|wave|
test_re2c_lexer: hp_cxx-71_006_tru64
test_slex_lexer: hp_cxx-71_006_tru64
testwave_dll: hp_cxx-71_006_tru64
1
0
I've uploaded a src.rpm for boost-1.34.0, yet unreleased, to my people page.
http://people.redhat.com/bkoz/boost-1.34.0/
There are also binary packages for x86.
I'm hoping to get some feedback on this rpm, and boost packaging
changes, before beginning the process of migrating to this codebase and
spec file for future Fedora or Red Hat releases. Interested hackers are
encouraged to download these files and play with them.
Of course, before this would be pushed, 1.34.0 would have to be
released, and testing would have to be successful. Given the current
regression testing results for the release branch, it is likely that
this will not happen in the near future.
In addition, I'm curious to see if there is anybody who would like to
help maintain this package.
best,
benjamin
4
11
I've just tried to edit the front Wiki page, by adding
*[[1.34.0]]
right after
*[[Google Summer Of Code 2006]]
and on clicking "Save" was told that I'm a spammer :-(
Is it a bug somewhere?
- Volodya
4
3
Boost Regression test failures
Report time: 2007-01-24T11:33:50Z
This report lists all regression test failures on release platforms.
Detailed report:
http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/i…
The following platforms have a large number of failures:
borland-5.8.2
msvc-6.5
2749 failures in 27 libraries (314 are from non-broken platforms)
bind (1 of 2 failures are from non-broken platforms)
config (10)
conversion (0 of 1 failures are from non-broken platforms)
date_time (133 of 155 failures are from non-broken platforms)
dynamic_bitset (0 of 1 failures are from non-broken platforms)
filesystem (2)
function (35)
functional/hash (0 of 1 failures are from non-broken platforms)
io (0 of 1 failures are from non-broken platforms)
iostreams (5 of 10 failures are from non-broken platforms)
iterator (3 of 7 failures are from non-broken platforms)
math (1 of 3 failures are from non-broken platforms)
multi_index (0 of 4 failures are from non-broken platforms)
numeric/interval (35 of 37 failures are from non-broken platforms)
optional (0 of 1 failures are from non-broken platforms)
parameter (0 of 1 failures are from non-broken platforms)
python (1)
random (4)
rational (0 of 1 failures are from non-broken platforms)
regex (66 of 70 failures are from non-broken platforms)
serialization (0 of 2353 failures are from non-broken platforms)
smart_ptr (0 of 1 failures are from non-broken platforms)
spirit (8)
test (4 of 34 failures are from non-broken platforms)
thread (1)
utility (1)
wave (4)
Test failures marked with a (*) represent tests that failed on
platforms that are considered broken. They are likely caused by
misconfiguration by the regression tester or a failure in a core
library such as Test or Config.
|bind|
mem_fn_eq_test: msvc-6.5* msvc-8.0
|config|
abi_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
config_info: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
config_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
limits_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
math_info: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
|conversion|
lexical_cast_test: msvc-6.5*
|date_time|
testc_local_adjustor: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testclock: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testclocks: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testcustom_time_zone: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testdate: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testdate_dll: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testdate_duration: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testdate_duration_dll: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testdate_facet_new: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testdate_facet_new_dll: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testdate_input_facet: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testdate_input_facet_dll: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testdate_iterator: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testdate_iterator_dll: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testdst_rules: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testdst_transition_day_rule: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testduration: borland-5.8.2* gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testfacet: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testfacet_dll: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testfiletime_functions: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testformatters: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testformatters_dll: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgenerators: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgenerators_dll: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgreg_cal: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgreg_cal_dll: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgreg_day: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgreg_day_dll: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgreg_duration_operators: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgreg_durations: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgreg_durations_dll: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgreg_month: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgreg_month_dll: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgreg_serialize: borland-5.8.2* borland-5.8.2* borland-5.8.2* gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgreg_serialize_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgreg_serialize_xml: borland-5.8.2* borland-5.8.2* borland-5.8.2* gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgreg_wstream: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgreg_year: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testgreg_year_dll: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testiterator: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testlocal_adjustor: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testlocal_time: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testlocal_time_facet: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testlocal_time_input_facet: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testlocal_time_iterator: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testlocal_time_period: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testmicrosec_time_clock: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64 msvc-8.0
testparse_date: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testparse_time: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testperiod: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testperiod_dll: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testposix_time_zone: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
teststreams: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testtime: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testtime_facet: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testtime_formatters: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testtime_input_facet: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testtime_period: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testtime_serialize: borland-5.8.2* borland-5.8.2* borland-5.8.2* gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testtime_serialize_std_config: borland-5.8.2* borland-5.8.2* borland-5.8.2* gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testtime_serialize_xml: borland-5.8.2* borland-5.8.2* borland-5.8.2* gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testtime_serialize_xml_std_config: borland-5.8.2* borland-5.8.2* borland-5.8.2* gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testtime_wstream: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testtz_database: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testwcustom_time_zone: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
testwposix_time_zone: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
|dynamic_bitset|
dyn_bitset_unit_tests2: borland-5.8.2*
|filesystem|
path_test: msvc-8.0
path_test_dll: msvc-8.0
|function|
allocator_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
contains2_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
contains_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64 msvc-8.0
function_arith_cxx98: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
function_arith_portable: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
function_n_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
function_ref_cxx98: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
function_ref_portable: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
lambda_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
lib_function_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
mem_fun_cxx98: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
mem_fun_portable: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
stateless_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
std_bind_cxx98: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
std_bind_portable: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
sum_avg_cxx98: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
sum_avg_portable: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
|functional/hash|
hash_float_test: msvc-6.5*
|io|
ios_state_test: borland-5.8.2*
|iostreams|
bzip2_test: hp_cxx-71_006_tru64
code_converter_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
file_descriptor_test: msvc-6.5*
gzip_test: hp_cxx-71_006_tru64
newline_test: borland-5.8.2* msvc-6.5*
restrict_test: msvc-6.5*
seekable_file_test: msvc-6.5*
zlib_test: hp_cxx-71_006_tru64
|iterator|
filter_iterator_test: borland-5.8.2* msvc-6.5* msvc-8.0
lvalue_concept_fail: borland-5.8.2* msvc-6.5* msvc-7.1 msvc-8.0
|math|
common_factor_test: borland-5.8.2*
complex_test: msvc-8.0
log1p_expm1_test: msvc-6.5*
|multi_index|
test_hash_ops: msvc-6.5*
test_serialization: msvc-6.5* msvc-6.5* msvc-6.5*
|numeric/interval|
add: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
cmp: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
cmp_exn: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
cmp_exp: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
cmp_lex: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
cmp_set: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
cmp_tribool: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
det: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64 msvc-8.0
fmod: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
integer: msvc-8.0
mul: borland-5.8.2* gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64 msvc-8.0
overflow: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64 msvc-8.0
pi: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64 msvc-8.0
pow: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64 msvc-8.0
test_float: borland-5.8.2* gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64 msvc-8.0
|optional|
optional_test: borland-5.8.2*
|parameter|
earwicker: msvc-6.5*
|python|
exec: msvc-8.0
|random|
random_demo: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
random_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
|rational|
rational_test: msvc-6.5*
|regex|
bad_expression_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
captures_example: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
captures_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
credit_card_example: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
icu_example: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
mfc_example: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
object_cache_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
partial_regex_grep: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
partial_regex_match: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
posix_api_check: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
posix_api_check_cpp: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
recursion_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_config_info: borland-5.8.2* borland-5.8.2* gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_dll_config_info: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_grep_example_1: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_grep_example_2: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_grep_example_3: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_grep_example_4: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_iterator_example: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_match_example: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_merge_example: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_regress: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64 msvc-6.5*
regex_regress_dll: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64 msvc-6.5*
regex_replace_example: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_search_example: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_split_example_1: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_split_example_2: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_timer: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_token_iterator_eg_1: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
regex_token_iterator_eg_2: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
static_mutex_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
unicode_iterator_test: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
wide_posix_api_check_cpp: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
|serialization|
test_array_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_array_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_array_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_array_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_array_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_array_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_array_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_array_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_array_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_array_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_binary_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_binary_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_binary_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_binary_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_binary_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_binary_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_binary_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_binary_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_binary_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_binary_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_class_info_load_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_load_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_load_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_load_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_load_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_load_text_warchive_dll: borland-5.8.2* borland-5.8.2*
test_class_info_load_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_load_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_load_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_load_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_class_info_save_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_class_info_save_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_class_info_save_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_class_info_save_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_class_info_save_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_class_info_save_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_class_info_save_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_class_info_save_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_class_info_save_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_contained_class_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_contained_class_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_contained_class_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_contained_class_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_contained_class_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_contained_class_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_contained_class_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_contained_class_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_contained_class_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_contained_class_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_delete_pointer_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_delete_pointer_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_delete_pointer_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_delete_pointer_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_delete_pointer_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_delete_pointer_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_delete_pointer_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_delete_pointer_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_delete_pointer_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_delete_pointer_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_demo: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_demo_auto_ptr: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_demo_auto_ptr_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_demo_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_demo_exception: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_demo_exception_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_demo_fast_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_demo_fast_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_demo_pimpl: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_demo_pimpl_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_demo_polymorphic: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_demo_polymorphic_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_demo_portable_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_demo_portable_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_demo_shared_ptr: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_demo_shared_ptr_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_demo_xml: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_demo_xml_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_demo_xml_load: borland-5.8.2* borland-5.8.2*
test_demo_xml_load_dll: borland-5.8.2* borland-5.8.2*
test_demo_xml_save: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_demo_xml_save_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_deque_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_deque_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_deque_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_deque_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_deque_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_deque_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_deque_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_deque_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_deque_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_deque_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_ptr_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_ptr_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_ptr_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_ptr_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_ptr_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_ptr_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_ptr_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_ptr_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_ptr_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_ptr_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_class_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_derived_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_diamond_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_diamond_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_diamond_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_diamond_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_diamond_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_diamond_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_diamond_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_diamond_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_diamond_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_diamond_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_exported_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_exported_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_exported_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_exported_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_exported_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_exported_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_exported_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_exported_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_exported_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_exported_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_ptrs_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_ptrs_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_ptrs_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_ptrs_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_ptrs_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_ptrs_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_ptrs_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_ptrs_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_ptrs_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_ptrs_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_list_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_map_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_map_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_map_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_map_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_map_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_map_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_map_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_map_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_map_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_map_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_mi_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_mi_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_mi_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_mi_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_mi_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_mi_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_mi_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_mi_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_mi_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_mi_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_mult_archive_types: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_mult_archive_types_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_multiple_ptrs_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_multiple_ptrs_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_multiple_ptrs_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_multiple_ptrs_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_multiple_ptrs_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_multiple_ptrs_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_multiple_ptrs_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_multiple_ptrs_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_multiple_ptrs_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_multiple_ptrs_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_no_rtti_binary_archive: msvc-6.5* msvc-6.5* msvc-6.5*
test_no_rtti_binary_archive_dll: msvc-6.5* msvc-6.5* msvc-6.5*
test_no_rtti_text_archive: msvc-6.5* msvc-6.5* msvc-6.5*
test_no_rtti_text_archive_dll: msvc-6.5* msvc-6.5* msvc-6.5*
test_no_rtti_text_warchive: msvc-6.5* msvc-6.5* msvc-6.5*
test_no_rtti_text_warchive_dll: msvc-6.5* msvc-6.5* msvc-6.5*
test_no_rtti_xml_archive: msvc-6.5* msvc-6.5* msvc-6.5*
test_no_rtti_xml_archive_dll: msvc-6.5* msvc-6.5* msvc-6.5*
test_no_rtti_xml_warchive: msvc-6.5* msvc-6.5* msvc-6.5*
test_no_rtti_xml_warchive_dll: msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor2_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor2_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor2_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor2_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor2_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor2_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor2_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor2_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor2_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor2_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_default_ctor_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_intrusive_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_intrusive_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_intrusive_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_intrusive_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_intrusive_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_intrusive_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_intrusive_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_intrusive_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_intrusive_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_non_intrusive_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_null_ptr_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_null_ptr_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_null_ptr_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_null_ptr_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_null_ptr_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_null_ptr_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_null_ptr_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_null_ptr_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_null_ptr_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_null_ptr_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_nvp_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_nvp_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_nvp_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_nvp_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_nvp_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_nvp_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_nvp_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_nvp_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_nvp_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_nvp_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_object_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_object_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_object_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_object_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_object_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_object_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_object_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_object_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_object_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_object_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_optional_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_optional_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_optional_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_optional_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_optional_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_optional_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_optional_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_optional_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_optional_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_optional_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_polymorphic_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_polymorphic_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_polymorphic_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_polymorphic_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_polymorphic_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_polymorphic_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_polymorphic_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_polymorphic_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_polymorphic_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_polymorphic_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_primitive_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_primitive_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_primitive_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_primitive_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_primitive_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_primitive_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_primitive_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_primitive_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_primitive_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_primitive_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_private_ctor: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_private_ctor_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_recursion_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_recursion_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_recursion_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_recursion_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_recursion_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_recursion_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_recursion_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_recursion_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_recursion_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_recursion_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_registered_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_registered_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_registered_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_registered_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_registered_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_registered_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_registered_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_registered_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_registered_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_registered_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_reset_object_address: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_reset_object_address_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_set_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_set_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_set_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_set_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_set_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_set_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_set_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_set_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_set_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_set_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_132_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_132_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_132_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_132_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_132_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_132_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_132_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_132_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_132_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_132_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_shared_ptr_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_ptr_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_ptr_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_ptr_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_ptr_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_ptr_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_ptr_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_ptr_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_ptr_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_ptr_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_ptr_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_simple_class_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_split_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_split_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_split_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_split_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_split_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_split_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_split_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_split_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_split_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_split_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_tracking_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_tracking_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_tracking_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_tracking_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_tracking_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_tracking_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_tracking_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_tracking_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_tracking_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_tracking_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_unregistered_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_unregistered_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_unregistered_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_unregistered_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_unregistered_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_unregistered_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_unregistered_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_unregistered_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_unregistered_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_unregistered_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_utf8_codecvt: borland-5.8.2*
test_variant_binary_archive: msvc-6.5* msvc-6.5* msvc-6.5*
test_variant_binary_archive_dll: msvc-6.5* msvc-6.5* msvc-6.5*
test_variant_text_archive: msvc-6.5* msvc-6.5* msvc-6.5*
test_variant_text_archive_dll: msvc-6.5* msvc-6.5* msvc-6.5*
test_variant_text_warchive: msvc-6.5* msvc-6.5* msvc-6.5*
test_variant_text_warchive_dll: msvc-6.5* msvc-6.5* msvc-6.5*
test_variant_xml_archive: msvc-6.5* msvc-6.5* msvc-6.5*
test_variant_xml_archive_dll: msvc-6.5* msvc-6.5* msvc-6.5*
test_variant_xml_warchive: msvc-6.5* msvc-6.5* msvc-6.5*
test_variant_xml_warchive_dll: msvc-6.5* msvc-6.5* msvc-6.5*
test_vector_binary_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_vector_binary_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_vector_text_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_vector_text_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_vector_text_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_vector_text_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_vector_xml_archive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_vector_xml_archive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_vector_xml_warchive: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_vector_xml_warchive_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_void_cast: borland-5.8.2* borland-5.8.2* borland-5.8.2*
test_void_cast_dll: borland-5.8.2* borland-5.8.2* borland-5.8.2*
|smart_ptr|
atomic_count_test: msvc-6.5*
|spirit|
action_tests: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
action_tests_debug: gcc-3.4.5_linux_x86_64 gcc-4.1.0_linux_x86_64
symbols_add_null: msvc-7.1 msvc-8.0
symbols_add_null_debug: msvc-7.1 msvc-8.0
|test|
boost_check_equal_str: msvc-6.5* msvc-6.5* msvc-6.5*
errors_handling_test: msvc-6.5* msvc-6.5* msvc-6.5*
fixed_mapping_test: msvc-6.5* msvc-6.5* msvc-6.5*
ifstream_line_iterator_test: msvc-6.5* msvc-6.5* msvc-6.5*
output_test_stream_test: msvc-6.5* msvc-6.5* msvc-6.5*
parameterized_test_test: msvc-6.5* msvc-6.5* msvc-6.5*
prg_exec_fail2: darwin-4.0.1
prg_exec_fail3: borland-5.8.2* cw-9.4 msvc-6.5* msvc-7.1 msvc-8.0
result_report_test: msvc-6.5* msvc-6.5* msvc-6.5*
test_case_template_test: borland-5.8.2* msvc-6.5* msvc-6.5* msvc-6.5*
test_tools_test: msvc-6.5* msvc-6.5* msvc-6.5*
|thread|
test_tss_lib: msvc-8.0
|utility|
operators_test: gcc-3.4.5_linux_x86_64
|wave|
test_re2c_lexer: hp_cxx-71_006_tru64
test_slex_lexer: hp_cxx-71_006_tru64
testwave: msvc-8.0
testwave_dll: hp_cxx-71_006_tru64
16
32
Hi!
I am somewhat stymied by the proper test procedures for the current
boost release candidate. (ie, RC_1_34_0 branch.)
The documentation:
http://www.boost.org/tools/regression/xsl_reports/runner/instructions.html
Seems simple enough. However, it lies.
;)
First of all, the links to regression.py are dead. That's fine,
because there is
./tools/build/v2/test/regression.py
./tools/regression/xsl_reports/runner/regression.py
Great.
In addition, I'm more interested in checking my local build, after I
built it, not really the workflow envisioned from this script. (As
documented.)
In boost build v1, there was a script:
tools/regression/run_regression.sh
This is what I had been using, but it apparently does not work with v2
and has not been updated. (basics are wrong in that script, starting
with the location of the bjam sources.)
Now, there is even a third way, ie
"make check"
if you use the ./configure; make; make check approach. (Which I would
like to do!)
However, that rule is wrong. (no rule for "test", should be
--user-config=../user-config.jam). Omitting "test" as a rule and just
doing bjam in the status director runs the tests, but then I have no
summary.
So.
Before I start hacking in my own custom make check rules via
cannibalizing the old run_regression script, I feel as if I must ask
the obvious question:
How are people running the regression tests for local builds so that
they get results in an easy to comprehend format? There are pretty
results on the boost web page: is it possible for the rest of us to
generate these too?
best,
-benjamin
3
6
Please see http://tinyurl.com/39boxy , where MSVC 8.0 complains
that there's no unchecked_equal function in namespace stdext:
[...]
c_regex_traits.cpp
..\boost/regex/v4/regex_workaround.hpp(154) : error C2039:
'unchecked_equal' : is not a member of 'stdext'
[...]
The probably crucial issue about this failing test is that it's being
built
in *release* mode, so I wonder whether the existence of
unchecked_equal depends on some of the MSVC 8.0 "safe mode"
settings.
Thank you,
Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
5
6