win32-notes-map.txt 5.6 KB

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