Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/status/win32-notes-map.txt @ 16

Last change on this file since 16 was 12, checked in by landauf, 17 years ago

added boost

File size: 5.6 KB
Line 
1// Notes map format:
2//
3//  toolset/library-name/test-name,note#
4//  */library-name/test-name,note#
5//  toolset/library-name/*,note#
6//  */library-name/*,note#
7//
8//  The * can only be used to indicate "all" - it can't select portions
9//  of a toolset or test name.
10//
11//  Multiple notes can apply to the same test or library. For example:
12//
13//    borland/random/random_test,2
14//    borland/random/random_test,10
15//
16//  Note superscripts normally only appear if a test fails. If the note#
17//  is preceded by a minus sign, the note superscript will appear regardless
18//  of success or failure of the test.
19
20// All
21
22*/iterator/interoperable_fail,16
23*/iterator/is_convertible_fail,16
24
25// Borland
26
27borland/array/array3,3
28borland/array/array4,3
29borland/concept_check/class_concept_fail_expected,3
30borland/random/random_test,2
31borland/function/function_arith_cxx98,3
32borland/function/function_ref_cxx98,3
33borland/function/lambda_test,3
34borland/function/lib_function_test,3
35borland/function/mem_fun_cxx98,3
36borland/function/std_bind_cxx98,3
37borland/function/sum_avg_cxx98,3
38borland/graph/*,3
39borland/iterator/interoperable_fail,2
40borland/iterator/is_convertible_fail,2
41borland/lambda/*,3
42borland/signals/signal_test,3
43borland/python/*,2
44borland/python/*,17
45borland/utility/enable_if_constructors,3
46borland/utility/enable_if_dummy_arg_disambiguation,3
47borland/utility/enable_if_lazy,3
48borland/utility/enable_if_lazy_test,3
49borland/utility/enable_if_member_templates,3
50borland/utility/enable_if_namespace_disambiguation,3
51borland/utility/enable_if_no_disambiguation,3
52borland/utility/enable_if_partial_specializations,3
53borland/variant/recursive_variant_test,3
54borland/variant/variant_test1,2
55borland/variant/variant_test5,0
56borland/variant/variant_test5,2
57
58// GCC
59
60gcc/date_time/testmicrosec_time_clock,14
61gcc/iterator/interoperable_fail,3
62gcc/thread/*,6
63
64// Codewarrior 8.3
65
66cwpro8/concept_check/class_concept_fail_expected,3
67cwpro8/config/limits_test,3
68cwpro8/static_assert/static_assert_test_fail_8,3
69cwpro8/random/random_test,3
70cwpro8/function/lib_function_test,2
71cwpro8/function/lambda_test,2
72cwpro8/function/mem_fun_cxx98,2
73cwpro8/signals/signal_test,2
74cwpro8/utility/enable_if_constructors,3
75cwpro8/utility/enable_if_dummy_arg_disambiguation,3
76cwpro8/utility/enable_if_lazy,3
77cwpro8/utility/enable_if_lazy_test,3
78cwpro8/utility/enable_if_member_templates,3
79cwpro8/utility/enable_if_namespace_disambiguation,3
80cwpro8/utility/enable_if_no_disambiguation,3
81cwpro8/utility/enable_if_partial_specializations,3
82cwpro8/variant/variant_reference_test,3
83
84// Comeau
85
86como-win32/test/errors_handling_test,3
87como-win32/utility/fun_out_iter_example,4
88como-win32/random/random_test,3
89como-win32/thread/*,10
90como-win32/variant/recursive_variant_test,3
91
92// Intel 8.0
93
94intel-win32/math/octonion_test,3
95intel-win32/math/quaternion_test,3
96intel-win32/ublas/concepts,3
97intel-win32/ublas/test2,3
98intel-win32/variant/variant_reference_test,3
99
100// VC++ 6.0
101
102msvc/array/array3,3
103msvc/array/array4,3
104msvc/concept_check/class_concept_fail_expected,3
105msvc/random/*,10
106msvc/function/allocator_test,5
107msvc/function/function_arith_cxx98,3
108msvc/function/function_ref_cxx98,3
109msvc/function/mem_fun_cxx98,3
110msvc/function/std_bind_cxx98,3
111msvc/function/sum_avg_cxx98,3
112msvc/function/lib_function_test,3
113msvc/function/lambda_test,3
114msvc/function/std_bind_portable,5
115msvc/graph/*,3
116msvc/io/*,3
117msvc/iterator/interoperable_fail,2
118msvc/iterator/is_convertible_fail,2
119msvc/lambda/*,3
120msvc/math/octonion_test,3
121msvc/math/quaternion_test,3
122msvc/math/special_functions_test,3
123msvc/signals/signal_test,3
124msvc/type_traits/function_traits_test,3
125msvc/type_traits/remove_bounds_test,3
126msvc/type_traits/remove_const_test,3
127msvc/type_traits/remove_cv_test,3
128msvc/type_traits/remove_pointer_test,3
129msvc/type_traits/remove_reference_test,3
130msvc/type_traits/remove_volatile_test,3
131msvc/utility/enable_if_constructors,3
132msvc/utility/enable_if_dummy_arg_disambiguation,3
133msvc/utility/enable_if_lazy,3
134msvc/utility/enable_if_lazy_test,3
135msvc/utility/enable_if_member_templates,3
136msvc/utility/enable_if_namespace_disambiguation,3
137msvc/utility/enable_if_no_disambiguation,3
138msvc/utility/enable_if_partial_specializations,3
139msvc/variant/recursive_variant_test,3
140msvc/variant/variant_reference_test,3
141
142// VC++ 7.0
143
144vc7/array/array3,3
145vc7/array/array4,3
146vc7/concept_check/class_concept_fail_expected,3
147vc7/random/*,10
148vc7/thread/test_mutex,0
149vc7/thread/test_mutex,6
150vc7/function/allocator_test,5
151vc7/function/function_arith_cxx98,3
152vc7/function/function_ref_cxx98,3
153vc7/function/mem_fun_cxx98,3
154vc7/function/std_bind_cxx98,3
155vc7/function/sum_avg_cxx98,3
156vc7/function/lib_function_test,3
157vc7/function/lambda_test,3
158vc7/graph/adj_matrix_cc,3
159vc7/graph/edge_list_cc,3
160vc7/graph/subgraph,3
161vc7/graph/transitive_closure_test,3
162vc7/graph/vector_graph_cc,3
163vc7/iterator/interoperable_fail,2
164vc7/iterator/is_convertible_fail,2
165vc7/lambda/*,3
166vc7/math/octonion_test,3
167vc7/math/quaternion_test,3
168vc7/math/special_functions_test,3
169vc7/signals/signal_test,3
170vc7/type_traits/function_traits_test,3
171vc7/type_traits/function_traits_test,3
172vc7/type_traits/remove_bounds_test,3
173vc7/type_traits/remove_const_test,3
174vc7/type_traits/remove_cv_test,3
175vc7/type_traits/remove_pointer_test,3
176vc7/type_traits/remove_reference_test,3
177vc7/type_traits/remove_volatile_test,3
178vc7/utility/enable_if_constructors,3
179vc7/utility/enable_if_dummy_arg_disambiguation,3
180vc7/utility/enable_if_lazy,3
181vc7/utility/enable_if_lazy_test,3
182vc7/utility/enable_if_member_templates,3
183vc7/utility/enable_if_namespace_disambiguation,3
184vc7/utility/enable_if_no_disambiguation,3
185vc7/utility/enable_if_partial_specializations,3
186vc7/variant/recursive_variant_test,3
187vc7/variant/variant_reference_test,3
Note: See TracBrowser for help on using the repository browser.