[29] | 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 | |
---|
| 27 | borland/array/array3,3 |
---|
| 28 | borland/array/array4,3 |
---|
| 29 | borland/concept_check/class_concept_fail_expected,3 |
---|
| 30 | borland/random/random_test,2 |
---|
| 31 | borland/function/function_arith_cxx98,3 |
---|
| 32 | borland/function/function_ref_cxx98,3 |
---|
| 33 | borland/function/lambda_test,3 |
---|
| 34 | borland/function/lib_function_test,3 |
---|
| 35 | borland/function/mem_fun_cxx98,3 |
---|
| 36 | borland/function/std_bind_cxx98,3 |
---|
| 37 | borland/function/sum_avg_cxx98,3 |
---|
| 38 | borland/graph/*,3 |
---|
| 39 | borland/iterator/interoperable_fail,2 |
---|
| 40 | borland/iterator/is_convertible_fail,2 |
---|
| 41 | borland/lambda/*,3 |
---|
| 42 | borland/signals/signal_test,3 |
---|
| 43 | borland/python/*,2 |
---|
| 44 | borland/python/*,17 |
---|
| 45 | borland/utility/enable_if_constructors,3 |
---|
| 46 | borland/utility/enable_if_dummy_arg_disambiguation,3 |
---|
| 47 | borland/utility/enable_if_lazy,3 |
---|
| 48 | borland/utility/enable_if_lazy_test,3 |
---|
| 49 | borland/utility/enable_if_member_templates,3 |
---|
| 50 | borland/utility/enable_if_namespace_disambiguation,3 |
---|
| 51 | borland/utility/enable_if_no_disambiguation,3 |
---|
| 52 | borland/utility/enable_if_partial_specializations,3 |
---|
| 53 | borland/variant/recursive_variant_test,3 |
---|
| 54 | borland/variant/variant_test1,2 |
---|
| 55 | borland/variant/variant_test5,0 |
---|
| 56 | borland/variant/variant_test5,2 |
---|
| 57 | |
---|
| 58 | // GCC |
---|
| 59 | |
---|
| 60 | gcc/date_time/testmicrosec_time_clock,14 |
---|
| 61 | gcc/iterator/interoperable_fail,3 |
---|
| 62 | gcc/thread/*,6 |
---|
| 63 | |
---|
| 64 | // Codewarrior 8.3 |
---|
| 65 | |
---|
| 66 | cwpro8/concept_check/class_concept_fail_expected,3 |
---|
| 67 | cwpro8/config/limits_test,3 |
---|
| 68 | cwpro8/static_assert/static_assert_test_fail_8,3 |
---|
| 69 | cwpro8/random/random_test,3 |
---|
| 70 | cwpro8/function/lib_function_test,2 |
---|
| 71 | cwpro8/function/lambda_test,2 |
---|
| 72 | cwpro8/function/mem_fun_cxx98,2 |
---|
| 73 | cwpro8/signals/signal_test,2 |
---|
| 74 | cwpro8/utility/enable_if_constructors,3 |
---|
| 75 | cwpro8/utility/enable_if_dummy_arg_disambiguation,3 |
---|
| 76 | cwpro8/utility/enable_if_lazy,3 |
---|
| 77 | cwpro8/utility/enable_if_lazy_test,3 |
---|
| 78 | cwpro8/utility/enable_if_member_templates,3 |
---|
| 79 | cwpro8/utility/enable_if_namespace_disambiguation,3 |
---|
| 80 | cwpro8/utility/enable_if_no_disambiguation,3 |
---|
| 81 | cwpro8/utility/enable_if_partial_specializations,3 |
---|
| 82 | cwpro8/variant/variant_reference_test,3 |
---|
| 83 | |
---|
| 84 | // Comeau |
---|
| 85 | |
---|
| 86 | como-win32/test/errors_handling_test,3 |
---|
| 87 | como-win32/utility/fun_out_iter_example,4 |
---|
| 88 | como-win32/random/random_test,3 |
---|
| 89 | como-win32/thread/*,10 |
---|
| 90 | como-win32/variant/recursive_variant_test,3 |
---|
| 91 | |
---|
| 92 | // Intel 8.0 |
---|
| 93 | |
---|
| 94 | intel-win32/math/octonion_test,3 |
---|
| 95 | intel-win32/math/quaternion_test,3 |
---|
| 96 | intel-win32/ublas/concepts,3 |
---|
| 97 | intel-win32/ublas/test2,3 |
---|
| 98 | intel-win32/variant/variant_reference_test,3 |
---|
| 99 | |
---|
| 100 | // VC++ 6.0 |
---|
| 101 | |
---|
| 102 | msvc/array/array3,3 |
---|
| 103 | msvc/array/array4,3 |
---|
| 104 | msvc/concept_check/class_concept_fail_expected,3 |
---|
| 105 | msvc/random/*,10 |
---|
| 106 | msvc/function/allocator_test,5 |
---|
| 107 | msvc/function/function_arith_cxx98,3 |
---|
| 108 | msvc/function/function_ref_cxx98,3 |
---|
| 109 | msvc/function/mem_fun_cxx98,3 |
---|
| 110 | msvc/function/std_bind_cxx98,3 |
---|
| 111 | msvc/function/sum_avg_cxx98,3 |
---|
| 112 | msvc/function/lib_function_test,3 |
---|
| 113 | msvc/function/lambda_test,3 |
---|
| 114 | msvc/function/std_bind_portable,5 |
---|
| 115 | msvc/graph/*,3 |
---|
| 116 | msvc/io/*,3 |
---|
| 117 | msvc/iterator/interoperable_fail,2 |
---|
| 118 | msvc/iterator/is_convertible_fail,2 |
---|
| 119 | msvc/lambda/*,3 |
---|
| 120 | msvc/math/octonion_test,3 |
---|
| 121 | msvc/math/quaternion_test,3 |
---|
| 122 | msvc/math/special_functions_test,3 |
---|
| 123 | msvc/signals/signal_test,3 |
---|
| 124 | msvc/type_traits/function_traits_test,3 |
---|
| 125 | msvc/type_traits/remove_bounds_test,3 |
---|
| 126 | msvc/type_traits/remove_const_test,3 |
---|
| 127 | msvc/type_traits/remove_cv_test,3 |
---|
| 128 | msvc/type_traits/remove_pointer_test,3 |
---|
| 129 | msvc/type_traits/remove_reference_test,3 |
---|
| 130 | msvc/type_traits/remove_volatile_test,3 |
---|
| 131 | msvc/utility/enable_if_constructors,3 |
---|
| 132 | msvc/utility/enable_if_dummy_arg_disambiguation,3 |
---|
| 133 | msvc/utility/enable_if_lazy,3 |
---|
| 134 | msvc/utility/enable_if_lazy_test,3 |
---|
| 135 | msvc/utility/enable_if_member_templates,3 |
---|
| 136 | msvc/utility/enable_if_namespace_disambiguation,3 |
---|
| 137 | msvc/utility/enable_if_no_disambiguation,3 |
---|
| 138 | msvc/utility/enable_if_partial_specializations,3 |
---|
| 139 | msvc/variant/recursive_variant_test,3 |
---|
| 140 | msvc/variant/variant_reference_test,3 |
---|
| 141 | |
---|
| 142 | // VC++ 7.0 |
---|
| 143 | |
---|
| 144 | vc7/array/array3,3 |
---|
| 145 | vc7/array/array4,3 |
---|
| 146 | vc7/concept_check/class_concept_fail_expected,3 |
---|
| 147 | vc7/random/*,10 |
---|
| 148 | vc7/thread/test_mutex,0 |
---|
| 149 | vc7/thread/test_mutex,6 |
---|
| 150 | vc7/function/allocator_test,5 |
---|
| 151 | vc7/function/function_arith_cxx98,3 |
---|
| 152 | vc7/function/function_ref_cxx98,3 |
---|
| 153 | vc7/function/mem_fun_cxx98,3 |
---|
| 154 | vc7/function/std_bind_cxx98,3 |
---|
| 155 | vc7/function/sum_avg_cxx98,3 |
---|
| 156 | vc7/function/lib_function_test,3 |
---|
| 157 | vc7/function/lambda_test,3 |
---|
| 158 | vc7/graph/adj_matrix_cc,3 |
---|
| 159 | vc7/graph/edge_list_cc,3 |
---|
| 160 | vc7/graph/subgraph,3 |
---|
| 161 | vc7/graph/transitive_closure_test,3 |
---|
| 162 | vc7/graph/vector_graph_cc,3 |
---|
| 163 | vc7/iterator/interoperable_fail,2 |
---|
| 164 | vc7/iterator/is_convertible_fail,2 |
---|
| 165 | vc7/lambda/*,3 |
---|
| 166 | vc7/math/octonion_test,3 |
---|
| 167 | vc7/math/quaternion_test,3 |
---|
| 168 | vc7/math/special_functions_test,3 |
---|
| 169 | vc7/signals/signal_test,3 |
---|
| 170 | vc7/type_traits/function_traits_test,3 |
---|
| 171 | vc7/type_traits/function_traits_test,3 |
---|
| 172 | vc7/type_traits/remove_bounds_test,3 |
---|
| 173 | vc7/type_traits/remove_const_test,3 |
---|
| 174 | vc7/type_traits/remove_cv_test,3 |
---|
| 175 | vc7/type_traits/remove_pointer_test,3 |
---|
| 176 | vc7/type_traits/remove_reference_test,3 |
---|
| 177 | vc7/type_traits/remove_volatile_test,3 |
---|
| 178 | vc7/utility/enable_if_constructors,3 |
---|
| 179 | vc7/utility/enable_if_dummy_arg_disambiguation,3 |
---|
| 180 | vc7/utility/enable_if_lazy,3 |
---|
| 181 | vc7/utility/enable_if_lazy_test,3 |
---|
| 182 | vc7/utility/enable_if_member_templates,3 |
---|
| 183 | vc7/utility/enable_if_namespace_disambiguation,3 |
---|
| 184 | vc7/utility/enable_if_no_disambiguation,3 |
---|
| 185 | vc7/utility/enable_if_partial_specializations,3 |
---|
| 186 | vc7/variant/recursive_variant_test,3 |
---|
| 187 | vc7/variant/variant_reference_test,3 |
---|