Просмотр исходного кода

Parameter library Workarounds for Borland and MSVC
Parameter library explicit markup for expected failures

value_init.hpp:
Borland workarounds
Use angle-includes consistently


[SVN r35085]

Dave Abrahams 20 лет назад
Родитель
Сommit
b4169d031f
2 измененных файлов с 29 добавлено и 5 удалено
  1. 1 1
      libs/parameter
  2. 28 4
      status/explicit-failures-markup.xml

+ 1 - 1
libs/parameter

@@ -1 +1 @@
-Subproject commit c29a75c9dfe37b0db40fd58b52587bcd377925a6
+Subproject commit c5168be5d76e15b057dd72b31e006be2fcc53a62

+ 28 - 4
status/explicit-failures-markup.xml

@@ -3062,6 +3062,22 @@ for more information.
 
 
     </library>
     </library>
 
 
+    <!-- parameter -->
+    <library name="parameter">
+        <mark-expected-failures>
+            <test name="duplicates"/>
+            <toolset name="borland-5.6*"/>
+            <toolset name="borland-5.8*"/>
+            <note refid="32"/>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="unnamed_fail"/>
+            <toolset name="msvc-7.0"/>
+            <toolset name="msvc-6.0"/>
+            <note refid="32"/>
+        </mark-expected-failures>
+    </library>
+
      <!-- pointer container -->
      <!-- pointer container -->
     <library name="ptr_container">
     <library name="ptr_container">
         <mark-unusable>
         <mark-unusable>
@@ -3229,6 +3245,14 @@ for more information.
             the case. This is fixed in a later release.
             the case. This is fixed in a later release.
             </note>
             </note>
         </mark-unusable>
         </mark-unusable>
+        <mark-unusable>
+            <toolset name="sun-5.8*"/>
+            <note author="David Abrahams">
+            This compiler seems to be having trouble digesting
+            Boost.Tuple.  Until it can handle Boost.Tuple there's
+            little chance it will handle Boost.Python
+            </note>
+        </mark-unusable>
         <mark-expected-failures>
         <mark-expected-failures>
             <test name="args"/>
             <test name="args"/>
             <test name="auto_ptr"/>
             <test name="auto_ptr"/>
@@ -4529,7 +4553,7 @@ for more information.
             <toolset name="sunpro-5_3-sunos"/>
             <toolset name="sunpro-5_3-sunos"/>
             <note author="John Maddock" refid="2"/>
             <note author="John Maddock" refid="2"/>
         </mark-expected-failures>
         </mark-expected-failures>
-        <mark-expected-failures>
+       <mark-expected-failures>
             <test name="tr1_tricky_function_type_test"/>
             <test name="tr1_tricky_function_type_test"/>
             <test name="tr1_is_const_test"/>
             <test name="tr1_is_const_test"/>
             <test name="tr1_is_volatile_test"/>
             <test name="tr1_is_volatile_test"/>
@@ -4822,7 +4846,7 @@ for more information.
     </note>
     </note>
 
 
     <note id="1">
     <note id="1">
-        The failure is caused by a problem in Boost code. The Boost developers is aware of
+        The failure is caused by a problem in Boost code. The Boost developers are aware of
         the problem and plan to fix it.
         the problem and plan to fix it.
     </note>
     </note>
 
 
@@ -4845,7 +4869,7 @@ for more information.
     </note>
     </note>
 
 
     <note id="6">
     <note id="6">
-        The failure is probably caused by the test code, harness, or configuration. Thus
+        The failure is probably caused by the test code, harness, or configuration. Thus,
         it may not affect users of the library.
         it may not affect users of the library.
     </note>
     </note>
 
 
@@ -4927,7 +4951,7 @@ for more information.
     </note>
     </note>
 
 
     <note id="28">
     <note id="28">
-        Unresearched failure, please contact library developers for more
+        Unresearched failure -- please contact library developers for more
         information about possible causes.
         information about possible causes.
     </note>
     </note>
 
 

粤ICP备19079148号