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
- 12 participants
- 33377 discussions
[Boost-bugs] [ boost-Bugs-1440173 ] problem with boost::relaxed_heap::log2 under cygwin
by SourceForge.net 28 Feb '06
by SourceForge.net 28 Feb '06
28 Feb '06
Bugs item #1440173, was opened at 2006-02-28 00:06
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=1440173&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: graph
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Jeremy Siek (jsiek)
Summary: problem with boost::relaxed_heap::log2 under cygwin
Initial Comment:
Dears,
on some cygwin systems the private function
boost::relaxed_heap::log2 does not allow correct
compilation. This is due to the #define log2 present
on some system headers files that introduce some
dirty code into the relaxed heap preprocess file. The
solution is quite simple: change the name into
something of different of log2.
Best Regards,
Fabrizio Ferrandi
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1440173&group_…
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Boost-bugs mailing list
Boost-bugs(a)lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/boost-bugs
1
0
I'm afraid the recent restoration of previous
workarounds in Boost.Test code to cope with
MSVC 6.0 is not complete: boost/test/impl/unit_test_suite.ipp
needs to be reverted to v1.11 to eliminate regressions
like this:
http://tinyurl.com/etpcg
I can do this myself if given permission.
Thank you,
Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
4
5
Boost Regression test failures
Report time: 2006-02-27T13:20:08Z
This report lists all regression test failures on release platforms.
Detailed report:
http://engineering.meta-comm.com/boost-regression/CVS-HEAD/developer/issues…
The following platforms have a large number of failures:
intel-9.0-linux
vc-6_5
2616 failures in 45 libraries (1426 are from non-broken platforms)
algorithm/string (2)
assign (18 of 25 failures are from non-broken platforms)
concept_check (24 of 26 failures are from non-broken platforms)
config (0 of 1 failures are from non-broken platforms)
conversion (1 of 2 failures are from non-broken platforms)
crc (1 of 3 failures are from non-broken platforms)
date_time (29 of 43 failures are from non-broken platforms)
disjoint_sets (1 of 3 failures are from non-broken platforms)
filesystem (30 of 37 failures are from non-broken platforms)
format (4 of 8 failures are from non-broken platforms)
functional (0 of 1 failures are from non-broken platforms)
functional/hash (19 of 20 failures are from non-broken platforms)
graph (20)
integer (2 of 5 failures are from non-broken platforms)
iostreams (29 of 58 failures are from non-broken platforms)
lambda (0 of 15 failures are from non-broken platforms)
math (6 of 9 failures are from non-broken platforms)
mpl (109 of 119 failures are from non-broken platforms)
multi_array (15)
multi_index (47)
parameter (12 of 13 failures are from non-broken platforms)
pool (1 of 2 failures are from non-broken platforms)
program_options (7)
ptr_container (43)
python (47)
random (1 of 2 failures are from non-broken platforms)
range (10 of 21 failures are from non-broken platforms)
rational (6 of 9 failures are from non-broken platforms)
serialization (452 of 1168 failures are from non-broken platforms)
signals (30 of 36 failures are from non-broken platforms)
spirit (48 of 173 failures are from non-broken platforms)
statechart (0 of 52 failures are from non-broken platforms)
static_assert (0 of 1 failures are from non-broken platforms)
test (14 of 43 failures are from non-broken platforms)
thread (16 of 48 failures are from non-broken platforms)
tokenizer (1 of 8 failures are from non-broken platforms)
tr1 (131 of 312 failures are from non-broken platforms)
tuple (2 of 6 failures are from non-broken platforms)
type_traits (0 of 46 failures are from non-broken platforms)
typeof (5 of 38 failures are from non-broken platforms)
utility (4 of 20 failures are from non-broken platforms)
utility/enable_if (0 of 8 failures are from non-broken platforms)
variant (0 of 12 failures are from non-broken platforms)
wave (3 of 7 failures are from non-broken platforms)
xpressive (0 of 35 failures are from non-broken platforms)
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: cw-8_3 vc-7_0
|assign|
basic: vc-6_5* vc-6_5-stlport
email_example: vc-6_5* vc-6_5-stlport
list_inserter: vc-6_5* vc-6_5-stlport
list_of_workaround: vc-6_5* vc-6_5-stlport
multi_index_container: tru64cxx71-006
my_vector_example: vc-6_5* vc-6_5-stlport
ptr_list_inserter: cw-8_3 cw-9_4 cw-9_5-darwin
ptr_list_of: cw-8_3 cw-9_4 cw-9_5-darwin
ptr_map_inserter: cw-8_3 cw-9_4 cw-9_5-darwin vc-7_0
static_list_of: vc-6_5* vc-6_5-stlport
std: vc-6_5* vc-6_5-stlport
|concept_check|
stl_concept_covering: borland-5_6_4 cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux gcc-4_0-darwin intel-9.0-linux* intel-win32-8_1 intel-win32-9_0 mingw-3_4_2 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0 vc-7_1 vc-7_1 vc-7_1
|config|
limits_test: intel-9.0-linux*
|conversion|
lexical_cast_test: vc-6_5* vc-6_5-stlport
|crc|
crc_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
|date_time|
testc_local_adjustor: vc-6_5*
testclock: vc-6_5*
testclocks: vc-7_0
testdst_rules: vc-6_5*
testfiletime_functions: vc-6_5*
testgreg_duration_operators: vc-6_5*
testgreg_serialize: cw-8_3
testgreg_serialize_dll: cw-8_3 cw-9_4 intel-win32-8_1 intel-win32-9_0 vc-7_0 vc-7_1 vc-7_1 vc-7_1
testgreg_serialize_xml: cw-8_3
testint_adapter: cw-9_5-darwin gcc-3_3-darwin intel-win32-9_0
testiterator: vc-6_5*
testlocal_adjustor: vc-6_5*
testlocal_time: vc-7_0
testlocal_time_iterator: vc-7_0
testlocal_time_period: vc-7_0
testmicrosec_time_clock: vc-6_5*
testparse_time: vc-6_5*
testposix_time_zone: vc-7_0
testtime: vc-6_5*
testtime_formatters: vc-6_5*
testtime_period: vc-6_5*
testtime_resolution_traits: cw-9_5-darwin gcc-3_3-darwin intel-win32-9_0
testtime_serialize: cw-8_3 gcc-3.2.3-linux
testtime_serialize_std_config: cw-8_3
testtime_serialize_xml: cw-8_3
testtime_serialize_xml_std_config: cw-8_3
testtz_database: vc-7_0
testwcustom_time_zone: vc-6_5* vc-7_0
testwposix_time_zone: vc-6_5* vc-7_0
|disjoint_sets|
disjoint_set_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
|filesystem|
convenience_test: cw-8_3
fstream_test: cw-8_3 intel-win32-8_1 intel-win32-9_0 vc-7_1 vc-7_1 vc-7_1
large_file_support_test: cw-8_3
mbcopy: borland-5_6_4 cw-8_3 vc-6_5* vc-6_5-stlport vc-7_0
mbpath: borland-5_6_4 cw-8_3 vc-6_5* vc-6_5-stlport vc-7_0
operations_test: cw-8_3 gcc-3.3.6-linux gcc-3.4.4-linux vc-6_5* vc-6_5-stlport
operations_test_dll: cw-8_3 gcc-3.3.6-linux gcc-3.4.4-linux vc-6_5* vc-6_5-stlport
path_test: cw-8_3 vc-6_5*
path_test_dll: cw-8_3 vc-6_5*
wide_test: borland-5_6_4 cw-8_3 vc-6_5* vc-6_5-stlport vc-7_0
|format|
format_test1: vc-6_5* vc-6_5-stlport
format_test2: vc-6_5* vc-6_5-stlport
format_test3: vc-6_5* vc-6_5-stlport
format_test_wstring: vc-6_5* vc-6_5-stlport
|functional|
function_test: intel-9.0-linux*
|functional/hash|
container_fwd_test: vc-6_5-stlport
hash_built_in_array_test: vc-6_5* vc-6_5-stlport
hash_custom_test: vc-6_5-stlport
hash_deque_test: vc-6_5-stlport
hash_float_test: vc-6_5-stlport
hash_friend_test: vc-6_5-stlport
hash_global_namespace_test: borland-5_6_4 vc-6_5-stlport
hash_list_test: vc-6_5-stlport
hash_map_test: vc-6_5-stlport
hash_no_ext_macro_1: vc-6_5-stlport
hash_no_ext_macro_2: vc-6_5-stlport
hash_number_test: vc-6_5-stlport
hash_pointer_test: vc-6_5-stlport
hash_range_test: vc-6_5-stlport
hash_set_test: vc-6_5-stlport
hash_string_test: vc-6_5-stlport
hash_vector_test: vc-6_5-stlport
link_ext_test: vc-6_5-stlport
|graph|
adjacency_matrix_test: vc-7_0
bidir_remove_edge: vc-7_0
bidir_vec_remove_edge: cw-9_5-darwin gcc-3.4.5-linux gcc-4.0.2-linux intel-win32-8_1 intel-win32-9_0 tru64cxx71-006 vc-7_0 vc-7_1 vc-7_1 vc-7_1
csr_graph_test: vc-7_0
dominator_tree_test: cw-8_3 vc-7_0
graphviz_test: vc-7_1 vc-7_1 vc-7_1
matching_test: cw-8_3 vc-7_0
|integer|
integer_test: intel-9.0-linux*
integer_traits_test: intel-9.0-linux* qcc-3.3.5-gpp vc-6_5* vc-6_5-stlport
|iostreams|
array_test: vc-6_5* vc-6_5-stlport
auto_close_test: vc-6_5* vc-6_5-stlport
buffer_size_test: vc-6_5* vc-6_5-stlport
code_converter_test: vc-6_5* vc-6_5-stlport
component_access_test: vc-6_5* vc-6_5-stlport
compose_test: borland-5_6_4 vc-6_5* vc-6_5-stlport
copy_test: vc-6_5* vc-6_5-stlport
counter_test: vc-6_5* vc-6_5-stlport
direct_adapter_test: vc-6_5* vc-6_5-stlport
example_test: vc-6_5* vc-6_5-stlport
file_descriptor_test: vc-6_5* vc-6_5-stlport
file_test: vc-6_5* vc-6_5-stlport
filtering_stream_test: vc-6_5* vc-6_5-stlport
flush_test: vc-6_5* vc-6_5-stlport
invert_test: vc-6_5* vc-6_5-stlport
line_filter_test: vc-6_5* vc-6_5-stlport
mapped_file_test: vc-6_5* vc-6_5-stlport
newline_test: vc-6_5* vc-6_5-stlport
null_test: vc-6_5* vc-6_5-stlport
pipeline_test: vc-6_5* vc-6_5-stlport
positioning_test: vc-6_5* vc-6_5-stlport
regex_filter_test: vc-6_5* vc-6_5-stlport
restrict_test: vc-6_5* vc-6_5-stlport
seekable_file_test: vc-6_5*
seekable_filter_test: vc-6_5* vc-6_5-stlport
stdio_filter_test: vc-6_5* vc-6_5-stlport
symmetric_filter_test: vc-6_5* vc-6_5-stlport
tee_test: vc-6_5* vc-6_5-stlport
wide_stream_test: vc-6_5* vc-6_5-stlport
|lambda|
algorithm_test: intel-9.0-linux*
bind_tests_advanced: intel-9.0-linux*
bind_tests_simple: intel-9.0-linux*
bind_tests_simple_f_refs: intel-9.0-linux*
bll_and_function: intel-9.0-linux*
constructor_tests: intel-9.0-linux*
control_structures: intel-9.0-linux*
exception_test: intel-9.0-linux*
extending_rt_traits: intel-9.0-linux*
is_instance_of_test: intel-9.0-linux*
lambda_cast_test: intel-9.0-linux*
member_pointer_test: intel-9.0-linux*
operator_tests_simple: intel-9.0-linux*
phoenix_control_structures: intel-9.0-linux*
switch_construct: intel-9.0-linux*
|math|
common_factor_test: vc-6_5* vc-6_5-stlport
complex_test: borland-5_6_4 vc-6_5* vc-6_5-stlport
hypot_test: borland-5_6_4
log1p_expm1_test: borland-5_6_4
quaternion_mult_incl_test: vc-6_5* vc-6_5-stlport
|mpl|
bool: borland-5_6_4 cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux* intel-win32-8_1 intel-win32-9_0 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0 vc-7_1 vc-7_1 vc-7_1
int: borland-5_6_4 cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux* intel-win32-8_1 intel-win32-9_0 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0 vc-7_1 vc-7_1 vc-7_1
integral_c: borland-5_6_4 cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux* intel-win32-8_1 intel-win32-9_0 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0 vc-7_1 vc-7_1 vc-7_1
multiset: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux* intel-win32-8_1 intel-win32-9_0 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0 vc-7_1 vc-7_1 vc-7_1
size_t: borland-5_6_4 cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux* intel-win32-8_1 intel-win32-9_0 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0 vc-7_1 vc-7_1 vc-7_1
|multi_array|
access: cw-8_3
assign: cw-8_3
assign_to_array: cw-8_3
compare: cw-8_3
concept_checks: cw-8_3
constructors: cw-8_3
idxgen1: cw-8_3
index_bases: cw-8_3
iterators: cw-8_3
range1: cw-8_3
reshape: cw-8_3
resize: cw-8_3
slice: cw-8_3
stl_interaction: cw-8_3
storage_order: cw-8_3
|multi_index|
test_basic: cw-8_3 tru64cxx71-006
test_capacity: cw-8_3 tru64cxx71-006
test_comparison: cw-8_3 tru64cxx71-006
test_composite_key: cw-8_3 tru64cxx71-006
test_conv_iterators: cw-8_3 tru64cxx71-006
test_copy_assignment: cw-8_3 tru64cxx71-006
test_hash_ops: cw-8_3 tru64cxx71-006
test_iterators: cw-8_3 tru64cxx71-006
test_list_ops: cw-8_3 tru64cxx71-006
test_modifiers: cw-8_3 tru64cxx71-006
test_mpl_ops: tru64cxx71-006
test_observers: cw-8_3 tru64cxx71-006
test_projection: cw-8_3 tru64cxx71-006 vc-7_0
test_range: cw-8_3 tru64cxx71-006
test_rearrange: cw-8_3 tru64cxx71-006
test_safe_mode: cw-8_3 cw-9_4 cw-9_5-darwin tru64cxx71-006 vc-7_0
test_serialization: cw-8_3 vc-7_0
test_set_ops: cw-8_3 tru64cxx71-006
test_special_list_ops: vc-7_1
test_special_set_ops: cw-8_3 tru64cxx71-006
test_update: cw-8_3 cw-9_4 cw-9_5-darwin tru64cxx71-006 vc-7_0
|parameter|
basics: borland-5_6_4
duplicates: borland-5_6_4
earwicker: borland-5_6_4
macros: borland-5_6_4
mpl: borland-5_6_4
preprocessor: borland-5_6_4 cw-8_3 vc-6_5* vc-6_5-stlport
sfinae: borland-5_6_4 vc-6_5-stlport
singular: borland-5_6_4
unnamed: borland-5_6_4
|pool|
test_pool_alloc: intel-9.0-linux* qcc-3.3.5-cpp
|program_options|
cmdline_test_dll: cw-9_4
options_description_test_dll: cw-9_4
parsers_test_dll: cw-9_4
positional_options_test_dll: cw-9_4
unicode_test_dll: cw-9_4
variable_map_test_dll: cw-9_4
winmain_dll: cw-9_4
|ptr_container|
incomplete_type_test: cw-8_3 cw-9_4 cw-9_5-darwin
indirect_fun: cw-8_3 cw-9_4 cw-9_5-darwin
iterator_test: cw-8_3 cw-9_4 cw-9_5-darwin
no_exceptions: cw-8_3 cw-9_4 cw-9_5-darwin
ptr_array: cw-8_3 cw-9_4 cw-9_5-darwin
ptr_deque: cw-8_3 cw-9_4 cw-9_5-darwin
ptr_list: cw-8_3 cw-9_4 cw-9_5-darwin
ptr_map: cw-8_3 cw-9_4 cw-9_5-darwin
ptr_set: cw-8_3 cw-9_4 cw-9_5-darwin
ptr_vector: cw-8_3 cw-9_4 cw-9_5-darwin
serialization: cw-8_3 cw-9_4 cw-9_5-darwin gcc-4.0.2-linux
tree_test: cw-8_3 cw-9_4 cw-9_5-darwin
tut1: cw-8_3 cw-9_4 cw-9_5-darwin
view_example: cw-8_3 cw-9_4 cw-9_5-darwin
|python|
args: qcc-3.3.5-gpp
auto_ptr: qcc-3.3.5-gpp
back_reference: qcc-3.3.5-gpp
ben_scott1: qcc-3.3.5-gpp
callbacks: cw-8_3 cw-9_4 qcc-3.3.5-cpp qcc-3.3.5-gpp
data_members: qcc-3.3.5-gpp
defaults: qcc-3.3.5-gpp
docstring: qcc-3.3.5-gpp
enum: qcc-3.3.5-gpp
exec: qcc-3.3.5-gpp
extract: qcc-3.3.5-gpp
implicit: qcc-3.3.5-gpp
iterator: qcc-3.3.5-gpp
keywords: qcc-3.3.5-gpp
list: cw-8_3 cw-9_4 qcc-3.3.5-cpp qcc-3.3.5-gpp
long: qcc-3.3.5-gpp
map_indexing_suite: qcc-3.3.5-gpp
minimal: qcc-3.3.5-gpp
nested: qcc-3.3.5-gpp
numpy: gcc-4_0-darwin qcc-3.3.5-gpp
object: qcc-3.3.5-gpp
opaque: qcc-3.3.5-gpp
operators: qcc-3.3.5-gpp
pearu1: qcc-3.3.5-gpp
properties: qcc-3.3.5-gpp
raw_ctor: qcc-3.3.5-gpp
return_arg: qcc-3.3.5-gpp
shared_ptr: qcc-3.3.5-gpp
slice: gcc-4_0-darwin
staticmethod: qcc-3.3.5-cpp qcc-3.3.5-gpp
stl_iterator: qcc-3.3.5-gpp
test_pointer_adoption: qcc-3.3.5-gpp
try: qcc-3.3.5-gpp
upcast: tru64cxx71-006
virtual_functions: cw-8_3 cw-9_4 qcc-3.3.5-cpp qcc-3.3.5-gpp
wrapper_held_type: qcc-3.3.5-gpp
|random|
random_test: gcc-4.0.2-linux intel-9.0-linux*
|range|
algorithm_example: vc-6_5* vc-6_5-stlport
array: vc-6_5* vc-6_5-stlport
const_ranges: vc-6_5* vc-6_5-stlport
extension_mechanism: vc-6_5* vc-6_5-stlport vc-7_0
iterator_pair: vc-6_5* vc-6_5-stlport
iterator_range: vc-6_5*
partial_workaround: vc-6_5* vc-6_5-stlport
reversible_range: vc-6_5* vc-6_5-stlport
std_container: vc-6_5* vc-6_5-stlport
string: vc-6_5* vc-6_5-stlport
sub_range: vc-6_5*
|rational|
rational_example: intel-9.0-linux*
rational_test: borland-5_6_4 cw-8_3 intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0 vc-7_1 vc-7_1
|serialization|
test_array_binary_archive: intel-9.0-linux* vc-6_5*
test_array_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_array_text_archive: intel-9.0-linux* vc-6_5*
test_array_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_array_text_warchive: intel-9.0-linux* vc-6_5*
test_array_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_array_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_array_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_array_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_array_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_binary_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_binary_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_binary_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_binary_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_binary_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_binary_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_binary_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_binary_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_binary_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_binary_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_class_info_load_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_class_info_load_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_class_info_load_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_class_info_load_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_class_info_load_text_warchive: cw-8_3 intel-9.0-linux*
test_class_info_load_text_warchive_dll: cw-9_4 intel-9.0-linux*
test_class_info_load_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_class_info_load_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_class_info_load_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_class_info_load_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_class_info_save_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_class_info_save_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_class_info_save_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_class_info_save_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_class_info_save_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_class_info_save_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_class_info_save_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_class_info_save_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_class_info_save_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_class_info_save_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_codecvt_null: intel-9.0-linux* qcc-3.3.5-gpp vc-6_5*
test_const_pass: intel-9.0-linux*
test_contained_class_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_contained_class_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_contained_class_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_contained_class_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_contained_class_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_contained_class_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_contained_class_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_contained_class_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_contained_class_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_contained_class_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_cyclic_ptrs_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_cyclic_ptrs_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_cyclic_ptrs_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_cyclic_ptrs_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_cyclic_ptrs_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_cyclic_ptrs_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_cyclic_ptrs_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_cyclic_ptrs_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_cyclic_ptrs_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_cyclic_ptrs_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_delete_pointer_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_delete_pointer_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_delete_pointer_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_delete_pointer_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_delete_pointer_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_delete_pointer_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_delete_pointer_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_delete_pointer_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_delete_pointer_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_delete_pointer_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_demo: intel-9.0-linux*
test_demo_auto_ptr: cw-8_3 intel-9.0-linux* vc-6_5*
test_demo_auto_ptr_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_demo_dll: intel-9.0-linux*
test_demo_exception: intel-9.0-linux*
test_demo_exception_dll: intel-9.0-linux*
test_demo_fast_archive: intel-9.0-linux*
test_demo_fast_archive_dll: cw-9_4 intel-9.0-linux* intel-win32-8_1 intel-win32-9_0 vc-7_0 vc-7_1 vc-7_1 vc-7_1
test_demo_pimpl: cw-8_3 intel-9.0-linux*
test_demo_pimpl_dll: cw-9_4 intel-9.0-linux*
test_demo_polymorphic: cw-8_3 intel-9.0-linux* vc-6_5*
test_demo_polymorphic_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_demo_portable_archive: cw-8_3 intel-9.0-linux*
test_demo_portable_archive_dll: cw-9_4 intel-9.0-linux*
test_demo_shared_ptr: intel-9.0-linux*
test_demo_shared_ptr_dll: intel-9.0-linux*
test_demo_xml: intel-9.0-linux* vc-6_5*
test_demo_xml_dll: intel-9.0-linux* vc-6_5*
test_demo_xml_load: intel-9.0-linux*
test_demo_xml_load_dll: intel-9.0-linux*
test_demo_xml_save: intel-9.0-linux*
test_demo_xml_save_dll: intel-9.0-linux*
test_deque_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_deque_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_deque_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_deque_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_deque_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_deque_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_deque_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_deque_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_deque_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_deque_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_derived_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_derived_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_derived_class_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_derived_class_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_derived_class_ptr_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_derived_class_ptr_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_derived_class_ptr_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_derived_class_ptr_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_derived_class_ptr_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_derived_class_ptr_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_derived_class_ptr_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_derived_class_ptr_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_derived_class_ptr_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_derived_class_ptr_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_derived_class_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_derived_class_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_derived_class_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_derived_class_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_derived_class_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_derived_class_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_derived_class_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_derived_class_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_derived_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_derived_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_derived_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_derived_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_derived_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_derived_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_derived_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_derived_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_diamond_binary_archive: intel-9.0-linux*
test_diamond_binary_archive_dll: cw-9_4 intel-9.0-linux*
test_diamond_text_archive: intel-9.0-linux*
test_diamond_text_archive_dll: cw-9_4 intel-9.0-linux*
test_diamond_text_warchive: intel-9.0-linux*
test_diamond_text_warchive_dll: cw-9_4 intel-9.0-linux*
test_diamond_xml_archive: intel-9.0-linux*
test_diamond_xml_archive_dll: cw-9_4 intel-9.0-linux*
test_diamond_xml_warchive: intel-9.0-linux*
test_diamond_xml_warchive_dll: cw-9_4 intel-9.0-linux*
test_exported_binary_archive: intel-9.0-linux* vc-6_5*
test_exported_binary_archive_dll: intel-9.0-linux* vc-6_5*
test_exported_text_archive: intel-9.0-linux* vc-6_5*
test_exported_text_archive_dll: intel-9.0-linux* vc-6_5*
test_exported_text_warchive: intel-9.0-linux* vc-6_5*
test_exported_text_warchive_dll: intel-9.0-linux* vc-6_5*
test_exported_xml_archive: intel-9.0-linux* vc-6_5*
test_exported_xml_archive_dll: intel-9.0-linux* vc-6_5*
test_exported_xml_warchive: intel-9.0-linux* vc-6_5*
test_exported_xml_warchive_dll: intel-9.0-linux* vc-6_5*
test_inclusion: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_iterators: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_iterators_base64: cw-8_3 intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_list_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_list_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_list_ptrs_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_list_ptrs_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_list_ptrs_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_list_ptrs_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_list_ptrs_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_list_ptrs_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_list_ptrs_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_list_ptrs_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_list_ptrs_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_list_ptrs_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_list_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_list_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_list_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_list_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_list_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_list_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_list_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_list_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_map_binary_archive: cw-8_3 intel-9.0-linux* qcc-3.3.5-gpp
test_map_binary_archive_dll: cw-9_4 intel-9.0-linux* qcc-3.3.5-gpp
test_map_text_archive: cw-8_3 intel-9.0-linux* qcc-3.3.5-gpp
test_map_text_archive_dll: cw-9_4 intel-9.0-linux* qcc-3.3.5-gpp
test_map_text_warchive: cw-8_3 intel-9.0-linux*
test_map_text_warchive_dll: cw-9_4 intel-9.0-linux*
test_map_xml_archive: cw-8_3 intel-9.0-linux* qcc-3.3.5-gpp vc-6_5*
test_map_xml_archive_dll: cw-9_4 intel-9.0-linux* qcc-3.3.5-gpp vc-6_5*
test_map_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_map_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_mi_binary_archive: intel-9.0-linux*
test_mi_binary_archive_dll: intel-9.0-linux*
test_mi_text_archive: intel-9.0-linux*
test_mi_text_archive_dll: intel-9.0-linux*
test_mi_text_warchive: intel-9.0-linux*
test_mi_text_warchive_dll: intel-9.0-linux*
test_mi_xml_archive: intel-9.0-linux*
test_mi_xml_archive_dll: intel-9.0-linux*
test_mi_xml_warchive: intel-9.0-linux*
test_mi_xml_warchive_dll: intel-9.0-linux*
test_mult_archive_types: intel-9.0-linux*
test_mult_archive_types_dll: intel-9.0-linux*
test_multiple_ptrs_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_multiple_ptrs_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_multiple_ptrs_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_multiple_ptrs_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_multiple_ptrs_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_multiple_ptrs_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_multiple_ptrs_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_multiple_ptrs_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_multiple_ptrs_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_multiple_ptrs_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_no_rtti_binary_archive: intel-9.0-linux* vc-6_5*
test_no_rtti_binary_archive_dll: intel-9.0-linux* vc-6_5*
test_no_rtti_text_archive: intel-9.0-linux* vc-6_5*
test_no_rtti_text_archive_dll: intel-9.0-linux* vc-6_5*
test_no_rtti_text_warchive: intel-9.0-linux* vc-6_5*
test_no_rtti_text_warchive_dll: intel-9.0-linux* vc-6_5*
test_no_rtti_xml_archive: intel-9.0-linux* vc-6_5*
test_no_rtti_xml_archive_dll: intel-9.0-linux* vc-6_5*
test_no_rtti_xml_warchive: intel-9.0-linux* vc-6_5*
test_no_rtti_xml_warchive_dll: intel-9.0-linux* vc-6_5*
test_non_default_ctor2_binary_archive: intel-9.0-linux* vc-6_5*
test_non_default_ctor2_binary_archive_dll: intel-9.0-linux* vc-6_5*
test_non_default_ctor2_text_archive: intel-9.0-linux* vc-6_5*
test_non_default_ctor2_text_archive_dll: intel-9.0-linux* vc-6_5*
test_non_default_ctor2_text_warchive: intel-9.0-linux* vc-6_5*
test_non_default_ctor2_text_warchive_dll: intel-9.0-linux* vc-6_5*
test_non_default_ctor2_xml_archive: intel-9.0-linux* vc-6_5*
test_non_default_ctor2_xml_archive_dll: intel-9.0-linux* vc-6_5*
test_non_default_ctor2_xml_warchive: intel-9.0-linux* vc-6_5*
test_non_default_ctor2_xml_warchive_dll: intel-9.0-linux* vc-6_5*
test_non_default_ctor_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_non_default_ctor_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_non_default_ctor_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_non_default_ctor_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_non_default_ctor_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_non_default_ctor_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_non_default_ctor_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_non_default_ctor_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_non_default_ctor_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_non_default_ctor_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_non_intrusive_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_non_intrusive_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_non_intrusive_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_non_intrusive_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_non_intrusive_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_non_intrusive_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_non_intrusive_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_non_intrusive_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_non_intrusive_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_non_intrusive_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_null_ptr_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_null_ptr_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_null_ptr_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_null_ptr_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_null_ptr_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_null_ptr_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_null_ptr_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_null_ptr_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_null_ptr_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_null_ptr_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_nvp_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_nvp_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_nvp_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_nvp_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_nvp_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_nvp_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_nvp_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_nvp_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_nvp_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_nvp_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_object_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_object_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_object_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_object_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_object_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_object_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_object_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_object_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_object_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_object_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_optional_binary_archive: cw-8_3 vc-6_5*
test_optional_binary_archive_dll: cw-9_4 vc-6_5*
test_optional_text_archive: cw-8_3 vc-6_5*
test_optional_text_archive_dll: cw-9_4 vc-6_5*
test_optional_text_warchive: cw-8_3 vc-6_5*
test_optional_text_warchive_dll: cw-9_4 vc-6_5*
test_optional_xml_archive: cw-8_3 vc-6_5*
test_optional_xml_archive_dll: cw-9_4 vc-6_5*
test_optional_xml_warchive: cw-8_3 vc-6_5*
test_optional_xml_warchive_dll: cw-9_4 vc-6_5*
test_polymorphic_binary_archive: cw-8_3 vc-6_5*
test_polymorphic_binary_archive_dll: cw-9_4 vc-6_5*
test_polymorphic_text_archive: cw-8_3 vc-6_5*
test_polymorphic_text_archive_dll: cw-9_4 vc-6_5*
test_polymorphic_text_warchive: cw-8_3 vc-6_5*
test_polymorphic_text_warchive_dll: cw-9_4 vc-6_5*
test_polymorphic_xml_archive: cw-8_3 vc-6_5*
test_polymorphic_xml_archive_dll: cw-9_4 vc-6_5*
test_polymorphic_xml_warchive: cw-8_3 vc-6_5*
test_polymorphic_xml_warchive_dll: cw-9_4 vc-6_5*
test_primitive_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_primitive_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_primitive_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_primitive_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_primitive_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_primitive_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_primitive_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_primitive_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_primitive_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_primitive_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_private_ctor: cw-8_3 intel-9.0-linux* vc-6_5*
test_private_ctor_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_recursion_binary_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_recursion_binary_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_recursion_text_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_recursion_text_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_recursion_text_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_recursion_text_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_recursion_xml_archive: cw-8_3 intel-9.0-linux* vc-6_5*
test_recursion_xml_archive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_recursion_xml_warchive: cw-8_3 intel-9.0-linux* vc-6_5*
test_recursion_xml_warchive_dll: cw-9_4 intel-9.0-linux* vc-6_5*
test_registered_binary_archive: intel-9.0-linux* vc-6_5*
test_registered_binary_archive_dll: intel-9.0-linux* vc-6_5*
test_registered_text_archive: intel-9.0-linux* vc-6_5*
test_registered_text_archive_dll: intel-9.0-linux* vc-6_5*
test_registered_text_warchive: intel-9.0-linux* vc-6_5*
test_registered_text_warchive_dll: intel-9.0-linux* vc-6_5*
test_registered_xml_archive: intel-9.0-linux* vc-6_5*
test_registered_xml_archive_dll: intel-9.0-linux* vc-6_5*
test_registered_xml_warchive: intel-9.0-linux* vc-6_5*
test_registered_xml_warchive_dll: intel-9.0-linux* vc-6_5*
test_reset_object_address: cw-8_3 intel-9.0-linux* vc-7_0
test_reset_object_address_dll: cw-9_4 intel-9.0-linux* vc-7_0
test_set_binary_archive: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux* mingw-3_4_2 qcc-3.3.5-gpp vc-6_5*
test_set_binary_archive_dll: cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux* mingw-3_4_2 qcc-3.3.5-gpp vc-6_5*
test_set_text_archive: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux* mingw-3_4_2 qcc-3.3.5-gpp vc-6_5*
test_set_text_archive_dll: cw-9_4 gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux* mingw-3_4_2 qcc-3.3.5-gpp vc-6_5*
test_set_text_warchive: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux* vc-6_5*
test_set_text_warchive_dll: cw-9_4 gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux* vc-6_5*
test_set_xml_archive: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux* mingw-3_4_2 qcc-3.3.5-gpp vc-6_5*
test_set_xml_archive_dll: cw-9_4 gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux* mingw-3_4_2 qcc-3.3.5-gpp vc-6_5*
test_set_xml_warchive: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux* vc-6_5*
test_set_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux* vc-6_5*
test_shared_ptr_132_binary_archive: vc-6_5* vc-6_5-stlport
test_shared_ptr_132_binary_archive_dll: vc-6_5*
test_shared_ptr_132_text_archive: vc-6_5* vc-6_5-stlport
test_shared_ptr_132_text_archive_dll: vc-6_5*
test_shared_ptr_132_text_warchive: vc-6_5* vc-6_5-stlport
test_shared_ptr_132_text_warchive_dll: vc-6_5*
test_shared_ptr_132_xml_archive: vc-6_5* vc-6_5-stlport
test_shared_ptr_132_xml_archive_dll: vc-6_5*
test_shared_ptr_132_xml_warchive: vc-6_5* vc-6_5-stlport
test_shared_ptr_132_xml_warchive_dll: vc-6_5*
test_shared_ptr_binary_archive: vc-6_5*
test_shared_ptr_binary_archive_dll: vc-6_5*
test_shared_ptr_text_archive: vc-6_5*
test_shared_ptr_text_archive_dll: vc-6_5*
test_shared_ptr_text_warchive: vc-6_5*
test_shared_ptr_text_warchive_dll: vc-6_5*
test_shared_ptr_xml_archive: vc-6_5*
test_shared_ptr_xml_archive_dll: vc-6_5*
test_shared_ptr_xml_warchive: vc-6_5*
test_shared_ptr_xml_warchive_dll: vc-6_5*
test_simple_class_binary_archive: cw-8_3 vc-6_5*
test_simple_class_binary_archive_dll: cw-9_4 vc-6_5*
test_simple_class_ptr_binary_archive: cw-8_3 vc-6_5*
test_simple_class_ptr_binary_archive_dll: cw-9_4 vc-6_5*
test_simple_class_ptr_text_archive: cw-8_3 vc-6_5*
test_simple_class_ptr_text_archive_dll: cw-9_4 vc-6_5*
test_simple_class_ptr_text_warchive: cw-8_3 vc-6_5*
test_simple_class_ptr_text_warchive_dll: cw-9_4 vc-6_5*
test_simple_class_ptr_xml_archive: cw-8_3 vc-6_5*
test_simple_class_ptr_xml_archive_dll: cw-9_4 vc-6_5*
test_simple_class_ptr_xml_warchive: cw-8_3 vc-6_5*
test_simple_class_ptr_xml_warchive_dll: cw-9_4 vc-6_5*
test_simple_class_text_archive: cw-8_3 vc-6_5*
test_simple_class_text_archive_dll: cw-9_4 vc-6_5*
test_simple_class_text_warchive: cw-8_3 vc-6_5*
test_simple_class_text_warchive_dll: cw-9_4 vc-6_5*
test_simple_class_xml_archive: cw-8_3 vc-6_5*
test_simple_class_xml_archive_dll: cw-9_4 vc-6_5*
test_simple_class_xml_warchive: cw-8_3 vc-6_5*
test_simple_class_xml_warchive_dll: cw-9_4 vc-6_5*
test_smart_cast: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_split_binary_archive: cw-8_3 vc-6_5*
test_split_binary_archive_dll: cw-9_4 vc-6_5*
test_split_text_archive: cw-8_3 vc-6_5*
test_split_text_archive_dll: cw-9_4 vc-6_5*
test_split_text_warchive: cw-8_3 vc-6_5*
test_split_text_warchive_dll: cw-9_4 vc-6_5*
test_split_xml_archive: cw-8_3 vc-6_5*
test_split_xml_archive_dll: cw-9_4 vc-6_5*
test_split_xml_warchive: cw-8_3 vc-6_5*
test_split_xml_warchive_dll: cw-9_4 vc-6_5*
test_static_warning: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_tracking_binary_archive: cw-8_3 vc-6_5*
test_tracking_binary_archive_dll: cw-9_4 vc-6_5*
test_tracking_text_archive: cw-8_3 vc-6_5*
test_tracking_text_archive_dll: cw-9_4 vc-6_5*
test_tracking_text_warchive: cw-8_3 vc-6_5*
test_tracking_text_warchive_dll: cw-9_4 vc-6_5*
test_tracking_xml_archive: cw-8_3 vc-6_5*
test_tracking_xml_archive_dll: cw-9_4 vc-6_5*
test_tracking_xml_warchive: cw-8_3 vc-6_5*
test_tracking_xml_warchive_dll: cw-9_4 vc-6_5*
test_traits_pass: intel-9.0-linux*
test_unregistered_binary_archive: vc-6_5*
test_unregistered_binary_archive_dll: vc-6_5*
test_unregistered_text_archive: vc-6_5*
test_unregistered_text_archive_dll: vc-6_5*
test_unregistered_text_warchive: vc-6_5*
test_unregistered_text_warchive_dll: vc-6_5*
test_unregistered_xml_archive: vc-6_5*
test_unregistered_xml_archive_dll: vc-6_5*
test_unregistered_xml_warchive: vc-6_5*
test_unregistered_xml_warchive_dll: vc-6_5*
test_utf8_codecvt: intel-9.0-linux* qcc-3.3.5-gpp vc-6_5*
test_variant_binary_archive: cw-8_3 vc-6_5* vc-6_5-stlport
test_variant_binary_archive_dll: cw-9_4 vc-6_5*
test_variant_text_archive: cw-8_3 vc-6_5* vc-6_5-stlport
test_variant_text_archive_dll: cw-9_4 vc-6_5*
test_variant_text_warchive: cw-8_3 vc-6_5* vc-6_5-stlport
test_variant_text_warchive_dll: cw-9_4 vc-6_5*
test_variant_xml_archive: cw-8_3 vc-6_5* vc-6_5-stlport
test_variant_xml_archive_dll: cw-9_4 vc-6_5*
test_variant_xml_warchive: cw-8_3 vc-6_5* vc-6_5-stlport
test_variant_xml_warchive_dll: cw-9_4 vc-6_5*
test_vector_binary_archive: cw-8_3 vc-6_5*
test_vector_binary_archive_dll: cw-9_4 vc-6_5*
test_vector_text_archive: cw-8_3 vc-6_5*
test_vector_text_archive_dll: cw-9_4 vc-6_5*
test_vector_text_warchive: cw-8_3 vc-6_5*
test_vector_text_warchive_dll: cw-9_4 vc-6_5*
test_vector_xml_archive: cw-8_3 vc-6_5*
test_vector_xml_archive_dll: cw-9_4 vc-6_5*
test_vector_xml_warchive: cw-8_3 vc-6_5*
test_vector_xml_warchive_dll: cw-9_4 vc-6_5*
test_void_cast: cw-8_3 intel-9.0-linux*
test_void_cast_dll: cw-9_4 intel-9.0-linux*
|signals|
dead_slot_test: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux gcc-4_0-darwin intel-9.0-linux* mingw-3_4_2 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp vc-7_1 vc-7_1 vc-7_1
deletion_test: intel-9.0-linux*
ordering_test: intel-9.0-linux*
signal_n_test: intel-9.0-linux*
signal_test: intel-9.0-linux*
trackable_test: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux gcc-4_0-darwin intel-9.0-linux* mingw-3_4_2 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp vc-7_1 vc-7_1 vc-7_1
|spirit|
action_tests: intel-9.0-linux*
action_tests_debug: intel-9.0-linux*
ast_calc_tests: intel-9.0-linux*
ast_calc_tests_debug: intel-9.0-linux*
bug_000008: intel-9.0-linux*
bug_fixes: intel-9.0-linux*
bug_fixes_debug: intel-9.0-linux*
char_strings_test: intel-9.0-linux*
char_strings_test_debug: intel-9.0-linux*
chset_tests: intel-9.0-linux*
chset_tests_debug: intel-9.0-linux*
closure_tests: intel-9.0-linux*
closure_tests_debug: intel-9.0-linux*
confix_tests: intel-9.0-linux*
confix_tests_debug: intel-9.0-linux*
directives_tests: intel-9.0-linux*
directives_tests_debug: intel-9.0-linux*
distinct_tests: intel-9.0-linux*
distinct_tests_debug: intel-9.0-linux*
epsilon_tests: intel-9.0-linux*
epsilon_tests_debug: intel-9.0-linux*
escape_char_parser_tests: intel-9.0-linux*
escape_char_parser_tests_debug: intel-9.0-linux*
exception_tests: intel-9.0-linux*
exception_tests_debug: intel-9.0-linux*
file_iterator_tests: intel-9.0-linux*
file_iterator_tests_debug: intel-9.0-linux*
fixed_size_queue_tests: intel-9.0-linux*
fixed_size_queue_tests_debug: intel-9.0-linux*
for_p_as_parser_tests: intel-9.0-linux*
for_tests: intel-9.0-linux*
for_tests_debug: intel-9.0-linux*
fundamental_tests: intel-9.0-linux*
fundamental_tests_debug: intel-9.0-linux*
grammar_def_test: cw-8_3 intel-9.0-linux*
grammar_def_test_debug: cw-8_3 intel-9.0-linux*
grammar_mt_tests: intel-9.0-linux*
grammar_multi_instance_tst: intel-9.0-linux*
grammar_multi_instance_tst_debug: intel-9.0-linux*
grammar_tests: intel-9.0-linux*
grammar_tests_debug: intel-9.0-linux*
group_match_bug: intel-9.0-linux*
group_match_bug_debug: intel-9.0-linux*
if_p_as_parser_tests: intel-9.0-linux*
if_p_int_as_condition_test: intel-9.0-linux*
if_p_int_as_condition_test_debug: intel-9.0-linux*
if_tests: intel-9.0-linux*
if_tests_debug: intel-9.0-linux*
lazy_tests: intel-9.0-linux*
lazy_tests_debug: intel-9.0-linux*
loops_tests: intel-9.0-linux*
loops_tests_debug: intel-9.0-linux*
match_tests: intel-9.0-linux*
match_tests_debug: intel-9.0-linux*
mix_and_match_trees: intel-9.0-linux*
multi_pass_compile_tests: intel-9.0-linux*
multi_pass_tests: intel-9.0-linux*
multi_pass_tests_debug: intel-9.0-linux*
negated_eps_p_test: intel-9.0-linux*
negated_eps_p_test_debug: intel-9.0-linux*
numerics_tests: intel-9.0-linux*
numerics_tests_debug: intel-9.0-linux*
operators_tests: intel-9.0-linux*
operators_tests_debug: intel-9.0-linux*
owi_mt_tests: intel-9.0-linux*
parametric_tests: intel-9.0-linux*
parametric_tests_debug: intel-9.0-linux*
parser_context_test: intel-9.0-linux*
parser_context_test_debug: intel-9.0-linux*
parser_traits_tests: intel-9.0-linux*
parser_traits_tests_debug: intel-9.0-linux*
position_iterator_tests: intel-9.0-linux*
position_iterator_tests_debug: intel-9.0-linux*
primitives_tests: intel-9.0-linux* intel-9.0-linux*
primitives_tests_debug: intel-9.0-linux*
repeat_ast_tests: intel-9.0-linux*
repeat_ast_tests_debug: intel-9.0-linux*
rule_tests: intel-9.0-linux*
rule_tests_debug: intel-9.0-linux*
scanner_tests: intel-9.0-linux*
scanner_tests_debug: intel-9.0-linux*
scanner_value_type_tests: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux gcc-4_0-darwin intel-9.0-linux* intel-win32-8_1 intel-win32-9_0 qcc-3.3.5-cpp tru64cxx71-006 vc-7_1 vc-7_1 vc-7_1
scanner_value_type_tests_debug: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux gcc-4_0-darwin intel-9.0-linux* intel-win32-8_1 intel-win32-9_0 qcc-3.3.5-cpp tru64cxx71-006 vc-7_1 vc-7_1 vc-7_1
scoped_lock_tests: intel-9.0-linux*
scoped_lock_tests_debug: intel-9.0-linux*
select_p_with_rule: intel-9.0-linux*
select_p_with_rule_debug: intel-9.0-linux*
sf_bug_720917: intel-9.0-linux*
sf_bug_720917_debug: intel-9.0-linux*
shortest_alternative_tests: intel-9.0-linux*
shortest_alternative_tests_debug: intel-9.0-linux*
subrule_tests: intel-9.0-linux*
subrule_tests_debug: intel-9.0-linux*
switch_problem: intel-9.0-linux*
switch_problem_debug: intel-9.0-linux*
switch_tests_eps_default: intel-9.0-linux*
switch_tests_eps_default_debug: intel-9.0-linux*
switch_tests_general_def: intel-9.0-linux*
switch_tests_general_def_debug: intel-9.0-linux*
switch_tests_single: intel-9.0-linux*
switch_tests_single_debug: intel-9.0-linux*
switch_tests_wo_default: intel-9.0-linux*
switch_tests_wo_default_debug: intel-9.0-linux*
symbols_add_null: intel-9.0-linux*
symbols_add_null_debug: intel-9.0-linux*
symbols_find_null: intel-9.0-linux*
symbols_find_null_debug: intel-9.0-linux*
symbols_tests: intel-9.0-linux*
symbols_tests_debug: intel-9.0-linux*
traverse_tests: intel-9.0-linux*
traverse_tests_debug: intel-9.0-linux*
typeof_actor: cw-8_3 intel-9.0-linux*
typeof_attribute: cw-8_3 intel-9.0-linux*
typeof_core: cw-8_3 intel-9.0-linux*
typeof_debug: cw-8_3 intel-9.0-linux*
typeof_dynamic: cw-8_3 intel-9.0-linux*
typeof_error_handling: cw-8_3 intel-9.0-linux*
typeof_iterator: cw-8_3 intel-9.0-linux*
typeof_symbols: cw-8_3 intel-9.0-linux*
typeof_tree: cw-8_3 intel-9.0-linux*
typeof_utility: cw-8_3 intel-9.0-linux*
while_p_as_parser_tests: intel-9.0-linux*
while_tests: intel-9.0-linux*
while_tests_debug: intel-9.0-linux*
|statechart|
CustomReactionTestBoth: intel-9.0-linux*
CustomReactionTestNative: intel-9.0-linux*
CustomReactionTestNormal: intel-9.0-linux*
CustomReactionTestRelaxed: intel-9.0-linux*
DeferralTestBoth: intel-9.0-linux*
DeferralTestNative: intel-9.0-linux*
DeferralTestNormal: intel-9.0-linux*
DeferralTestRelaxed: intel-9.0-linux*
DllTestNative: intel-9.0-linux*
DllTestNormal: intel-9.0-linux*
FifoSchedulerTestBoth: intel-9.0-linux*
FifoSchedulerTestNative: intel-9.0-linux*
FifoSchedulerTestNormal: intel-9.0-linux*
FifoSchedulerTestRelaxed: intel-9.0-linux*
HistoryTestBoth: intel-9.0-linux*
HistoryTestNative: intel-9.0-linux*
HistoryTestNormal: intel-9.0-linux*
HistoryTestRelaxed: intel-9.0-linux*
InStateReactionTestBoth: intel-9.0-linux*
InStateReactionTestNative: intel-9.0-linux*
InStateReactionTestNormal: intel-9.0-linux*
InStateReactionTestRelaxed: intel-9.0-linux*
InvalidResultCopyTestBoth: intel-9.0-linux*
InvalidResultCopyTestNative: intel-9.0-linux*
InvalidResultCopyTestNormal: intel-9.0-linux*
InvalidResultCopyTestRelaxed: intel-9.0-linux*
LibTestNative: intel-9.0-linux*
LibTestNormal: intel-9.0-linux*
StateCastTestBoth: intel-9.0-linux*
StateCastTestNative: intel-9.0-linux*
StateCastTestNormal: intel-9.0-linux*
StateCastTestRelaxed: intel-9.0-linux*
StateIterationTestBoth: intel-9.0-linux*
StateIterationTestNative: intel-9.0-linux*
StateIterationTestNormal: intel-9.0-linux*
StateIterationTestRelaxed: intel-9.0-linux*
TerminationTestBoth: intel-9.0-linux*
TerminationTestNative: intel-9.0-linux*
TerminationTestNormal: intel-9.0-linux*
TerminationTestRelaxed: intel-9.0-linux*
TransitionTestBoth: intel-9.0-linux*
TransitionTestNative: intel-9.0-linux*
TransitionTestNormal: intel-9.0-linux*
TransitionTestRelaxed: intel-9.0-linux*
TypeInfoTestBoth: intel-9.0-linux*
TypeInfoTestNative: intel-9.0-linux*
TypeInfoTestNormal: intel-9.0-linux*
TypeInfoTestRelaxed: intel-9.0-linux*
UnconsumedResultTestBoth: intel-9.0-linux*
UnconsumedResultTestNative: intel-9.0-linux*
UnconsumedResultTestNormal: intel-9.0-linux*
UnconsumedResultTestRelaxed: intel-9.0-linux*
|static_assert|
static_assert_example_2: intel-9.0-linux*
|test|
algorithms_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
basic_cstring_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
boost_check_equal_str: intel-9.0-linux* vc-6_5* vc-6_5-stlport
class_properties_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
custom_exception_test: intel-9.0-linux*
errors_handling_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
fixed_mapping_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
foreach_test: intel-9.0-linux*
ifstream_line_iterator_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
online_test: intel-9.0-linux*
output_test_stream_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
parameterized_test_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
result_report_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_case_template_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_fp_comparisons: intel-9.0-linux*
test_tools_test: gcc-4_0-darwin intel-9.0-linux* mingw-3_4_2 vc-6_5* vc-6_5-stlport
token_iterator_test: intel-9.0-linux*
|thread|
test_barrier: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_barrier_lib: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_condition: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_condition_lib: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_mutex: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_mutex_lib: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_once: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_once_lib: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_read_write_mutex: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_read_write_mutex_lib: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_thread: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_thread_lib: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_tss: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_tss_lib: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_xtime: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_xtime_lib: intel-9.0-linux* vc-6_5* vc-6_5-stlport
|tokenizer|
examples: intel-9.0-linux* vc-6_5* vc-6_5-stlport
simple_example_1: intel-9.0-linux*
simple_example_2: intel-9.0-linux*
simple_example_3: intel-9.0-linux*
simple_example_4: intel-9.0-linux*
simple_example_5: intel-9.0-linux*
|tr1|
run_complex_overloads: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
run_random: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_run_complex_overloads: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_run_random: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_test_array: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_test_bind: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_test_boost: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_test_complex: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_test_function: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_test_hash: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_test_mem_fn: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_test_random: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_test_reference_wrapper: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_test_regex: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_test_result_of: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_test_shared_ptr: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_test_tr1_include: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_test_tuple: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
std_test_type_traits: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_array: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_bind: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_boost: intel-9.0-linux*
test_complex: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_complex_std_header: intel-9.0-linux* vc-6_5*
test_function: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_functional_std_header: intel-9.0-linux* vc-6_5* vc-6_5-stlport
test_hash: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_mem_fn: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_random: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_reference_wrapper: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_regex: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_result_of: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_shared_ptr: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_tr1_include: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_tuple: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_tuple_tricky: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_type_traits: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
test_utility_std_header: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
tr1_add_const_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_add_cv_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_add_pointer_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
tr1_add_reference_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
tr1_add_volatile_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_aligned_storage_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
tr1_alignment_of_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_extent_test: intel-9.0-linux*
tr1_has_nothrow_assign_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_has_nothrow_constr_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_has_nothrow_copy_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_has_trivial_assign_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_has_trivial_constr_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_has_trivial_copy_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_has_trivial_destructor_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_has_virtual_destructor_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_abstract_test: intel-9.0-linux*
tr1_is_arithmetic_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_array_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
tr1_is_base_of_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_class_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_compound_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_const_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
tr1_is_convertible_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_empty_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_enum_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_floating_point_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
tr1_is_function_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_fundamental_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_integral_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
tr1_is_member_func_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_member_obj_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_member_pointer_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_object_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_pod_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_pointer_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_polymorphic_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_reference_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
tr1_is_same_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_scalar_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_signed_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_union_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_is_unsigned_test: intel-9.0-linux*
tr1_is_void_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
tr1_is_volatile_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
tr1_rank_test: intel-9.0-linux*
tr1_remove_all_extents_test: intel-9.0-linux*
tr1_remove_const_test: intel-9.0-linux*
tr1_remove_cv_test: intel-9.0-linux*
tr1_remove_extent_test: intel-9.0-linux*
tr1_remove_pointer_test: intel-9.0-linux*
tr1_remove_reference_test: intel-9.0-linux*
tr1_remove_volatile_test: intel-9.0-linux*
tr1_tricky_abstract_type_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_tricky_add_pointer_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
tr1_tricky_function_type_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
tr1_tricky_incomplete_type_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tr1_tricky_is_enum_test: intel-9.0-linux*
tr1_tricky_partial_spec_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport vc-7_0
|tuple|
io_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
tuple_test_bench: intel-9.0-linux* vc-6_5* vc-6_5-stlport
|type_traits|
add_reference_test: intel-9.0-linux*
aligned_storage_test: intel-9.0-linux*
decay_test: intel-9.0-linux*
function_traits_test: intel-9.0-linux*
has_nothrow_assign_test: intel-9.0-linux*
has_nothrow_constr_test: intel-9.0-linux*
has_nothrow_copy_test: intel-9.0-linux*
has_trivial_assign_test: intel-9.0-linux*
has_trivial_constr_test: intel-9.0-linux*
has_trivial_copy_test: intel-9.0-linux*
has_trivial_destructor_test: intel-9.0-linux*
has_virtual_destructor_test: intel-9.0-linux*
is_abstract_test: intel-9.0-linux*
is_array_test: intel-9.0-linux*
is_base_and_derived_test: intel-9.0-linux*
is_base_of_test: intel-9.0-linux*
is_class_test: intel-9.0-linux*
is_const_test: intel-9.0-linux*
is_convertible_test: intel-9.0-linux*
is_empty_test: intel-9.0-linux*
is_enum_test: intel-9.0-linux*
is_function_test: intel-9.0-linux*
is_member_func_test: intel-9.0-linux*
is_member_obj_test: intel-9.0-linux*
is_member_pointer_test: intel-9.0-linux*
is_object_test: intel-9.0-linux*
is_pod_test: intel-9.0-linux*
is_pointer_test: intel-9.0-linux*
is_polymorphic_test: intel-9.0-linux*
is_reference_test: intel-9.0-linux*
is_same_test: intel-9.0-linux*
is_scalar_test: intel-9.0-linux*
is_signed_test: intel-9.0-linux*
is_stateless_test: intel-9.0-linux*
is_union_test: intel-9.0-linux*
is_unsigned_test: intel-9.0-linux*
is_volatile_test: intel-9.0-linux*
remove_const_test: intel-9.0-linux*
remove_volatile_test: intel-9.0-linux*
tricky_abstract_type_test: intel-9.0-linux*
tricky_function_type_test: intel-9.0-linux*
tricky_incomplete_type_test: intel-9.0-linux*
tricky_is_enum_test: intel-9.0-linux*
tricky_partial_spec_test: intel-9.0-linux*
type_with_alignment_test: intel-9.0-linux*
udt_specialisations: intel-9.0-linux*
|typeof|
data_member_emulation: intel-9.0-linux*
data_member_native: intel-9.0-linux*
function_emulation: intel-9.0-linux*
function_native: intel-9.0-linux*
function_ptr_emulation: intel-9.0-linux*
function_ptr_from_tpl_emulation: intel-9.0-linux*
function_ptr_from_tpl_native: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux intel-9.0-linux*
function_ptr_native: intel-9.0-linux*
function_ref_emulation: intel-9.0-linux*
function_ref_native: intel-9.0-linux*
lvalue_emulation: gcc-4.0.2-linux
lvalue_native: gcc-4.0.2-linux
member_function_emulation: intel-9.0-linux*
member_function_native: intel-9.0-linux*
modifiers_emulation: intel-9.0-linux*
modifiers_native: intel-9.0-linux*
noncopyable_emulation: intel-9.0-linux*
noncopyable_native: intel-9.0-linux*
odr_emulation: intel-9.0-linux*
std_emulation: intel-9.0-linux*
std_native: intel-9.0-linux*
template_dependent_emulation: intel-9.0-linux*
template_dependent_native: intel-9.0-linux*
template_enum_emulation: intel-9.0-linux*
template_enum_native: intel-9.0-linux*
template_int_emulation: intel-9.0-linux*
template_int_native: intel-9.0-linux*
template_multiword_emulation: intel-9.0-linux*
template_multiword_native: intel-9.0-linux*
template_tpl_emulation: intel-9.0-linux*
template_tpl_native: intel-9.0-linux*
template_type_emulation: intel-9.0-linux*
template_type_native: intel-9.0-linux*
type_emulation: intel-9.0-linux*
type_native: intel-9.0-linux*
|utility|
base_from_member_test: intel-9.0-linux*
call_traits_test: intel-9.0-linux*
compressed_pair_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
iterators_test: intel-9.0-linux*
next_prior_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
numeric_traits_test: intel-9.0-linux*
operators_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
ref_ct_test: intel-9.0-linux*
ref_test: intel-9.0-linux* vc-6_5* vc-6_5-stlport
result_of_test: intel-9.0-linux*
shared_iterator_test: intel-9.0-linux*
value_init_test: intel-9.0-linux*
|utility/enable_if|
constructors: intel-9.0-linux*
dummy_arg_disambiguation: intel-9.0-linux*
lazy: intel-9.0-linux*
lazy_test: intel-9.0-linux*
member_templates: intel-9.0-linux*
namespace_disambiguation: intel-9.0-linux*
no_disambiguation: intel-9.0-linux*
partial_specializations: intel-9.0-linux*
|variant|
recursive_variant_test: intel-9.0-linux*
variant_comparison_test: intel-9.0-linux*
variant_reference_test: intel-9.0-linux*
variant_test1: intel-9.0-linux*
variant_test2: intel-9.0-linux*
variant_test3: intel-9.0-linux*
variant_test4: intel-9.0-linux*
variant_test5: intel-9.0-linux*
variant_test6: intel-9.0-linux*
variant_test7: intel-9.0-linux*
variant_test8: intel-9.0-linux*
variant_visit_test: intel-9.0-linux*
|wave|
test_re2c_lexer: intel-9.0-linux*
test_slex_lexer: intel-9.0-linux*
testwave: cw-9_5-darwin intel-9.0-linux*
testwave_dll: cw-9_4 cw-9_5-darwin intel-9.0-linux*
|xpressive|
c_traits: intel-9.0-linux*
misc1: intel-9.0-linux*
regress: intel-9.0-linux*
test1: intel-9.0-linux*
test10: intel-9.0-linux*
test10u: intel-9.0-linux*
test1u: intel-9.0-linux*
test2: intel-9.0-linux*
test2u: intel-9.0-linux*
test3: intel-9.0-linux*
test3u: intel-9.0-linux*
test4: intel-9.0-linux*
test4u: intel-9.0-linux*
test5: intel-9.0-linux*
test5u: intel-9.0-linux*
test6: intel-9.0-linux*
test6u: intel-9.0-linux*
test7: intel-9.0-linux*
test7u: intel-9.0-linux*
test8: intel-9.0-linux*
test8u: intel-9.0-linux*
test9: intel-9.0-linux*
test9u: intel-9.0-linux*
test_basic_regex: intel-9.0-linux*
test_cycles: intel-9.0-linux*
test_dynamic: intel-9.0-linux*
test_match_results: intel-9.0-linux*
test_non_char: intel-9.0-linux*
test_regex_algorithms: intel-9.0-linux*
test_regex_compiler: intel-9.0-linux*
test_regex_iterator: intel-9.0-linux*
test_regex_primitives: intel-9.0-linux*
test_regex_token_iterator: intel-9.0-linux*
test_regex_traits: intel-9.0-linux*
test_static: intel-9.0-linux*
2
1
Could somebody bring light to the subject failures? If library failed to
build, where is build log?
Compiler output [2006-02-26 11:33:25 UTC]:
call "C:\Program Files\Microsoft Visual Studio .NET
2003\VC7\..\Common7\Tools\vsvars32" >nul
set "COMO_MS_INCLUDE=C:\Program Files\Microsoft Visual Studio .NET
2003\VC7/include"
set "PATH=;%PATH%"
"como" --vc71 -c -e5 --no_version --no_prelink_verbose --display_error_number
--long_long --diag_suppress=9,21,161,748,940,962 -D__STL_LONG_LONG --a -DBOOST_COMO_STRICT=1
--no_inlining /Zi
/Od -D_WIN32 -DBOOST_SP_DISABLE_THREADS --exceptions -DBOOST_DISABLE_WIN32 --wchar_t
-I"G:\results\bin\boost\libs\test\test" -I"G:\boost" -I"G:\boost" -I"G:\boost"
-o
"G:\results\bin\boost\libs\test\test\algorithms_test.test\como-4_3_3-vc7_1\debug\algorithms_test.obj"
"..\libs\test\test\algorithms_test.cpp"
Linker output [2006-02-26 11:33:25 UTC]:
call "C:\Program Files\Microsoft Visual Studio .NET
2003\VC7\..\Common7\Tools\vsvars32" >nul
set "COMO_MS_INCLUDE=C:\Program Files\Microsoft Visual Studio .NET
2003\VC7/include"
set "PATH=;%PATH%"
"como" --vc71 --no_version --no_prelink_verbose -o
"G:\results\bin\boost\libs\test\test\algorithms_test.test\como-4_3_3-vc7_1\debug\algorithms_test"
@"G:\results\bin\boost\libs\test\test\algorithms_test.test\como-4_3_3-vc7_1\debug\algorithms_test.CMD"
"G:\results\bin\boost\libs\test\build\libboost_unit_test_framework.lib\como-4_3_3-vc7_1\debug\libboost_unit_test_framework-como43-gd-1_34.lib"
C++ prelinker: executing:
como.exe --vc71 -e5 --no_version --no_prelink_verbose --display_error_number
--long_long --diag_suppress=9,21,161,748,940,962 -D__STL_LONG_LONG --a -DBOOST_COMO_STRICT=1
--no_inlining /Zi
/Od -D_WIN32 -DBOOST_SP_DISABLE_THREADS --exceptions -DBOOST_DISABLE_WIN32 --wchar_t
-IG:\results\bin\boost\libs\test\test -IG:\boost -IG:\boost -IG:\boost -o
G:\results\bin\boost\libs\test\test\algorithms_test.test\como-4_3_3-vc7_1\debug\algorithms_test.obj
-c ..\libs\test\test\algorithms_test.cpp
LINK : fatal error LNK1104: cannot open file
'G:\results\bin\boost\libs\test\build\libboost_unit_test_framework.lib\como-4_3_3-vc7_1\debug\libboost_unit_test_framework-como43-gd-1_34.lib'
Run output [2006-02-26 11:37:52 UTC]:
'G:\results\bin\boost\libs\test\test\algorithms_test.test\como-4_3_3-vc7_1\debug\algorithms_test.exe'
is not recognized as an internal or external command,
operable program or batch file.
EXIT STATUS: 9009
2
1
Is the compiler status tool broken?
I'm working with the sun compiler and the compiler status tool core dumps part way through when I run it.
Is everyone just using the python tool now?
3
2
27 Feb '06
Hi,
This is my first post here, so please do not hesitate in letting me know
if this is not the correct forum for my question.
I am running our front end through the regression tests for boost
1.33.1. Using the same compiler configuration we have been able to get
through the regression for 1.32.0.
In 1.33.1, we are producing an error that is_convertible is not a type
on line 95 of boost/type_traits/is_enum.hpp. We get this error when
running tests in libs/filesystem/test.
From what I can tell, the problem is that is_convertible requires
is_enum be defined which in turn requires is_convertible to be defined.
The include path for the particular test has:
boost/filesystem/exception.hpp-> /boost/filesystem/path.hpp
/boost/filesystem/path.hpp-> boost/iterator/iterator_facade.hpp
boost/iterator/iterator_facade.hpp-> boost/iterator/interoperable.hpp
boost/iterator/interoperable.hpp-> boost/type_traits/is_convertible.hpp
[This include is conditional on BOOST_NO_IS_ABSTRACT]
boost/type_traits/is_convertible.hpp-> boost/type_traits/is_abstract.hpp
boost/type_traits/is_abstract.hpp-> boost/type_traits/is_class.hpp
boost/type_traits/is_class.hpp-> boost/type_traits/is_scalar.hpp
boost/type_traits/is_scalar.hpp-> boost/type_traits/is_enum.hpp
Setting BOOST_NO_IS_ABSTRACT does solve the issue, however I don't think
it is the *best* solution.
Any help appreciated.
Regards,
Richard
6
9
Boost Regression test failures
Report time: 2006-02-24T13:07:46Z
This report lists all regression test failures on release platforms.
Detailed report:
http://engineering.meta-comm.com/boost-regression/CVS-HEAD/developer/issues…
The following platforms have a large number of failures:
vc-7_0
vc-6_5
2680 failures in 43 libraries (1266 are from non-broken platforms)
disjoint_sets (1 of 3 failures are from non-broken platforms)
tokenizer (1 of 3 failures are from non-broken platforms)
random (1)
multi_index (63 of 100 failures are from non-broken platforms)
concept_check (24 of 26 failures are from non-broken platforms)
io (0 of 2 failures are from non-broken platforms)
functional/hash (19 of 39 failures are from non-broken platforms)
any (0 of 1 failures are from non-broken platforms)
iostreams (29 of 87 failures are from non-broken platforms)
utility (4 of 12 failures are from non-broken platforms)
regex (5 of 10 failures are from non-broken platforms)
conversion (1 of 3 failures are from non-broken platforms)
graph (12 of 18 failures are from non-broken platforms)
tuple (2 of 6 failures are from non-broken platforms)
signals (30)
program_options (7)
rational (5 of 7 failures are from non-broken platforms)
test (15 of 41 failures are from non-broken platforms)
config (0 of 1 failures are from non-broken platforms)
math (8 of 15 failures are from non-broken platforms)
typeof (37 of 67 failures are from non-broken platforms)
format (4 of 12 failures are from non-broken platforms)
python (246)
mpl (105 of 115 failures are from non-broken platforms)
algorithm/minmax (2 of 4 failures are from non-broken platforms)
wave (6)
tr1 (83 of 217 failures are from non-broken platforms)
integer (2 of 4 failures are from non-broken platforms)
serialization (454 of 1247 failures are from non-broken platforms)
spirit (60)
pool (1)
date_time (13 of 36 failures are from non-broken platforms)
statechart (32)
thread (16 of 46 failures are from non-broken platforms)
multi_array (15)
parameter (12 of 13 failures are from non-broken platforms)
algorithm/string (1 of 2 failures are from non-broken platforms)
crc (1 of 3 failures are from non-broken platforms)
range (9 of 29 failures are from non-broken platforms)
ptr_container (44)
numeric/conversion (2 of 4 failures are from non-broken platforms)
filesystem (25 of 33 failures are from non-broken platforms)
assign (17 of 32 failures are from non-broken platforms)
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.
|disjoint_sets|
disjoint_set_test: vc-6_5* vc-6_5-stlport vc-7_0*
|tokenizer|
examples: vc-6_5* vc-6_5-stlport vc-7_0*
|random|
random_test: intel-9.0-linux
|multi_index|
test_basic: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0*
test_capacity: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0*
test_comparison: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0*
test_composite_key: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0*
test_conv_iterators: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0*
test_copy_assignment: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0*
test_hash_ops: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0*
test_iterators: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0*
test_key_extractors: vc-6_5* vc-6_5-stlport
test_list_ops: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport
test_modifiers: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0*
test_mpl_ops: tru64cxx71-006 vc-6_5* vc-6_5-stlport
test_observers: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0*
test_projection: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0*
test_range: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport
test_rearrange: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport
test_safe_mode: cw-8_3 cw-9_4 cw-9_5-darwin tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0*
test_serialization: cw-8_3 vc-6_5* vc-7_0*
test_set_ops: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0*
test_special_list_ops: vc-7_1
test_special_set_ops: cw-8_3 tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0*
test_update: cw-8_3 cw-9_4 cw-9_5-darwin tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0*
|concept_check|
stl_concept_covering: borland-5_6_4 cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux gcc-4_0-darwin intel-9.0-linux intel-win32-8_1 intel-win32-9_0 mingw-3_4_2 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0* vc-7_1 vc-7_1 vc-7_1
|io|
ios_state_test: vc-7_0*
ios_state_unit_test: vc-7_0*
|functional/hash|
container_fwd_test: vc-6_5-stlport
hash_built_in_array_test: vc-6_5-stlport vc-7_0*
hash_custom_test: vc-6_5-stlport vc-7_0*
hash_deque_test: vc-6_5-stlport vc-7_0*
hash_float_test: vc-6_5-stlport vc-7_0*
hash_friend_test: vc-6_5-stlport vc-7_0*
hash_fwd_test_1: vc-7_0*
hash_global_namespace_test: borland-5_6_4 vc-6_5-stlport vc-7_0*
hash_list_test: vc-6_5-stlport vc-7_0*
hash_map_test: vc-6_5-stlport vc-7_0*
hash_no_ext_macro_1: vc-6_5-stlport vc-7_0*
hash_no_ext_macro_2: vc-6_5-stlport vc-7_0*
hash_number_test: vc-6_5-stlport vc-7_0*
hash_pointer_test: vc-6_5-stlport vc-7_0*
hash_range_test: vc-6_5-stlport vc-7_0*
hash_set_test: vc-6_5-stlport vc-7_0*
hash_string_test: vc-6_5-stlport vc-7_0*
hash_vector_test: vc-6_5-stlport vc-7_0*
link_ext_test: vc-6_5-stlport vc-7_0*
link_test: vc-7_0*
portable: vc-7_0*
|any|
any_to_ref_test: vc-7_0*
|iostreams|
array_test: vc-6_5* vc-6_5-stlport vc-7_0*
auto_close_test: vc-6_5* vc-6_5-stlport vc-7_0*
buffer_size_test: vc-6_5* vc-6_5-stlport vc-7_0*
code_converter_test: vc-6_5* vc-6_5-stlport vc-7_0*
component_access_test: vc-6_5* vc-6_5-stlport vc-7_0*
compose_test: borland-5_6_4 vc-6_5* vc-6_5-stlport vc-7_0*
copy_test: vc-6_5* vc-6_5-stlport vc-7_0*
counter_test: vc-6_5* vc-6_5-stlport vc-7_0*
direct_adapter_test: vc-6_5* vc-6_5-stlport vc-7_0*
example_test: vc-6_5* vc-6_5-stlport vc-7_0*
file_descriptor_test: vc-6_5* vc-6_5-stlport vc-7_0*
file_test: vc-6_5* vc-6_5-stlport vc-7_0*
filtering_stream_test: vc-6_5* vc-6_5-stlport vc-7_0*
flush_test: vc-6_5* vc-6_5-stlport vc-7_0*
invert_test: vc-6_5* vc-6_5-stlport vc-7_0*
line_filter_test: vc-6_5* vc-6_5-stlport vc-7_0*
mapped_file_test: vc-6_5* vc-6_5-stlport vc-7_0*
newline_test: vc-6_5* vc-6_5-stlport vc-7_0*
null_test: vc-6_5* vc-6_5-stlport vc-7_0*
pipeline_test: vc-6_5* vc-6_5-stlport vc-7_0*
positioning_test: vc-6_5* vc-6_5-stlport vc-7_0*
regex_filter_test: vc-6_5* vc-6_5-stlport vc-7_0*
restrict_test: vc-6_5* vc-6_5-stlport vc-7_0*
seekable_file_test: vc-6_5* vc-7_0*
seekable_filter_test: vc-6_5* vc-6_5-stlport vc-7_0*
stdio_filter_test: vc-6_5* vc-6_5-stlport vc-7_0*
symmetric_filter_test: vc-6_5* vc-6_5-stlport vc-7_0*
tee_test: vc-6_5* vc-6_5-stlport vc-7_0*
wide_stream_test: vc-6_5* vc-6_5-stlport vc-7_0*
|utility|
compressed_pair_test: vc-6_5* vc-6_5-stlport vc-7_0*
iterators_test: vc-7_0*
next_prior_test: vc-6_5* vc-6_5-stlport vc-7_0*
operators_test: vc-6_5* vc-6_5-stlport
ref_test: vc-6_5* vc-6_5-stlport vc-7_0*
|regex|
bad_expression_test: vc-6_5* vc-6_5-stlport
captures_test: vc-6_5* vc-6_5-stlport
object_cache_test: vc-6_5* vc-6_5-stlport
recursion_test: vc-6_5* vc-6_5-stlport
unicode_iterator_test: vc-6_5* vc-6_5-stlport
|conversion|
lexical_cast_test: vc-6_5* vc-6_5-stlport vc-7_0*
|graph|
adjacency_matrix_test: vc-7_0*
bidir_remove_edge: vc-7_0*
bidir_vec_remove_edge: cw-9_5-darwin gcc-3.4.5-linux gcc-4.0.2-linux intel-win32-8_1 tru64cxx71-006 vc-7_0* vc-7_1 vc-7_1
csr_graph_test: vc-7_0*
dominator_tree_test: cw-8_3 vc-7_0*
graphviz_test: vc-7_1 vc-7_1 vc-7_1
matching_test: cw-8_3 vc-7_0*
|tuple|
io_test: vc-6_5* vc-6_5-stlport vc-7_0*
tuple_test_bench: vc-6_5* vc-6_5-stlport vc-7_0*
|signals|
dead_slot_test: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux gcc-4_0-darwin mingw-3_4_2 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp vc-7_1 vc-7_1 vc-7_1
trackable_test: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux gcc-4_0-darwin mingw-3_4_2 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp vc-7_1 vc-7_1 vc-7_1
|program_options|
cmdline_test_dll: cw-9_4
options_description_test_dll: cw-9_4
parsers_test_dll: cw-9_4
positional_options_test_dll: cw-9_4
unicode_test_dll: cw-9_4
variable_map_test_dll: cw-9_4
winmain_dll: cw-9_4
|rational|
rational_test: borland-5_6_4 cw-8_3 vc-6_5* vc-6_5-stlport vc-7_0* vc-7_1 vc-7_1
|test|
algorithms_test: vc-6_5* vc-6_5-stlport vc-7_0*
basic_cstring_test: vc-6_5* vc-6_5-stlport vc-7_0*
boost_check_equal_str: vc-6_5* vc-6_5-stlport vc-7_0*
class_properties_test: vc-6_5* vc-6_5-stlport vc-7_0*
custom_exception_test: vc-7_0*
errors_handling_test: vc-6_5* vc-6_5-stlport vc-7_0*
fixed_mapping_test: vc-6_5* vc-6_5-stlport vc-7_0*
ifstream_line_iterator_test: vc-6_5* vc-6_5-stlport vc-7_0*
online_test: vc-6_5* vc-6_5-stlport
output_test_stream_test: vc-6_5* vc-6_5-stlport vc-7_0*
parameterized_test_test: vc-6_5* vc-6_5-stlport vc-7_0*
result_report_test: vc-6_5* vc-6_5-stlport vc-7_0*
test_case_template_test: vc-6_5* vc-6_5-stlport vc-7_0*
test_tools_test: gcc-4_0-darwin mingw-3_4_2 vc-6_5* vc-6_5-stlport vc-7_0*
|config|
limits_test: vc-7_0*
|math|
common_factor_test: vc-6_5* vc-6_5-stlport vc-7_0*
complex_test: borland-5_6_4 vc-6_5* vc-6_5-stlport
hypot_test: borland-5_6_4 vc-6_5* vc-6_5-stlport
log1p_expm1_test: borland-5_6_4 vc-6_5* vc-6_5-stlport
quaternion_mult_incl_test: vc-6_5* vc-6_5-stlport vc-7_0*
|typeof|
data_member_emulation: intel-win32-9_0
data_member_native: vc-6_5* vc-6_5-stlport vc-7_0*
function_emulation: intel-win32-9_0
function_ptr_emulation: intel-win32-9_0
function_ptr_from_tpl_emulation: intel-win32-9_0
function_ptr_from_tpl_native: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux vc-6_5* vc-6_5-stlport vc-7_0*
function_ptr_native: vc-6_5* vc-6_5-stlport vc-7_0*
function_ref_emulation: intel-win32-9_0
function_ref_native: vc-6_5* vc-6_5-stlport vc-7_0*
lvalue_emulation: gcc-4.0.2-linux
lvalue_native: gcc-4.0.2-linux
member_function_emulation: intel-win32-9_0
member_function_native: vc-6_5* vc-6_5-stlport vc-7_0*
modifiers_emulation: intel-win32-9_0
modifiers_native: vc-6_5* vc-6_5-stlport vc-7_0*
noncopyable_emulation: intel-win32-9_0
noncopyable_native: vc-6_5* vc-6_5-stlport vc-7_0*
odr_emulation: intel-win32-9_0
odr_native: vc-6_5* vc-6_5-stlport vc-7_0*
std_emulation: intel-win32-9_0
std_native: vc-6_5* vc-6_5-stlport vc-7_0*
template_dependent_emulation: intel-win32-9_0
template_dependent_native: vc-6_5* vc-6_5-stlport vc-7_0*
template_enum_emulation: intel-win32-9_0
template_enum_native: vc-6_5* vc-6_5-stlport vc-7_0*
template_int_emulation: intel-win32-9_0
template_int_native: vc-6_5* vc-6_5-stlport vc-7_0*
template_multiword_emulation: intel-win32-9_0
template_multiword_native: vc-6_5* vc-6_5-stlport vc-7_0*
template_tpl_emulation: intel-win32-9_0
template_type_emulation: intel-win32-9_0
template_type_native: vc-6_5* vc-6_5-stlport vc-7_0*
type_emulation: intel-win32-9_0
type_native: vc-6_5* vc-6_5-stlport vc-7_0*
|format|
format_test1: vc-6_5* vc-6_5-stlport vc-7_0*
format_test2: vc-6_5* vc-6_5-stlport vc-7_0*
format_test3: vc-6_5* vc-6_5-stlport vc-7_0*
format_test_wstring: vc-6_5* vc-6_5-stlport vc-7_0*
|python|
args: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
auto_ptr: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
back_reference: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
ben_scott1: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
callbacks: cw-8_3 cw-9_4 gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-cpp qcc-3.3.5-gpp
data_members: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
defaults: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
docstring: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
enum: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
exec: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux mingw-3_4_2 qcc-3.3.5-gpp
extract: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
implicit: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
iterator: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
keywords: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
list: cw-8_3 cw-9_4 qcc-3.3.5-cpp qcc-3.3.5-gpp
long: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
map_indexing_suite: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
minimal: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
nested: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
numpy: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux gcc-4_0-darwin qcc-3.3.5-gpp
object: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
opaque: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
operators: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
pearu1: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
properties: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
raw_ctor: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
return_arg: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
shared_ptr: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
slice: gcc-4_0-darwin
staticmethod: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-cpp qcc-3.3.5-gpp
stl_iterator: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
test_pointer_adoption: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
try: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
upcast: tru64cxx71-006
virtual_functions: cw-8_3 cw-9_4 gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-cpp qcc-3.3.5-gpp
wrapper_held_type: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-4.0.2-linux qcc-3.3.5-gpp
|mpl|
bool: borland-5_6_4 cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux intel-win32-8_1 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0* vc-7_1 vc-7_1 vc-7_1
int: borland-5_6_4 cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux intel-win32-8_1 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0* vc-7_1 vc-7_1 vc-7_1
integral_c: borland-5_6_4 cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux intel-win32-8_1 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0* vc-7_1 vc-7_1 vc-7_1
multiset: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux intel-win32-8_1 intel-win32-9_0 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0* vc-7_1 vc-7_1 vc-7_1
size_t: borland-5_6_4 cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux intel-win32-8_1 mingw-3_4_2 qcc-3.3.5-cpp qcc-3.3.5-gpp tru64cxx71-006 vc-6_5* vc-6_5-stlport vc-7_0* vc-7_1 vc-7_1 vc-7_1
|algorithm/minmax|
minmax: vc-6_5* vc-6_5-stlport
minmax_element: vc-6_5* vc-6_5-stlport
|wave|
test_re2c_lexer: cw-9_4
test_slex_lexer: cw-9_4
testwave: cw-9_4 cw-9_5-darwin
testwave_dll: cw-9_4 cw-9_5-darwin
|tr1|
run_complex_overloads: vc-6_5* vc-6_5-stlport vc-7_0*
run_random: vc-6_5* vc-6_5-stlport vc-7_0*
std_run_complex_overloads: vc-6_5* vc-6_5-stlport vc-7_0*
std_run_random: vc-6_5* vc-6_5-stlport vc-7_0*
std_test_array: vc-6_5* vc-6_5-stlport vc-7_0*
std_test_bind: vc-6_5* vc-6_5-stlport vc-7_0*
std_test_boost: vc-6_5* vc-6_5-stlport vc-7_0*
std_test_complex: vc-6_5* vc-6_5-stlport vc-7_0*
std_test_function: vc-6_5* vc-6_5-stlport vc-7_0*
std_test_hash: vc-6_5* vc-6_5-stlport vc-7_0*
std_test_mem_fn: vc-6_5* vc-6_5-stlport vc-7_0*
std_test_random: vc-6_5* vc-6_5-stlport vc-7_0*
std_test_reference_wrapper: vc-6_5* vc-6_5-stlport vc-7_0*
std_test_regex: vc-6_5* vc-6_5-stlport vc-7_0*
std_test_result_of: vc-6_5* vc-6_5-stlport vc-7_0*
std_test_shared_ptr: vc-6_5* vc-6_5-stlport vc-7_0*
std_test_tr1_include: vc-6_5* vc-6_5-stlport vc-7_0*
std_test_tuple: vc-6_5* vc-6_5-stlport vc-7_0*
std_test_type_traits: vc-6_5* vc-6_5-stlport vc-7_0*
test_array: vc-6_5* vc-6_5-stlport vc-7_0*
test_bind: vc-6_5* vc-6_5-stlport vc-7_0*
test_boost: vc-7_0*
test_complex: vc-6_5* vc-6_5-stlport vc-7_0*
test_complex_std_header: vc-6_5*
test_function: vc-6_5* vc-6_5-stlport vc-7_0*
test_functional_std_header: vc-6_5* vc-6_5-stlport vc-7_0*
test_hash: vc-6_5* vc-6_5-stlport vc-7_0*
test_mem_fn: vc-6_5* vc-6_5-stlport vc-7_0*
test_random: vc-6_5* vc-6_5-stlport vc-7_0*
test_reference_wrapper: vc-6_5* vc-6_5-stlport vc-7_0*
test_regex: vc-6_5* vc-6_5-stlport vc-7_0*
test_result_of: vc-6_5* vc-6_5-stlport vc-7_0*
test_shared_ptr: vc-6_5* vc-6_5-stlport vc-7_0*
test_tr1_include: vc-6_5* vc-6_5-stlport vc-7_0*
test_tuple: vc-6_5* vc-6_5-stlport vc-7_0*
test_tuple_tricky: vc-6_5* vc-6_5-stlport vc-7_0*
test_type_traits: vc-6_5* vc-6_5-stlport vc-7_0*
test_utility_std_header: vc-6_5* vc-6_5-stlport vc-7_0*
tr1_add_const_test: vc-6_5* vc-6_5-stlport
tr1_add_cv_test: vc-6_5* vc-6_5-stlport
tr1_add_pointer_test: vc-6_5* vc-6_5-stlport vc-7_0*
tr1_add_reference_test: vc-6_5* vc-6_5-stlport vc-7_0*
tr1_add_volatile_test: vc-6_5* vc-6_5-stlport
tr1_aligned_storage_test: vc-6_5* vc-6_5-stlport vc-7_0*
tr1_alignment_of_test: vc-6_5* vc-6_5-stlport
tr1_has_nothrow_assign_test: vc-6_5* vc-6_5-stlport
tr1_has_nothrow_constr_test: vc-6_5* vc-6_5-stlport
tr1_has_nothrow_copy_test: vc-6_5* vc-6_5-stlport
tr1_has_trivial_assign_test: vc-6_5* vc-6_5-stlport
tr1_has_trivial_constr_test: vc-6_5* vc-6_5-stlport
tr1_has_trivial_copy_test: vc-6_5* vc-6_5-stlport
tr1_has_trivial_destructor_test: vc-6_5* vc-6_5-stlport
tr1_has_virtual_destructor_test: vc-6_5* vc-6_5-stlport
tr1_is_arithmetic_test: vc-6_5* vc-6_5-stlport
tr1_is_array_test: vc-6_5* vc-6_5-stlport vc-7_0*
tr1_is_base_of_test: vc-6_5* vc-6_5-stlport
tr1_is_class_test: vc-6_5* vc-6_5-stlport
tr1_is_compound_test: vc-6_5* vc-6_5-stlport
tr1_is_const_test: vc-6_5* vc-6_5-stlport vc-7_0*
tr1_is_convertible_test: vc-6_5* vc-6_5-stlport
tr1_is_empty_test: vc-6_5* vc-6_5-stlport
tr1_is_enum_test: vc-6_5* vc-6_5-stlport
tr1_is_floating_point_test: vc-6_5* vc-6_5-stlport vc-7_0*
tr1_is_function_test: vc-6_5* vc-6_5-stlport
tr1_is_fundamental_test: vc-6_5* vc-6_5-stlport
tr1_is_integral_test: vc-6_5* vc-6_5-stlport vc-7_0*
tr1_is_member_func_test: vc-6_5* vc-6_5-stlport
tr1_is_member_obj_test: vc-6_5* vc-6_5-stlport
tr1_is_member_pointer_test: vc-6_5* vc-6_5-stlport
tr1_is_object_test: vc-6_5* vc-6_5-stlport
tr1_is_pod_test: vc-6_5* vc-6_5-stlport
tr1_is_pointer_test: vc-6_5* vc-6_5-stlport
tr1_is_polymorphic_test: vc-6_5* vc-6_5-stlport
tr1_is_reference_test: vc-6_5* vc-6_5-stlport vc-7_0*
tr1_is_same_test: vc-6_5* vc-6_5-stlport
tr1_is_scalar_test: vc-6_5* vc-6_5-stlport
tr1_is_signed_test: vc-6_5* vc-6_5-stlport
tr1_is_union_test: vc-6_5* vc-6_5-stlport
tr1_is_void_test: vc-6_5* vc-6_5-stlport vc-7_0*
tr1_is_volatile_test: vc-6_5* vc-6_5-stlport vc-7_0*
tr1_tricky_abstract_type_test: vc-6_5* vc-6_5-stlport
tr1_tricky_add_pointer_test: vc-6_5* vc-6_5-stlport vc-7_0*
tr1_tricky_function_type_test: vc-6_5* vc-6_5-stlport vc-7_0*
tr1_tricky_incomplete_type_test: vc-6_5* vc-6_5-stlport
tr1_tricky_partial_spec_test: vc-6_5* vc-6_5-stlport vc-7_0*
|integer|
integer_traits_test: qcc-3.3.5-gpp vc-6_5* vc-6_5-stlport vc-7_0*
|serialization|
test_array_binary_archive: vc-6_5* vc-7_0*
test_array_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_array_text_archive: vc-6_5* vc-7_0*
test_array_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_array_text_warchive: vc-6_5* vc-7_0*
test_array_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_array_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_array_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_array_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_array_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_binary_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_binary_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_binary_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_binary_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_binary_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_binary_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_binary_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_binary_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_binary_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_binary_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_class_info_load_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_class_info_load_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_class_info_load_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_class_info_load_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_class_info_load_text_warchive: cw-8_3 vc-7_0*
test_class_info_load_text_warchive_dll: cw-9_4 vc-7_0*
test_class_info_load_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_class_info_load_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_class_info_load_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_class_info_load_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_class_info_save_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_class_info_save_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_class_info_save_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_class_info_save_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_class_info_save_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_class_info_save_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_class_info_save_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_class_info_save_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_class_info_save_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_class_info_save_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_codecvt_null: qcc-3.3.5-gpp vc-6_5* vc-7_0*
test_contained_class_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_contained_class_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_contained_class_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_contained_class_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_contained_class_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_contained_class_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_contained_class_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_contained_class_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_contained_class_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_contained_class_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_cyclic_ptrs_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_cyclic_ptrs_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_cyclic_ptrs_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_cyclic_ptrs_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_cyclic_ptrs_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_cyclic_ptrs_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_cyclic_ptrs_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_cyclic_ptrs_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_cyclic_ptrs_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_cyclic_ptrs_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_delete_pointer_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_delete_pointer_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_delete_pointer_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_delete_pointer_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_delete_pointer_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_delete_pointer_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_delete_pointer_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_delete_pointer_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_delete_pointer_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_delete_pointer_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_demo_auto_ptr: cw-8_3 vc-6_5* vc-7_0*
test_demo_auto_ptr_dll: cw-9_4 vc-6_5* vc-7_0*
test_demo_fast_archive: vc-7_0*
test_demo_fast_archive_dll: cw-9_4 intel-win32-8_1 intel-win32-9_0 vc-7_0* vc-7_1 vc-7_1 vc-7_1
test_demo_pimpl: cw-8_3
test_demo_pimpl_dll: cw-9_4
test_demo_polymorphic: cw-8_3 vc-6_5* vc-7_0*
test_demo_polymorphic_dll: cw-9_4 vc-6_5* vc-7_0*
test_demo_portable_archive: cw-8_3 vc-7_0*
test_demo_portable_archive_dll: cw-9_4
test_demo_xml: vc-6_5* vc-7_0*
test_demo_xml_dll: vc-6_5* vc-7_0*
test_deque_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_deque_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_deque_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_deque_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_deque_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_deque_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_deque_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_deque_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_deque_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_deque_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_derived_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_derived_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_derived_class_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_derived_class_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_derived_class_ptr_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_derived_class_ptr_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_derived_class_ptr_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_derived_class_ptr_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_derived_class_ptr_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_derived_class_ptr_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_derived_class_ptr_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_derived_class_ptr_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_derived_class_ptr_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_derived_class_ptr_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_derived_class_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_derived_class_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_derived_class_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_derived_class_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_derived_class_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_derived_class_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_derived_class_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_derived_class_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_derived_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_derived_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_derived_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_derived_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_derived_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_derived_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_derived_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_derived_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_diamond_binary_archive_dll: cw-9_4
test_diamond_text_archive_dll: cw-9_4
test_diamond_text_warchive_dll: cw-9_4
test_diamond_xml_archive_dll: cw-9_4
test_diamond_xml_warchive_dll: cw-9_4
test_exported_binary_archive: vc-6_5* vc-7_0*
test_exported_binary_archive_dll: vc-6_5* vc-7_0*
test_exported_text_archive: vc-6_5* vc-7_0*
test_exported_text_archive_dll: vc-6_5* vc-7_0*
test_exported_text_warchive: vc-6_5* vc-7_0*
test_exported_text_warchive_dll: vc-6_5* vc-7_0*
test_exported_xml_archive: vc-6_5* vc-7_0*
test_exported_xml_archive_dll: vc-6_5* vc-7_0*
test_exported_xml_warchive: vc-6_5* vc-7_0*
test_exported_xml_warchive_dll: vc-6_5* vc-7_0*
test_inclusion: vc-6_5* vc-6_5-stlport vc-7_0*
test_iterators: vc-6_5* vc-6_5-stlport vc-7_0*
test_iterators_base64: cw-8_3 vc-6_5* vc-6_5-stlport vc-7_0*
test_list_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_list_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_list_ptrs_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_list_ptrs_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_list_ptrs_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_list_ptrs_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_list_ptrs_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_list_ptrs_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_list_ptrs_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_list_ptrs_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_list_ptrs_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_list_ptrs_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_list_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_list_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_list_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_list_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_list_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_list_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_list_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_list_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_map_binary_archive: cw-8_3 qcc-3.3.5-gpp
test_map_binary_archive_dll: cw-9_4 qcc-3.3.5-gpp
test_map_text_archive: cw-8_3 qcc-3.3.5-gpp
test_map_text_archive_dll: cw-9_4 qcc-3.3.5-gpp
test_map_text_warchive: cw-8_3
test_map_text_warchive_dll: cw-9_4
test_map_xml_archive: cw-8_3 qcc-3.3.5-gpp vc-6_5* vc-7_0*
test_map_xml_archive_dll: cw-9_4 qcc-3.3.5-gpp vc-6_5* vc-7_0*
test_map_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_map_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_mi_binary_archive: vc-7_0*
test_mi_binary_archive_dll: vc-7_0*
test_mi_text_archive: vc-7_0*
test_mi_text_archive_dll: vc-7_0*
test_mi_text_warchive: vc-7_0*
test_mi_text_warchive_dll: vc-7_0*
test_mi_xml_archive: vc-7_0*
test_mi_xml_archive_dll: vc-7_0*
test_mi_xml_warchive: vc-7_0*
test_mi_xml_warchive_dll: vc-7_0*
test_multiple_ptrs_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_multiple_ptrs_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_multiple_ptrs_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_multiple_ptrs_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_multiple_ptrs_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_multiple_ptrs_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_multiple_ptrs_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_multiple_ptrs_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_multiple_ptrs_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_multiple_ptrs_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_no_rtti_binary_archive: vc-6_5* vc-7_0*
test_no_rtti_binary_archive_dll: vc-6_5* vc-7_0*
test_no_rtti_text_archive: vc-6_5* vc-7_0*
test_no_rtti_text_archive_dll: vc-6_5* vc-7_0*
test_no_rtti_text_warchive: vc-6_5* vc-7_0*
test_no_rtti_text_warchive_dll: vc-6_5* vc-7_0*
test_no_rtti_xml_archive: vc-6_5* vc-7_0*
test_no_rtti_xml_archive_dll: vc-6_5* vc-7_0*
test_no_rtti_xml_warchive: vc-6_5* vc-7_0*
test_no_rtti_xml_warchive_dll: vc-6_5* vc-7_0*
test_non_default_ctor2_binary_archive: vc-6_5* vc-7_0*
test_non_default_ctor2_binary_archive_dll: vc-6_5* vc-7_0*
test_non_default_ctor2_text_archive: vc-6_5* vc-7_0*
test_non_default_ctor2_text_archive_dll: vc-6_5* vc-7_0*
test_non_default_ctor2_text_warchive: vc-6_5* vc-7_0*
test_non_default_ctor2_text_warchive_dll: vc-6_5* vc-7_0*
test_non_default_ctor2_xml_archive: vc-6_5* vc-7_0*
test_non_default_ctor2_xml_archive_dll: vc-6_5* vc-7_0*
test_non_default_ctor2_xml_warchive: vc-6_5* vc-7_0*
test_non_default_ctor2_xml_warchive_dll: vc-6_5* vc-7_0*
test_non_default_ctor_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_non_default_ctor_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_non_default_ctor_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_non_default_ctor_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_non_default_ctor_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_non_default_ctor_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_non_default_ctor_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_non_default_ctor_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_non_default_ctor_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_non_default_ctor_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_non_intrusive_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_non_intrusive_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_non_intrusive_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_non_intrusive_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_non_intrusive_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_non_intrusive_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_non_intrusive_xml_archive: cw-8_3 mingw-3_4_2 vc-6_5* vc-7_0*
test_non_intrusive_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_non_intrusive_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_non_intrusive_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_null_ptr_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_null_ptr_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_null_ptr_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_null_ptr_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_null_ptr_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_null_ptr_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_null_ptr_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_null_ptr_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_null_ptr_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_null_ptr_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_nvp_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_nvp_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_nvp_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_nvp_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_nvp_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_nvp_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_nvp_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_nvp_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_nvp_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_nvp_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_object_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_object_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_object_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_object_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_object_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_object_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_object_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_object_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_object_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_object_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_optional_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_optional_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_optional_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_optional_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_optional_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_optional_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_optional_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_optional_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_optional_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_optional_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_polymorphic_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_polymorphic_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_polymorphic_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_polymorphic_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_polymorphic_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_polymorphic_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_polymorphic_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_polymorphic_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_polymorphic_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_polymorphic_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_primitive_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_primitive_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_primitive_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_primitive_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_primitive_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_primitive_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_primitive_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_primitive_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_primitive_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_primitive_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_private_ctor: cw-8_3 vc-6_5* vc-7_0*
test_private_ctor_dll: cw-9_4 vc-6_5* vc-7_0*
test_recursion_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_recursion_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_recursion_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_recursion_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_recursion_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_recursion_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_recursion_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_recursion_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_recursion_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_recursion_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_registered_binary_archive: vc-6_5* vc-7_0*
test_registered_binary_archive_dll: vc-6_5* vc-7_0*
test_registered_text_archive: vc-6_5* vc-7_0*
test_registered_text_archive_dll: vc-6_5* vc-7_0*
test_registered_text_warchive: vc-6_5* vc-7_0*
test_registered_text_warchive_dll: vc-6_5* vc-7_0*
test_registered_xml_archive: vc-6_5* vc-7_0*
test_registered_xml_archive_dll: vc-6_5* vc-7_0*
test_registered_xml_warchive: vc-6_5* vc-7_0*
test_registered_xml_warchive_dll: vc-6_5* vc-7_0*
test_reset_object_address: cw-8_3 vc-7_0*
test_reset_object_address_dll: cw-9_4 vc-7_0*
test_set_binary_archive: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux qcc-3.3.5-gpp vc-6_5* vc-7_0*
test_set_binary_archive_dll: cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux qcc-3.3.5-gpp vc-6_5* vc-7_0*
test_set_text_archive: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux qcc-3.3.5-gpp vc-6_5* vc-7_0*
test_set_text_archive_dll: cw-9_4 gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux qcc-3.3.5-gpp vc-6_5* vc-7_0*
test_set_text_warchive: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux vc-6_5* vc-7_0*
test_set_text_warchive_dll: cw-9_4 gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux vc-6_5* vc-7_0*
test_set_xml_archive: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux qcc-3.3.5-gpp vc-6_5* vc-7_0*
test_set_xml_archive_dll: cw-9_4 gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux qcc-3.3.5-gpp vc-6_5* vc-7_0*
test_set_xml_warchive: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux vc-6_5* vc-7_0*
test_set_xml_warchive_dll: cw-9_4 gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux intel-9.0-linux vc-6_5* vc-7_0*
test_shared_ptr_132_binary_archive: vc-6_5* vc-6_5-stlport vc-7_0*
test_shared_ptr_132_binary_archive_dll: vc-6_5* vc-7_0*
test_shared_ptr_132_text_archive: vc-6_5* vc-6_5-stlport vc-7_0*
test_shared_ptr_132_text_archive_dll: vc-6_5* vc-7_0*
test_shared_ptr_132_text_warchive: vc-6_5* vc-6_5-stlport vc-7_0*
test_shared_ptr_132_text_warchive_dll: vc-6_5* vc-7_0*
test_shared_ptr_132_xml_archive: vc-6_5* vc-6_5-stlport vc-7_0*
test_shared_ptr_132_xml_archive_dll: vc-6_5* vc-7_0*
test_shared_ptr_132_xml_warchive: vc-6_5* vc-6_5-stlport vc-7_0*
test_shared_ptr_132_xml_warchive_dll: vc-6_5* vc-7_0*
test_shared_ptr_binary_archive: vc-6_5* vc-7_0*
test_shared_ptr_binary_archive_dll: vc-6_5* vc-7_0*
test_shared_ptr_text_archive: vc-6_5* vc-7_0*
test_shared_ptr_text_archive_dll: vc-6_5* vc-7_0*
test_shared_ptr_text_warchive: vc-6_5* vc-7_0*
test_shared_ptr_text_warchive_dll: vc-6_5* vc-7_0*
test_shared_ptr_xml_archive: vc-6_5* vc-7_0*
test_shared_ptr_xml_archive_dll: vc-6_5* vc-7_0*
test_shared_ptr_xml_warchive: vc-6_5* vc-7_0*
test_shared_ptr_xml_warchive_dll: vc-6_5* vc-7_0*
test_simple_class_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_simple_class_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_simple_class_ptr_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_simple_class_ptr_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_simple_class_ptr_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_simple_class_ptr_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_simple_class_ptr_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_simple_class_ptr_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_simple_class_ptr_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_simple_class_ptr_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_simple_class_ptr_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_simple_class_ptr_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_simple_class_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_simple_class_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_simple_class_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_simple_class_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_simple_class_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_simple_class_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_simple_class_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_simple_class_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_smart_cast: vc-6_5* vc-6_5-stlport vc-7_0*
test_split_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_split_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_split_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_split_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_split_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_split_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_split_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_split_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_split_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_split_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_static_warning: vc-6_5* vc-6_5-stlport vc-7_0*
test_tracking_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_tracking_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_tracking_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_tracking_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_tracking_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_tracking_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_tracking_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_tracking_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_tracking_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_tracking_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_unregistered_binary_archive: vc-6_5* vc-7_0*
test_unregistered_binary_archive_dll: vc-6_5* vc-7_0*
test_unregistered_text_archive: vc-6_5* vc-7_0*
test_unregistered_text_archive_dll: vc-6_5* vc-7_0*
test_unregistered_text_warchive: vc-6_5* vc-7_0*
test_unregistered_text_warchive_dll: vc-6_5* vc-7_0*
test_unregistered_xml_archive: vc-6_5* vc-7_0*
test_unregistered_xml_archive_dll: vc-6_5* vc-7_0*
test_unregistered_xml_warchive: vc-6_5* vc-7_0*
test_unregistered_xml_warchive_dll: vc-6_5* vc-7_0*
test_utf8_codecvt: qcc-3.3.5-gpp vc-6_5* vc-7_0*
test_variant_binary_archive: cw-8_3 vc-6_5* vc-6_5-stlport vc-7_0*
test_variant_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_variant_text_archive: cw-8_3 vc-6_5* vc-6_5-stlport vc-7_0*
test_variant_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_variant_text_warchive: cw-8_3 vc-6_5* vc-6_5-stlport vc-7_0*
test_variant_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_variant_xml_archive: cw-8_3 vc-6_5* vc-6_5-stlport vc-7_0*
test_variant_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_variant_xml_warchive: cw-8_3 vc-6_5* vc-6_5-stlport vc-7_0*
test_variant_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_vector_binary_archive: cw-8_3 vc-6_5* vc-7_0*
test_vector_binary_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_vector_text_archive: cw-8_3 vc-6_5* vc-7_0*
test_vector_text_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_vector_text_warchive: cw-8_3 vc-6_5* vc-7_0*
test_vector_text_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_vector_xml_archive: cw-8_3 vc-6_5* vc-7_0*
test_vector_xml_archive_dll: cw-9_4 vc-6_5* vc-7_0*
test_vector_xml_warchive: cw-8_3 vc-6_5* vc-7_0*
test_vector_xml_warchive_dll: cw-9_4 vc-6_5* vc-7_0*
test_void_cast: cw-8_3 vc-7_0*
test_void_cast_dll: cw-9_4 vc-7_0*
|spirit|
grammar_def_test: cw-8_3
grammar_def_test_debug: cw-8_3
scanner_value_type_tests: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux gcc-4_0-darwin intel-9.0-linux intel-win32-8_1 intel-win32-9_0 qcc-3.3.5-cpp tru64cxx71-006 vc-7_1 vc-7_1 vc-7_1
scanner_value_type_tests_debug: cw-8_3 cw-9_4 cw-9_5-darwin gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux gcc-3.4.4-linux gcc-3.4.5-linux gcc-3_3-darwin gcc-4.0.2-linux gcc-4_0-darwin intel-9.0-linux intel-win32-8_1 intel-win32-9_0 qcc-3.3.5-cpp tru64cxx71-006 vc-7_1 vc-7_1 vc-7_1
typeof_actor: cw-8_3 intel-win32-9_0
typeof_attribute: cw-8_3 intel-win32-9_0
typeof_core: cw-8_3 intel-win32-9_0
typeof_debug: cw-8_3 intel-win32-9_0
typeof_dynamic: cw-8_3 intel-win32-9_0
typeof_error_handling: cw-8_3 intel-win32-9_0
typeof_iterator: cw-8_3 intel-win32-9_0
typeof_symbols: cw-8_3 intel-win32-9_0
typeof_tree: cw-8_3 intel-win32-9_0
typeof_utility: cw-8_3 intel-win32-9_0
|pool|
test_pool_alloc: qcc-3.3.5-cpp
|date_time|
testc_local_adjustor: vc-6_5*
testclock: vc-6_5*
testclocks: vc-7_0*
testdst_rules: vc-6_5*
testfiletime_functions: vc-6_5*
testgreg_duration_operators: vc-6_5*
testgreg_serialize: cw-8_3
testgreg_serialize_dll: cw-8_3 cw-9_4 intel-win32-8_1 intel-win32-9_0 vc-7_0* vc-7_1 vc-7_1 vc-7_1
testgreg_serialize_xml: cw-8_3
testiterator: vc-6_5*
testlocal_adjustor: vc-6_5*
testlocal_time: vc-7_0*
testlocal_time_iterator: vc-7_0*
testlocal_time_period: vc-7_0*
testmicrosec_time_clock: vc-6_5*
testparse_time: vc-6_5*
testposix_time_zone: vc-7_0*
testtime: vc-6_5*
testtime_formatters: vc-6_5*
testtime_period: vc-6_5*
testtime_serialize: cw-8_3
testtime_serialize_std_config: cw-8_3
testtime_serialize_xml: cw-8_3
testtime_serialize_xml_std_config: cw-8_3
testtz_database: vc-7_0*
testwcustom_time_zone: vc-6_5* vc-7_0*
testwposix_time_zone: vc-6_5* vc-7_0*
|statechart|
CustomReactionTestBoth: cw-8_3
CustomReactionTestNative: cw-8_3
CustomReactionTestNormal: cw-8_3
CustomReactionTestRelaxed: cw-8_3
DeferralTestBoth: cw-8_3
DeferralTestNative: cw-8_3
DeferralTestNormal: cw-8_3
DeferralTestRelaxed: cw-8_3
DllTestNative: cw-8_3
DllTestNormal: cw-8_3
FifoSchedulerTestBoth: cw-8_3
FifoSchedulerTestNative: cw-8_3
FifoSchedulerTestNormal: cw-8_3
FifoSchedulerTestRelaxed: cw-8_3
HistoryTestBoth: cw-8_3
HistoryTestNative: cw-8_3
HistoryTestNormal: cw-8_3
HistoryTestRelaxed: cw-8_3
InvalidResultCopyTestBoth: cw-8_3
InvalidResultCopyTestNative: cw-8_3
InvalidResultCopyTestNormal: cw-8_3
InvalidResultCopyTestRelaxed: cw-8_3
LibTestNative: cw-8_3
LibTestNormal: cw-8_3
StateCastTestBoth: cw-8_3
StateCastTestNative: cw-8_3
StateCastTestNormal: cw-8_3
StateCastTestRelaxed: cw-8_3
TransitionTestBoth: cw-8_3
TransitionTestNative: cw-8_3
TransitionTestNormal: cw-8_3
TransitionTestRelaxed: cw-8_3
|thread|
test_barrier: vc-6_5* vc-6_5-stlport vc-7_0*
test_barrier_lib: vc-6_5* vc-6_5-stlport vc-7_0*
test_condition: vc-6_5* vc-6_5-stlport vc-7_0*
test_condition_lib: vc-6_5* vc-6_5-stlport vc-7_0*
test_mutex: vc-6_5* vc-6_5-stlport
test_mutex_lib: vc-6_5* vc-6_5-stlport vc-7_0*
test_once: vc-6_5* vc-6_5-stlport vc-7_0*
test_once_lib: vc-6_5* vc-6_5-stlport vc-7_0*
test_read_write_mutex: vc-6_5* vc-6_5-stlport vc-7_0*
test_read_write_mutex_lib: vc-6_5* vc-6_5-stlport vc-7_0*
test_thread: vc-6_5* vc-6_5-stlport vc-7_0*
test_thread_lib: vc-6_5* vc-6_5-stlport vc-7_0*
test_tss: vc-6_5* vc-6_5-stlport vc-7_0*
test_tss_lib: vc-6_5* vc-6_5-stlport
test_xtime: vc-6_5* vc-6_5-stlport vc-7_0*
test_xtime_lib: vc-6_5* vc-6_5-stlport vc-7_0*
|multi_array|
access: cw-8_3
assign: cw-8_3
assign_to_array: cw-8_3
compare: cw-8_3
concept_checks: cw-8_3
constructors: cw-8_3
idxgen1: cw-8_3
index_bases: cw-8_3
iterators: cw-8_3
range1: cw-8_3
reshape: cw-8_3
resize: cw-8_3
slice: cw-8_3
stl_interaction: cw-8_3
storage_order: cw-8_3
|parameter|
basics: borland-5_6_4
duplicates: borland-5_6_4
earwicker: borland-5_6_4
macros: borland-5_6_4
mpl: borland-5_6_4
preprocessor: borland-5_6_4 cw-8_3 vc-6_5* vc-6_5-stlport
sfinae: borland-5_6_4 vc-6_5-stlport
singular: borland-5_6_4
unnamed: borland-5_6_4
|algorithm/string|
regex: cw-8_3 vc-7_0*
|crc|
crc_test: vc-6_5* vc-6_5-stlport vc-7_0*
|range|
algorithm_example: vc-6_5* vc-6_5-stlport vc-7_0*
array: vc-6_5* vc-6_5-stlport vc-7_0*
const_ranges: vc-6_5* vc-6_5-stlport vc-7_0*
extension_mechanism: vc-6_5* vc-6_5-stlport vc-7_0*
iterator_pair: vc-6_5* vc-6_5-stlport vc-7_0*
iterator_range: vc-6_5*
partial_workaround: vc-6_5* vc-6_5-stlport vc-7_0*
reversible_range: vc-6_5* vc-6_5-stlport vc-7_0*
std_container: vc-6_5* vc-6_5-stlport vc-7_0*
string: vc-6_5* vc-6_5-stlport vc-7_0*
sub_range: vc-6_5*
|ptr_container|
incomplete_type_test: cw-8_3 cw-9_4 cw-9_5-darwin
indirect_fun: cw-8_3 cw-9_4 cw-9_5-darwin
iterator_test: cw-8_3 cw-9_4 cw-9_5-darwin
no_exceptions: cw-8_3 cw-9_4 cw-9_5-darwin
ptr_array: cw-8_3 cw-9_4 cw-9_5-darwin
ptr_deque: cw-8_3 cw-9_4 cw-9_5-darwin
ptr_list: cw-8_3 cw-9_4 cw-9_5-darwin
ptr_map: cw-8_3 cw-9_4 cw-9_5-darwin intel-win32-9_0
ptr_set: cw-8_3 cw-9_4 cw-9_5-darwin
ptr_vector: cw-8_3 cw-9_4 cw-9_5-darwin
serialization: cw-8_3 cw-9_4 cw-9_5-darwin gcc-4.0.2-linux
tree_test: cw-8_3 cw-9_4 cw-9_5-darwin
tut1: cw-8_3 cw-9_4 cw-9_5-darwin
view_example: cw-8_3 cw-9_4 cw-9_5-darwin
|numeric/conversion|
bounds_test: vc-6_5* vc-6_5-stlport
traits_test: vc-6_5* vc-6_5-stlport
|filesystem|
convenience_test: cw-8_3
fstream_test: cw-8_3 intel-win32-8_1 vc-7_1 vc-7_1
large_file_support_test: cw-8_3
mbcopy: borland-5_6_4 cw-8_3 vc-6_5* vc-6_5-stlport vc-7_0*
mbpath: borland-5_6_4 cw-8_3 vc-6_5* vc-6_5-stlport vc-7_0*
operations_test: cw-8_3 gcc-3.3.6-linux gcc-3.4.4-linux vc-6_5* vc-6_5-stlport
operations_test_dll: cw-8_3 gcc-3.3.6-linux gcc-3.4.4-linux vc-6_5* vc-6_5-stlport
path_test: cw-8_3
path_test_dll: cw-8_3
wide_test: borland-5_6_4 cw-8_3 vc-6_5* vc-6_5-stlport vc-7_0*
|assign|
basic: vc-6_5* vc-6_5-stlport vc-7_0*
email_example: vc-6_5* vc-6_5-stlport vc-7_0*
list_inserter: vc-6_5* vc-6_5-stlport
list_of_workaround: vc-6_5* vc-6_5-stlport vc-7_0*
multi_index_container: tru64cxx71-006
my_vector_example: vc-6_5* vc-6_5-stlport vc-7_0*
ptr_list_inserter: cw-8_3 cw-9_4 cw-9_5-darwin
ptr_list_of: cw-8_3 cw-9_4 cw-9_5-darwin vc-7_0*
ptr_map_inserter: cw-8_3 cw-9_4 cw-9_5-darwin vc-7_0*
static_list_of: vc-6_5* vc-6_5-stlport vc-7_0*
std: vc-6_5* vc-6_5-stlport vc-7_0*
4
4
Re: [boost] [graph][QNX/QCC][ test] New bidir* regression tests hang my PC
by Aleksey Gurtovoy 27 Feb '06
by Aleksey Gurtovoy 27 Feb '06
27 Feb '06
Jim Douglas writes:
> Aleksey Gurtovoy wrote:
>> Jim Douglas writes:
>>
>>>Is there any way the in bidir_vec_remove_edge test can be
>>>temporarily bypassed so that I can resume regression tests?
>>
>>
>> You can write a script to patch the corresponding Jamfile locally to
>> exclude the test, name it "patch_boost" and put alongside with
>> "regression.py", which will run it automatically after getting the
>> sources.
>
> This, of course, is a well documented feature :-))
Now it is:
http://engineering.meta-comm.com/regression_setup/instructions.html#patchin…
;)
> So IIUC regression.py
> checks for the existence of a file called "patch_boost", in the same
> directory (or is it current working directory)
Good question! It's the former in the latest HEAD version (also
available from http://engineering.meta-comm.com/boost/regression.py.gz)
> and executes it after downloading and unpacking the tarball?
Yep.
--
Aleksey Gurtovoy
MetaCommunications Engineering
1
0
What is the rationale for boost::asio::placeholders::error and
boost::asio::placeholders::bytes_transfered?
acceptor_ptr->async_accept
( *socket_ptr
, boost::bind( &handle_accept
, acceptor_ptr
, socket_ptr
, boost::asio::placeholders::error
)
);
I find this a foreign and confusing usage a boost::bind. Granted I jumped
over the Tutorial explicitly introducing these, instead starting with the
Tutorial DayTime.3 that addressed my interests. I see the familiar
boost::bind, with the lack of _1, _2, so I'm thinking bind is generating a
function of type void ()(). ... but handle_accept is expecting a
boost::asio::error&???
Thanks, Jeff
2
2
Can demuxer::post be safely called from a thread different from the thread
from which demuxer::run is called? It's not clear from the docs, or I'm
missing it.
Thanks, Jeff
3
4