Boost
Threads by month
- ----- 2026 -----
- 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
- 33 participants
- 33328 discussions
I've checked in the attached (HEAD and RC). The failure in question was reported a
couple of times, and nothing happens, which means we get to
release 1.34.0 with it.
- Volodya
3
4
Looks to me like we're almost there, even if it doesn't look like it yet :-)
Date-Time:
~~~~~~~~~~
Serialisation lib fails to build with Borland-5.8.2: this works or me when
building against spirit-1.6.3. The error messages in the table correspond
to what I see when building against CVS spirit (which is known not to work).
Since Borland can't possibly work with mainline Spirit, I have:
using borland : 5.8.2 : "C:/Program Files/Borland/BDS/4.0/Bin/bcc32.exe" :
<cxxflags>-IC:/data/boost/spirit-1.6.3/boost ;
using borland : 5.6.4 : "C:/cpp/Borland/CBuilder6/Bin/bcc32.exe" :
<cxxflags>-IC:/data/boost/spirit-1.6.3/boost ;
In my user-config.jam which takes care of serialisation at least.
Dynamic Bitset:
~~~~~~~~~~~~~~~
Strange looking failure from one regression runner, but not the other.
Spurious?
MultiIndex:
~~~~~~~~~~~
Spirit setup issue again.
Regex:
~~~~~~
These all pass for me here. The msvc-8 failure is only showing up on one
machine and the link leads to no error messages. The Borland failures all
suggest that the library failed to build, but there are no error messages
and since all the other tests pass there is something strange going on here
(as the library must have built!). Spurious?
Serialisation:
~~~~~~~~~~~~~~
Spirit setup again.
Test:
~~~~~
These all pass for me, but I see an "asynch-exceptions-on" in the test name,
does this mean this is a non-default build?
Wave:
~~~~~
We need a Tru64 expert to look at this: linker bug maybe?
John.
4
7
Roland and Nicola have being discussing the situation with serialization/spirit
interaction with not-so-comforming compilers like borland and msvc-6.5.
The conclusion as I understand it seems to be:
1. It's possible to make serialization work, by taking previous release of
Spirit 1.6, removing Spirit from Boost RC and unpacking older release on
top of the tree.
2. The 'out-of-tree' spirit 1.6 does not seem to work, for several
reasons:
- There's no V2 mechanism to plug out-of-tree spirit 1.6. Both
Roland and Nicola have patches to fix this.
- For borland, it requires patching Spirit 1.6 to change
include statements from ""-includes to <>-includes.
We don't have any regression results with the patches spirit.
As Alisdair mentions, it would be bad to just drop serialization support
for msvc and borland. At the same time, we don't have any idea
if spirit 1.6 is the only problem with those compilers, so I think
here's what we should do:
1. Nicola sends Roland and me his patched spirit.
2. Roland sets up regression tests that use the
patched spirit 1.6. He changes the name of toolsets
to indicate that patched spriit is used, say:
msvc-6.5_spirit1.6
and does a test run.
3. If results are good enough, or can be
made good enough in reasonable time, we make this
patched spirit available from SF -- it can be either new
release of the spirit project, or new download from the
boost project with prominent warning that it's just
for msvc-6.5 and borland users.
4. We also mark serialization library as unusable for
msvc-6.5 and borland, and include a link for
the procedure to download spirit 1.6 and set it up.
This way, we correctly indicate that serialization does not work
in RC download, say how it can be made to work, and have
some test coverage for RC + spirit 1.6.
In case if RC + spirit 1.6 has serious problems for msvc/borland,
and there's nobody to fix those problems, we'll declare serialization
unusable for the problematic toolsets.
Now, two questions.
1. Does the above sounds good to everybody involved? Robert? Nicola? Roland?
2. If yes, Nicola and Roland, can you work on this plan?
Thanks,
Volodya
5
11
Victor,
I don't see your test results anywhere, and I'm positively sure I never
deleted those results.
The reason I'm asking is that we seem to have no test results
for msvc-8.0 in known-good configuration and debug variant and
I'm worried we can have regressions on a popular platform slip by.
Did you just have no time to run test recently, or there's
any problem I have to fix?
Thanks,
Volodya
4
5
I've checked in the attached patches to regression.py. They:
1. Stop regression.py from using the --toolset option to bjam,
as it still causes problem. I've posted about this to boost-testing,
but got no reply, and it getting really awkward to ask testers
to manually grab "last known good" version of regression.py.
I've filed a Boost.Build ticket for the underlying problem:
https://zigzag.cs.msu.su:7813/boost.build/ticket/119
Please don't put --toolset option to regression.py until that ticket
is closed and there's agreement the --toolset option is good.
2. Make regression.py send full bjam logs by default, so that
to reduce the need to talk to testers (and timezene-associated
delay) is something goes wrong. If you're pressed for bandwidth,
you can use --dont-send-bjam-logs option to suppress this.
- Volodya
2
1
Has anyone successfully built a universal framework for Boost under
OSX? I found this post
that indicates to me that something is broken:
http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Darwin
I verified that this doesn't work :
bjam -sTOOLS=darwin -sBUILD=framework
Any suggestions?
Matthias
1
0
Boost Regression test failures
Report time: 2007-01-28T11:13:42Z
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
1624 failures in 7 libraries (5 are from non-broken platforms)
date_time (0 of 14 failures are from non-broken platforms)
dynamic_bitset (0 of 1 failures are from non-broken platforms)
multi_index (0 of 2 failures are from non-broken platforms)
regex (1 of 3 failures are from non-broken platforms)
serialization (0 of 1582 failures are from non-broken platforms)
test (1 of 19 failures are from non-broken platforms)
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.
|date_time|
testgreg_serialize: borland-5.8.2* borland-5.8.2*
testgreg_serialize_dll: borland-5.8.2* borland-5.8.2*
testgreg_serialize_xml: borland-5.8.2* borland-5.8.2*
testtime_serialize: borland-5.8.2* borland-5.8.2*
testtime_serialize_std_config: borland-5.8.2* borland-5.8.2*
testtime_serialize_xml: borland-5.8.2* borland-5.8.2*
testtime_serialize_xml_std_config: borland-5.8.2* borland-5.8.2*
|dynamic_bitset|
dyn_bitset_unit_tests2: borland-5.8.2*
|multi_index|
test_serialization: msvc-6.5* msvc-6.5*
|regex|
regex_config_info: borland-5.8.2* borland-5.8.2*
regex_regress_threaded: msvc-8.0
|serialization|
test_array_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_xml_warchive_dll: borland-5.8.2* borland-5.8.2* 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* msvc-6.5* msvc-6.5*
test_class_info_save_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_demo: borland-5.8.2* borland-5.8.2*
test_demo_auto_ptr: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_demo_auto_ptr_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_demo_dll: borland-5.8.2* borland-5.8.2*
test_demo_exception: borland-5.8.2* borland-5.8.2*
test_demo_exception_dll: borland-5.8.2* borland-5.8.2*
test_demo_fast_archive: borland-5.8.2* borland-5.8.2*
test_demo_fast_archive_dll: borland-5.8.2* borland-5.8.2*
test_demo_pimpl: borland-5.8.2* borland-5.8.2*
test_demo_pimpl_dll: borland-5.8.2* borland-5.8.2*
test_demo_polymorphic: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_demo_polymorphic_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_demo_portable_archive: borland-5.8.2* borland-5.8.2*
test_demo_portable_archive_dll: borland-5.8.2* borland-5.8.2*
test_demo_shared_ptr: borland-5.8.2* borland-5.8.2*
test_demo_shared_ptr_dll: borland-5.8.2* borland-5.8.2*
test_demo_xml: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_demo_xml_dll: borland-5.8.2* borland-5.8.2* 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*
test_demo_xml_save_dll: borland-5.8.2* borland-5.8.2*
test_deque_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_diamond_binary_archive: borland-5.8.2* borland-5.8.2*
test_diamond_binary_archive_dll: borland-5.8.2* borland-5.8.2*
test_diamond_text_archive: borland-5.8.2* borland-5.8.2*
test_diamond_text_archive_dll: borland-5.8.2* borland-5.8.2*
test_diamond_text_warchive: borland-5.8.2* borland-5.8.2*
test_diamond_text_warchive_dll: borland-5.8.2* borland-5.8.2*
test_diamond_xml_archive: borland-5.8.2* borland-5.8.2*
test_diamond_xml_archive_dll: borland-5.8.2* borland-5.8.2*
test_diamond_xml_warchive: borland-5.8.2* borland-5.8.2*
test_diamond_xml_warchive_dll: borland-5.8.2* borland-5.8.2*
test_exported_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_map_binary_archive: borland-5.8.2* borland-5.8.2*
test_map_binary_archive_dll: borland-5.8.2* borland-5.8.2*
test_map_text_archive: borland-5.8.2* borland-5.8.2*
test_map_text_archive_dll: borland-5.8.2* borland-5.8.2*
test_map_text_warchive: borland-5.8.2* borland-5.8.2*
test_map_text_warchive_dll: borland-5.8.2* borland-5.8.2*
test_map_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_map_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_map_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_map_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_mi_binary_archive: borland-5.8.2* borland-5.8.2*
test_mi_binary_archive_dll: borland-5.8.2* borland-5.8.2*
test_mi_text_archive: borland-5.8.2* borland-5.8.2*
test_mi_text_archive_dll: borland-5.8.2* borland-5.8.2*
test_mi_text_warchive: borland-5.8.2* borland-5.8.2*
test_mi_text_warchive_dll: borland-5.8.2* borland-5.8.2*
test_mi_xml_archive: borland-5.8.2* borland-5.8.2*
test_mi_xml_archive_dll: borland-5.8.2* borland-5.8.2*
test_mi_xml_warchive: borland-5.8.2* borland-5.8.2*
test_mi_xml_warchive_dll: borland-5.8.2* borland-5.8.2*
test_mult_archive_types: borland-5.8.2* borland-5.8.2*
test_mult_archive_types_dll: borland-5.8.2* borland-5.8.2*
test_multiple_ptrs_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_no_rtti_binary_archive: msvc-6.5* msvc-6.5*
test_no_rtti_binary_archive_dll: msvc-6.5* msvc-6.5*
test_no_rtti_text_archive: msvc-6.5* msvc-6.5*
test_no_rtti_text_archive_dll: msvc-6.5* msvc-6.5*
test_no_rtti_text_warchive: msvc-6.5* msvc-6.5*
test_no_rtti_text_warchive_dll: msvc-6.5* msvc-6.5*
test_no_rtti_xml_archive: msvc-6.5* msvc-6.5*
test_no_rtti_xml_archive_dll: msvc-6.5* msvc-6.5*
test_no_rtti_xml_warchive: msvc-6.5* msvc-6.5*
test_no_rtti_xml_warchive_dll: msvc-6.5* msvc-6.5*
test_non_default_ctor2_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_private_ctor: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_private_ctor_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_reset_object_address: borland-5.8.2* borland-5.8.2*
test_reset_object_address_dll: borland-5.8.2* borland-5.8.2*
test_set_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_variant_binary_archive: msvc-6.5* msvc-6.5*
test_variant_binary_archive_dll: msvc-6.5* msvc-6.5*
test_variant_text_archive: msvc-6.5* msvc-6.5*
test_variant_text_archive_dll: msvc-6.5* msvc-6.5*
test_variant_text_warchive: msvc-6.5* msvc-6.5*
test_variant_text_warchive_dll: msvc-6.5* msvc-6.5*
test_variant_xml_archive: msvc-6.5* msvc-6.5*
test_variant_xml_archive_dll: msvc-6.5* msvc-6.5*
test_variant_xml_warchive: msvc-6.5* msvc-6.5*
test_variant_xml_warchive_dll: msvc-6.5* msvc-6.5*
test_vector_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_void_cast: borland-5.8.2* borland-5.8.2*
test_void_cast_dll: borland-5.8.2* borland-5.8.2*
|test|
boost_check_equal_str: msvc-6.5* msvc-6.5*
errors_handling_test: msvc-6.5* msvc-6.5*
fixed_mapping_test: msvc-6.5* msvc-6.5*
ifstream_line_iterator_test: msvc-6.5* msvc-6.5*
output_test_stream_test: msvc-6.5* msvc-6.5*
parameterized_test_test: msvc-6.5* msvc-6.5*
prg_exec_fail3: cw-9.4
result_report_test: msvc-6.5* msvc-6.5*
test_case_template_test: msvc-6.5* msvc-6.5*
test_tools_test: msvc-6.5* msvc-6.5*
|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
Hallo, Joel.
I'm posting to Boost.Development because my posts to Spirit.Development do not
seem to get through. As I explain here:
http://thread.gmane.org/gmane.comp.lib.boost.devel/153490/focus=153547
I'd like to issue a Spirit 1.6.4 release to better support regression testers
that use either Borland or old Microsoft compilers.
I'm willing to take charge of everything and I know my way around SourceForge
well enough to manage without handholding. However I have two worries:
- As a plain developer do I have a sufficient authorization level for all the
tasks involved?
- Is there anything special I should do, e.g. specific testing, prereleases,
etc.?
Cheers,
Nicola Musatti
3
3
There is at least a couple of test failures, where the right course
of action depends on what we want tests to mean.
First example is one of Boost.Test failures on darwin. I'm using
this just as illustration.
The test in question checks that Boost.Test captures division by zero. However,
as explained by Tobias, on Power processors division by zero
is not automatically detected, and the compiler should emit extra
code for checks, and does not emit such code by default. So,
the test fails.
We can take two approaches:
1. If a test is green, it means tested functionality is
available for users, when using freshly downloaded
Boost, with default compiler options.
2. If a test is green, there's some combination
of compiler options, and other setup, where
this functionality is available.
Approach (2) might be more interesting to the library authors --
in particular case it's interesting to check all the code
for detecting division by zero in Boost.Test, provided division itself
is checked by compiler.
At the same time, (1) might be more interesting for user. If a user
sees green cell, he's likely to expect the library to work with
default options and no effort on his part. If that's not the case, it's
better to leave the test failing and describe how user can get the
desired functionality.
Any comments?
- Volodya
2
1
Boost Regression test failures
Report time: 2007-01-27T13:27:45Z
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
1668 failures in 12 libraries (49 are from non-broken platforms)
algorithm/string (1)
date_time (0 of 14 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 2 failures are from non-broken platforms)
regex (36 of 38 failures are from non-broken platforms)
serialization (0 of 1582 failures are from non-broken platforms)
test (1 of 19 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* borland-5.8.2*
testgreg_serialize_dll: borland-5.8.2* borland-5.8.2*
testgreg_serialize_xml: borland-5.8.2* borland-5.8.2*
testtime_serialize: borland-5.8.2* borland-5.8.2*
testtime_serialize_std_config: borland-5.8.2* borland-5.8.2*
testtime_serialize_xml: borland-5.8.2* borland-5.8.2*
testtime_serialize_xml_std_config: borland-5.8.2* 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* 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* 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* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_array_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_binary_xml_warchive_dll: borland-5.8.2* borland-5.8.2* 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* msvc-6.5* msvc-6.5*
test_class_info_save_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_class_info_save_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_contained_class_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_cyclic_ptrs_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_delete_pointer_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_demo: borland-5.8.2* borland-5.8.2*
test_demo_auto_ptr: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_demo_auto_ptr_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_demo_dll: borland-5.8.2* borland-5.8.2*
test_demo_exception: borland-5.8.2* borland-5.8.2*
test_demo_exception_dll: borland-5.8.2* borland-5.8.2*
test_demo_fast_archive: borland-5.8.2* borland-5.8.2*
test_demo_fast_archive_dll: borland-5.8.2* borland-5.8.2*
test_demo_pimpl: borland-5.8.2* borland-5.8.2*
test_demo_pimpl_dll: borland-5.8.2* borland-5.8.2*
test_demo_polymorphic: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_demo_polymorphic_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_demo_portable_archive: borland-5.8.2* borland-5.8.2*
test_demo_portable_archive_dll: borland-5.8.2* borland-5.8.2*
test_demo_shared_ptr: borland-5.8.2* borland-5.8.2*
test_demo_shared_ptr_dll: borland-5.8.2* borland-5.8.2*
test_demo_xml: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_demo_xml_dll: borland-5.8.2* borland-5.8.2* 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*
test_demo_xml_save_dll: borland-5.8.2* borland-5.8.2*
test_deque_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_deque_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_ptr_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_class_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_derived_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_diamond_binary_archive: borland-5.8.2* borland-5.8.2*
test_diamond_binary_archive_dll: borland-5.8.2* borland-5.8.2*
test_diamond_text_archive: borland-5.8.2* borland-5.8.2*
test_diamond_text_archive_dll: borland-5.8.2* borland-5.8.2*
test_diamond_text_warchive: borland-5.8.2* borland-5.8.2*
test_diamond_text_warchive_dll: borland-5.8.2* borland-5.8.2*
test_diamond_xml_archive: borland-5.8.2* borland-5.8.2*
test_diamond_xml_archive_dll: borland-5.8.2* borland-5.8.2*
test_diamond_xml_warchive: borland-5.8.2* borland-5.8.2*
test_diamond_xml_warchive_dll: borland-5.8.2* borland-5.8.2*
test_exported_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_exported_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_ptrs_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_list_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_map_binary_archive: borland-5.8.2* borland-5.8.2*
test_map_binary_archive_dll: borland-5.8.2* borland-5.8.2*
test_map_text_archive: borland-5.8.2* borland-5.8.2*
test_map_text_archive_dll: borland-5.8.2* borland-5.8.2*
test_map_text_warchive: borland-5.8.2* borland-5.8.2*
test_map_text_warchive_dll: borland-5.8.2* borland-5.8.2*
test_map_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_map_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_map_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_map_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_mi_binary_archive: borland-5.8.2* borland-5.8.2*
test_mi_binary_archive_dll: borland-5.8.2* borland-5.8.2*
test_mi_text_archive: borland-5.8.2* borland-5.8.2*
test_mi_text_archive_dll: borland-5.8.2* borland-5.8.2*
test_mi_text_warchive: borland-5.8.2* borland-5.8.2*
test_mi_text_warchive_dll: borland-5.8.2* borland-5.8.2*
test_mi_xml_archive: borland-5.8.2* borland-5.8.2*
test_mi_xml_archive_dll: borland-5.8.2* borland-5.8.2*
test_mi_xml_warchive: borland-5.8.2* borland-5.8.2*
test_mi_xml_warchive_dll: borland-5.8.2* borland-5.8.2*
test_mult_archive_types: borland-5.8.2* borland-5.8.2*
test_mult_archive_types_dll: borland-5.8.2* borland-5.8.2*
test_multiple_ptrs_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_multiple_ptrs_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_no_rtti_binary_archive: msvc-6.5* msvc-6.5*
test_no_rtti_binary_archive_dll: msvc-6.5* msvc-6.5*
test_no_rtti_text_archive: msvc-6.5* msvc-6.5*
test_no_rtti_text_archive_dll: msvc-6.5* msvc-6.5*
test_no_rtti_text_warchive: msvc-6.5* msvc-6.5*
test_no_rtti_text_warchive_dll: msvc-6.5* msvc-6.5*
test_no_rtti_xml_archive: msvc-6.5* msvc-6.5*
test_no_rtti_xml_archive_dll: msvc-6.5* msvc-6.5*
test_no_rtti_xml_warchive: msvc-6.5* msvc-6.5*
test_no_rtti_xml_warchive_dll: msvc-6.5* msvc-6.5*
test_non_default_ctor2_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor2_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_default_ctor_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_non_intrusive_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_null_ptr_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_nvp_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_object_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_optional_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_polymorphic_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_primitive_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_private_ctor: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_private_ctor_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_recursion_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_registered_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_reset_object_address: borland-5.8.2* borland-5.8.2*
test_reset_object_address_dll: borland-5.8.2* borland-5.8.2*
test_set_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_set_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_132_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_shared_ptr_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_ptr_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_simple_class_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_split_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_tracking_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_unregistered_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_variant_binary_archive: msvc-6.5* msvc-6.5*
test_variant_binary_archive_dll: msvc-6.5* msvc-6.5*
test_variant_text_archive: msvc-6.5* msvc-6.5*
test_variant_text_archive_dll: msvc-6.5* msvc-6.5*
test_variant_text_warchive: msvc-6.5* msvc-6.5*
test_variant_text_warchive_dll: msvc-6.5* msvc-6.5*
test_variant_xml_archive: msvc-6.5* msvc-6.5*
test_variant_xml_archive_dll: msvc-6.5* msvc-6.5*
test_variant_xml_warchive: msvc-6.5* msvc-6.5*
test_variant_xml_warchive_dll: msvc-6.5* msvc-6.5*
test_vector_binary_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_binary_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_text_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_text_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_text_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_text_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_xml_archive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_xml_archive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_xml_warchive: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_vector_xml_warchive_dll: borland-5.8.2* borland-5.8.2* msvc-6.5* msvc-6.5*
test_void_cast: borland-5.8.2* borland-5.8.2*
test_void_cast_dll: borland-5.8.2* borland-5.8.2*
|test|
boost_check_equal_str: msvc-6.5* msvc-6.5*
errors_handling_test: msvc-6.5* msvc-6.5*
fixed_mapping_test: msvc-6.5* msvc-6.5*
ifstream_line_iterator_test: msvc-6.5* msvc-6.5*
output_test_stream_test: msvc-6.5* msvc-6.5*
parameterized_test_test: msvc-6.5* msvc-6.5*
prg_exec_fail3: cw-9.4
result_report_test: msvc-6.5* msvc-6.5*
test_case_template_test: msvc-6.5* msvc-6.5*
test_tools_test: msvc-6.5* 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
5
4